# 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.8769e-05 go_gc_duration_seconds{quantile="0.25"} 6.0938e-05 go_gc_duration_seconds{quantile="0.5"} 6.8533e-05 go_gc_duration_seconds{quantile="0.75"} 0.00010549 go_gc_duration_seconds{quantile="1"} 0.001972945 go_gc_duration_seconds_sum 4.803827311 go_gc_duration_seconds_count 28633 # 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.26.5"} 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 4.2904968e+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 4.476376224e+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.688227e+06 # HELP go_memstats_frees_total Total number of heap objects frees. Equals to /gc/heap/frees:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_frees_total counter go_memstats_frees_total 1.17983682e+08 # HELP go_memstats_gc_sys_bytes Number of bytes used for garbage collection system metadata. Equals to /memory/classes/metadata/other:bytes. # TYPE go_memstats_gc_sys_bytes gauge go_memstats_gc_sys_bytes 3.91296e+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 4.2904968e+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 2.3576576e+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 4.6874624e+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 462004 # 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 2.3552e+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 7.04512e+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.7871013878647084e+09 # HELP go_memstats_mallocs_total Total number of heap objects allocated, both live and gc-ed. Semantically a counter version for go_memstats_heap_objects gauge. Equals to /gc/heap/allocs:objects + /gc/heap/tiny/allocs:objects. # TYPE go_memstats_mallocs_total counter go_memstats_mallocs_total 1.18445686e+08 # 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 6888 # HELP go_memstats_mcache_sys_bytes Number of bytes used for mcache structures obtained from system. Equals to /memory/classes/metadata/mcache/inuse:bytes + /memory/classes/metadata/mcache/free:bytes. # TYPE go_memstats_mcache_sys_bytes gauge go_memstats_mcache_sys_bytes 16072 # HELP go_memstats_mspan_inuse_bytes Number of bytes in use by mspan structures. Equals to /memory/classes/metadata/mspan/inuse:bytes. # TYPE go_memstats_mspan_inuse_bytes gauge go_memstats_mspan_inuse_bytes 697600 # 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 930240 # 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 6.048269e+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 983277 # 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 851968 # 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 851968 # 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 7.8833944e+07 # HELP go_sched_gomaxprocs_threads The current runtime.GOMAXPROCS setting, or the number of operating system threads that can execute user-level Go code simultaneously. Sourced from /sched/gomaxprocs:threads. # TYPE go_sched_gomaxprocs_threads gauge go_sched_gomaxprocs_threads 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"} 488 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.01"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.025"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.05"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.1"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.25"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="0.5"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="1"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="2.5"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="5"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="10"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="200",le="+Inf"} 489 http_request_duration_seconds_sum{method="GET",path="/",status="200"} 0.25712698700000014 http_request_duration_seconds_count{method="GET",path="/",status="200"} 489 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.005"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.01"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.025"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.05"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.1"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.25"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="0.5"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="1"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="2.5"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="5"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="10"} 1132 http_request_duration_seconds_bucket{method="GET",path="/",status="429",le="+Inf"} 1132 http_request_duration_seconds_sum{method="GET",path="/",status="429"} 0.1784407299999999 http_request_duration_seconds_count{method="GET",path="/",status="429"} 1132 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/account",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ /api/account",status="404"} 0.000188376 http_request_duration_seconds_count{method="GET",path="/ /api/account",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ /api/user",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ /api/user",status="404"} 0.00019069 http_request_duration_seconds_count{method="GET",path="/ /api/user",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/ ",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/ ",status="429"} 0.00074677 http_request_duration_seconds_count{method="GET",path="/ ",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/%2F",status="429"} 0.001707619 http_request_duration_seconds_count{method="GET",path="/%2F",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F%2F.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F%2F.env",status="429"} 0.000377571 http_request_duration_seconds_count{method="GET",path="/%2F%2F.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fconfig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.aws%2Fconfig",status="429"} 0.000122621 http_request_duration_seconds_count{method="GET",path="/%2F.aws%2Fconfig",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.aws%2Fcredentials",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2F.aws%2Fcredentials",status="429"} 0.0005081199999999999 http_request_duration_seconds_count{method="GET",path="/%2F.aws%2Fcredentials",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env",status="429"} 0.000113483 http_request_duration_seconds_count{method="GET",path="/%2F.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env%2F",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2F.env%2F",status="429"} 0.000528192 http_request_duration_seconds_count{method="GET",path="/%2F.env%2F",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.env.backup",status="429"} 0.000252969 http_request_duration_seconds_count{method="GET",path="/%2F.env.backup",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.bak",status="429"} 0.000130283 http_request_duration_seconds_count{method="GET",path="/%2F.env.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.docker",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.docker",status="429"} 0.000178551 http_request_duration_seconds_count{method="GET",path="/%2F.env.docker",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.env.local",status="429"} 0.00045527999999999996 http_request_duration_seconds_count{method="GET",path="/%2F.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.local.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.local.bak",status="429"} 0.000158351 http_request_duration_seconds_count{method="GET",path="/%2F.env.local.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.old",status="429"} 0.000131825 http_request_duration_seconds_count{method="GET",path="/%2F.env.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.orig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.orig",status="429"} 0.000124377 http_request_duration_seconds_count{method="GET",path="/%2F.env.orig",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.env.production",status="429"} 0.000621866 http_request_duration_seconds_count{method="GET",path="/%2F.env.production",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.production.bak",status="429"} 0.00014824 http_request_duration_seconds_count{method="GET",path="/%2F.env.production.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429"} 0.000171341 http_request_duration_seconds_count{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.save",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.save",status="429"} 0.000132342 http_request_duration_seconds_count{method="GET",path="/%2F.env.save",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.staging",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.staging",status="429"} 0.000188543 http_request_duration_seconds_count{method="GET",path="/%2F.env.staging",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env.swp",status="429"} 0.000130011 http_request_duration_seconds_count{method="GET",path="/%2F.env.swp",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env.testing",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.env.testing",status="429"} 0.000291481 http_request_duration_seconds_count{method="GET",path="/%2F.env.testing",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.env/",status="429"} 0.000366617 http_request_duration_seconds_count{method="GET",path="/%2F.env/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env;%2Fstyle.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env;%2Fstyle.css",status="429"} 0.000141163 http_request_duration_seconds_count{method="GET",path="/%2F.env;%2Fstyle.css",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.env~",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.env~",status="429"} 0.000212861 http_request_duration_seconds_count{method="GET",path="/%2F.env~",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.git%2Fconfig",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2F.git%2Fconfig",status="429"} 0.000577829 http_request_duration_seconds_count{method="GET",path="/%2F.git%2Fconfig",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429"} 0.000104794 http_request_duration_seconds_count{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429"} 0.000103284 http_request_duration_seconds_count{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htaccess.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.htaccess.bak",status="429"} 0.000134065 http_request_duration_seconds_count{method="GET",path="/%2F.htaccess.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.htpasswd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.htpasswd",status="429"} 0.000340739 http_request_duration_seconds_count{method="GET",path="/%2F.htpasswd",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.netrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.netrc",status="429"} 0.000296835 http_request_duration_seconds_count{method="GET",path="/%2F.netrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.npmrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.npmrc",status="429"} 0.000280231 http_request_duration_seconds_count{method="GET",path="/%2F.npmrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2F.ssh%2Fid_rsa",status="429"} 0.000401236 http_request_duration_seconds_count{method="GET",path="/%2F.ssh%2Fid_rsa",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.well-known%2Fjwks.json",status="429"} 8.8017e-05 http_request_duration_seconds_count{method="GET",path="/%2F.well-known%2Fjwks.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429"} 3.8873e-05 http_request_duration_seconds_count{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429"} 0.000121698 http_request_duration_seconds_count{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Factuator",status="429"} 0.000112833 http_request_duration_seconds_count{method="GET",path="/%2Factuator",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Fheapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Factuator%2Fheapdump",status="429"} 0.000124056 http_request_duration_seconds_count{method="GET",path="/%2Factuator%2Fheapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Factuator%2Flogfile",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Factuator%2Flogfile",status="429"} 0.000113182 http_request_duration_seconds_count{method="GET",path="/%2Factuator%2Flogfile",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Fconfig",status="429"} 0.0001653 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Fconfig",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fconfig.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Fconfig.json",status="429"} 0.000224114 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Fconfig.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Fenv",status="429"} 0.000116713 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Fenv",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fenv-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Fenv-config",status="429"} 0.000194305 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Fenv-config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Finfo",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Finfo",status="429"} 0.000208727 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Finfo",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fruntime-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Fruntime-config",status="429"} 0.000159679 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Fruntime-config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fsettings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Fsettings",status="429"} 0.000228122 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Fsettings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429"} 0.000118493 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi%2Fversion",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi%2Fversion",status="429"} 0.000109878 http_request_duration_seconds_count{method="GET",path="/%2Fapi%2Fversion",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapi-docs.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapi-docs.json",status="429"} 0.000311613 http_request_duration_seconds_count{method="GET",path="/%2Fapi-docs.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapp.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapp.json",status="429"} 0.000165186 http_request_duration_seconds_count{method="GET",path="/%2Fapp.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429"} 0.000139315 http_request_duration_seconds_count{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fappsettings.json.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fappsettings.json.bak",status="429"} 7.5939e-05 http_request_duration_seconds_count{method="GET",path="/%2Fappsettings.json.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fassets%2Fenv.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fassets%2Fenv.js",status="429"} 0.000192623 http_request_duration_seconds_count{method="GET",path="/%2Fassets%2Fenv.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Faws-exports.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2Faws-exports.js",status="429"} 0.000253582 http_request_duration_seconds_count{method="GET",path="/%2Faws-exports.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fawsconfiguration.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2Fawsconfiguration.json",status="429"} 0.000372292 http_request_duration_seconds_count{method="GET",path="/%2Fawsconfiguration.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup%2F",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fbackup%2F",status="429"} 0.000115204 http_request_duration_seconds_count{method="GET",path="/%2Fbackup%2F",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2Fbackup.sql",status="429"} 0.000263074 http_request_duration_seconds_count{method="GET",path="/%2Fbackup.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fbackup.sql.gz",status="429"} 0.000143383 http_request_duration_seconds_count{method="GET",path="/%2Fbackup.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackup.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fbackup.sql.zip",status="429"} 0.000148815 http_request_duration_seconds_count{method="GET",path="/%2Fbackup.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbackups%2F",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fbackups%2F",status="404"} 0.000124715 http_request_duration_seconds_count{method="GET",path="/%2Fbackups%2F",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fbuild.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fbuild.json",status="429"} 0.000157327 http_request_duration_seconds_count{method="GET",path="/%2Fbuild.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fapp.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2Fconfig%2Fapp.php",status="429"} 0.0005044299999999999 http_request_duration_seconds_count{method="GET",path="/%2Fconfig%2Fapp.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429"} 0.000476372 http_request_duration_seconds_count{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig%2Fmail.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fconfig%2Fmail.php",status="429"} 0.000119577 http_request_duration_seconds_count{method="GET",path="/%2Fconfig%2Fmail.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fconfig.js",status="429"} 0.000561447 http_request_duration_seconds_count{method="GET",path="/%2Fconfig.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fconfig.json",status="429"} 0.000132848 http_request_duration_seconds_count{method="GET",path="/%2Fconfig.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fconfig.php.bak",status="429"} 0.000260104 http_request_duration_seconds_count{method="GET",path="/%2Fconfig.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fconfig.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fconfig.php.old",status="429"} 0.000204379 http_request_duration_seconds_count{method="GET",path="/%2Fconfig.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429"} 0.000376438 http_request_duration_seconds_count{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2Fdatabase.sql",status="429"} 0.000216258 http_request_duration_seconds_count{method="GET",path="/%2Fdatabase.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdatabase.sql.gz",status="429"} 0.000126092 http_request_duration_seconds_count{method="GET",path="/%2Fdatabase.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdatabase.yml.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdatabase.yml.bak",status="429"} 0.000156017 http_request_duration_seconds_count{method="GET",path="/%2Fdatabase.yml.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdb.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdb.sql",status="429"} 7.449e-05 http_request_duration_seconds_count{method="GET",path="/%2Fdb.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdebug.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdebug.log",status="429"} 0.000134755 http_request_duration_seconds_count{method="GET",path="/%2Fdebug.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdocker-compose.yml",status="404"} 0.000178831 http_request_duration_seconds_count{method="GET",path="/%2Fdocker-compose.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdocker-compose.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdocker-compose.yml",status="429"} 0.000132579 http_request_duration_seconds_count{method="GET",path="/%2Fdocker-compose.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2Fdump.sql",status="429"} 0.000299568 http_request_duration_seconds_count{method="GET",path="/%2Fdump.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdump.sql.gz",status="429"} 0.000149179 http_request_duration_seconds_count{method="GET",path="/%2Fdump.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fdump.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fdump.sql.zip",status="429"} 0.000124406 http_request_duration_seconds_count{method="GET",path="/%2Fdump.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv-config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fenv-config.js",status="429"} 6.2922e-05 http_request_duration_seconds_count{method="GET",path="/%2Fenv-config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fenv.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fenv.js",status="429"} 3.6029e-05 http_request_duration_seconds_count{method="GET",path="/%2Fenv.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Ferror.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Ferror.log",status="429"} 0.000294004 http_request_duration_seconds_count{method="GET",path="/%2Ferror.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fexport.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fexport.sql",status="429"} 7.1971e-05 http_request_duration_seconds_count{method="GET",path="/%2Fexport.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealth",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fhealth",status="429"} 0.000145682 http_request_duration_seconds_count{method="GET",path="/%2Fhealth",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fhealthz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fhealthz",status="429"} 5.0043e-05 http_request_duration_seconds_count{method="GET",path="/%2Fhealthz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2Findex.php",status="404"} 0.0005341160000000001 http_request_duration_seconds_count{method="GET",path="/%2Findex.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Findex.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/%2Findex.php",status="429"} 0.00063063 http_request_duration_seconds_count{method="GET",path="/%2Findex.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flaravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Flaravel.log",status="429"} 9.5867e-05 http_request_duration_seconds_count{method="GET",path="/%2Flaravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Flogin",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Flogin",status="429"} 0.000150098 http_request_duration_seconds_count{method="GET",path="/%2Flogin",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fmysql.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fmysql.sql",status="429"} 0.00012283 http_request_duration_seconds_count{method="GET",path="/%2Fmysql.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fopenapi.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fopenapi.json",status="429"} 0.000200109 http_request_duration_seconds_count{method="GET",path="/%2Fopenapi.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429"} 9.7155e-05 http_request_duration_seconds_count{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429"} 6.1323e-05 http_request_duration_seconds_count{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429"} 7.8921e-05 http_request_duration_seconds_count{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429"} 7.2999e-05 http_request_duration_seconds_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429"} 0.000108447 http_request_duration_seconds_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429"} 0.000160653 http_request_duration_seconds_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429"} 9.6035e-05 http_request_duration_seconds_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429"} 9.8991e-05 http_request_duration_seconds_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fruntime-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fruntime-config.json",status="429"} 0.00017362 http_request_duration_seconds_count{method="GET",path="/%2Fruntime-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fsettings.json",status="429"} 0.000224953 http_request_duration_seconds_count{method="GET",path="/%2Fsettings.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fsettings.py.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fsettings.py.bak",status="429"} 0.000143837 http_request_duration_seconds_count{method="GET",path="/%2Fsettings.py.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstatic%2Fenv.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fstatic%2Fenv.js",status="429"} 0.000232101 http_request_duration_seconds_count{method="GET",path="/%2Fstatic%2Fenv.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429"} 0.000158624 http_request_duration_seconds_count{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fswagger.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fswagger.json",status="429"} 0.000157957 http_request_duration_seconds_count{method="GET",path="/%2Fswagger.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fterraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2Fterraform.tfstate",status="429"} 0.000492488 http_request_duration_seconds_count{method="GET",path="/%2Fterraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fuploads%2F",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fuploads%2F",status="429"} 0.00011014 http_request_duration_seconds_count{method="GET",path="/%2Fuploads%2F",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv2%2Fapi-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fv2%2Fapi-docs",status="429"} 0.000106173 http_request_duration_seconds_count{method="GET",path="/%2Fv2%2Fapi-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fv3%2Fapi-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fv3%2Fapi-docs",status="429"} 0.000148872 http_request_duration_seconds_count{method="GET",path="/%2Fv3%2Fapi-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fversion.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fversion.json",status="429"} 0.000161117 http_request_duration_seconds_count{method="GET",path="/%2Fversion.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-config.php",status="429"} 0.000181087 http_request_duration_seconds_count{method="GET",path="/%2Fwp-config.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-config.php.bak",status="429"} 0.000485261 http_request_duration_seconds_count{method="GET",path="/%2Fwp-config.php.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-config.php.old",status="429"} 0.00052299 http_request_duration_seconds_count{method="GET",path="/%2Fwp-config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-config.php.swp",status="429"} 0.000148805 http_request_duration_seconds_count{method="GET",path="/%2Fwp-config.php.swp",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404"} 0.000401872 http_request_duration_seconds_count{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429"} 0.000145412 http_request_duration_seconds_count{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-config.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-config.txt",status="429"} 0.00018942 http_request_duration_seconds_count{method="GET",path="/%2Fwp-config.txt",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429"} 0.000114406 http_request_duration_seconds_count{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429"} 0.000361521 http_request_duration_seconds_count{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404"} 0.000170609 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/.env",status="404"} 0.000298292 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404"} 0.000192466 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404"} 0.000150957 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404"} 0.000219571 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404"} 0.000164346 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404"} 0.000210233 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404"} 0.000183763 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404"} 0.000156566 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404"} 0.000176464 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404"} 0.000141378 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404"} 0.000201456 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404"} 0.000164992 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404"} 0.000143728 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404"} 0.000286786 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404"} 0.000150844 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404"} 0.000221523 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404"} 0.000218016 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404"} 0.000168621 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404"} 0.000163194 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404"} 0.000265195 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404"} 0.000167861 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404"} 0.000296456 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404"} 0.000219095 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404"} 0.000167605 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404"} 0.000252106 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404"} 0.000256798 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404"} 0.000214492 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404"} 0.000339248 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404"} 0.00020074 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404"} 0.00021505 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404"} 0.000226729 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404"} 0.000179159 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404"} 0.000177349 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404"} 0.000189437 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404"} 0.000251064 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404"} 0.000298511 http_request_duration_seconds_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/.aws/credentials",status="404"} 0.000224483 http_request_duration_seconds_count{method="GET",path="/%2e%2e/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/.env",status="404"} 0.000194646 http_request_duration_seconds_count{method="GET",path="/%2e%2e/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/app/.env",status="404"} 0.000178738 http_request_duration_seconds_count{method="GET",path="/%2e%2e/app/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404"} 0.000303842 http_request_duration_seconds_count{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/hosts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/etc/hosts",status="404"} 0.000159165 http_request_duration_seconds_count{method="GET",path="/%2e%2e/etc/hosts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404"} 0.000161532 http_request_duration_seconds_count{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/etc/passwd",status="404"} 0.000136537 http_request_duration_seconds_count{method="GET",path="/%2e%2e/etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/shadow",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/etc/shadow",status="404"} 0.000152447 http_request_duration_seconds_count{method="GET",path="/%2e%2e/etc/shadow",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404"} 0.000127921 http_request_duration_seconds_count{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/home/.env",status="404"} 0.000160306 http_request_duration_seconds_count{method="GET",path="/%2e%2e/home/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404"} 0.000148401 http_request_duration_seconds_count{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404"} 0.00014909 http_request_duration_seconds_count{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404"} 0.000202063 http_request_duration_seconds_count{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404"} 0.000160669 http_request_duration_seconds_count{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404"} 0.000148608 http_request_duration_seconds_count{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404"} 0.000207996 http_request_duration_seconds_count{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404"} 0.000172521 http_request_duration_seconds_count{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/net/tcp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/proc/net/tcp",status="404"} 0.000180311 http_request_duration_seconds_count{method="GET",path="/%2e%2e/proc/net/tcp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/proc/self/cmdline",status="404"} 0.000130293 http_request_duration_seconds_count{method="GET",path="/%2e%2e/proc/self/cmdline",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/self/environ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/proc/self/environ",status="404"} 0.000142834 http_request_duration_seconds_count{method="GET",path="/%2e%2e/proc/self/environ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/proc/version",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/proc/version",status="404"} 0.000156035 http_request_duration_seconds_count{method="GET",path="/%2e%2e/proc/version",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.bash_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/root/.bash_history",status="404"} 0.000155763 http_request_duration_seconds_count{method="GET",path="/%2e%2e/root/.bash_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.mysql_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/root/.mysql_history",status="404"} 0.000261115 http_request_duration_seconds_count{method="GET",path="/%2e%2e/root/.mysql_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404"} 0.00014618 http_request_duration_seconds_count{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404"} 0.00023757 http_request_duration_seconds_count{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/srv/.env",status="404"} 0.000134891 http_request_duration_seconds_count{method="GET",path="/%2e%2e/srv/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404"} 0.000246418 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/auth.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/log/auth.log",status="404"} 0.000300774 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/log/auth.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404"} 0.000160138 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/log/secure",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/log/secure",status="404"} 0.000363302 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/log/secure",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/www/.git/config",status="404"} 0.000170628 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/www/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/www/html/.env",status="404"} 0.000197409 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404"} 0.000150291 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/www/html/config.php",status="404"} 0.000164629 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/www/html/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404"} 0.00016582 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404"} 0.000133277 http_request_duration_seconds_count{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/%2e/",status="429"} 0.0010733319999999998 http_request_duration_seconds_count{method="GET",path="/%2e/",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.aws/%2e/config",status="429"} 0.000156859 http_request_duration_seconds_count{method="GET",path="/%2e/.aws/%2e/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.aws/%2e/credentials",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2e/.aws/%2e/credentials",status="429"} 0.00062729 http_request_duration_seconds_count{method="GET",path="/%2e/.aws/%2e/credentials",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env",status="429"} 0.000152207 http_request_duration_seconds_count{method="GET",path="/%2e/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.backup",status="429"} 0.00029537 http_request_duration_seconds_count{method="GET",path="/%2e/.env.backup",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.bak",status="429"} 0.000118055 http_request_duration_seconds_count{method="GET",path="/%2e/.env.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.docker",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.docker",status="429"} 0.000163575 http_request_duration_seconds_count{method="GET",path="/%2e/.env.docker",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.local",status="429"} 0.000266251 http_request_duration_seconds_count{method="GET",path="/%2e/.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.local.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.local.bak",status="429"} 0.000596436 http_request_duration_seconds_count{method="GET",path="/%2e/.env.local.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.old",status="429"} 0.000158978 http_request_duration_seconds_count{method="GET",path="/%2e/.env.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.orig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.orig",status="429"} 0.00062706 http_request_duration_seconds_count{method="GET",path="/%2e/.env.orig",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.production",status="429"} 0.000488233 http_request_duration_seconds_count{method="GET",path="/%2e/.env.production",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.production.bak",status="429"} 4.6242e-05 http_request_duration_seconds_count{method="GET",path="/%2e/.env.production.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429"} 0.000142068 http_request_duration_seconds_count{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.save",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.save",status="429"} 0.000103708 http_request_duration_seconds_count{method="GET",path="/%2e/.env.save",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.staging",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.staging",status="429"} 0.000174463 http_request_duration_seconds_count{method="GET",path="/%2e/.env.staging",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.swp",status="429"} 5.6115e-05 http_request_duration_seconds_count{method="GET",path="/%2e/.env.swp",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env.testing",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.env.testing",status="429"} 0.00028766100000000004 http_request_duration_seconds_count{method="GET",path="/%2e/.env.testing",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.env/",status="429"} 0.000380288 http_request_duration_seconds_count{method="GET",path="/%2e/.env/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env/%2e/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2e/.env/%2e/",status="429"} 0.00046058199999999996 http_request_duration_seconds_count{method="GET",path="/%2e/.env/%2e/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env;/%2e/style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env;/%2e/style.css",status="429"} 0.000112958 http_request_duration_seconds_count{method="GET",path="/%2e/.env;/%2e/style.css",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.env~",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.env~",status="429"} 0.000113818 http_request_duration_seconds_count{method="GET",path="/%2e/.env~",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.git/%2e/config",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2e/.git/%2e/config",status="429"} 0.000344293 http_request_duration_seconds_count{method="GET",path="/%2e/.git/%2e/config",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429"} 9.2826e-05 http_request_duration_seconds_count{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429"} 8.6984e-05 http_request_duration_seconds_count{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htaccess.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.htaccess.bak",status="429"} 0.000135018 http_request_duration_seconds_count{method="GET",path="/%2e/.htaccess.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.htpasswd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.htpasswd",status="429"} 0.000250978 http_request_duration_seconds_count{method="GET",path="/%2e/.htpasswd",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.netrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.netrc",status="429"} 0.000241981 http_request_duration_seconds_count{method="GET",path="/%2e/.netrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.npmrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.npmrc",status="429"} 0.00035988999999999997 http_request_duration_seconds_count{method="GET",path="/%2e/.npmrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429"} 0.00023804000000000002 http_request_duration_seconds_count{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429"} 0.000314308 http_request_duration_seconds_count{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429"} 0.000107902 http_request_duration_seconds_count{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429"} 0.000110747 http_request_duration_seconds_count{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e//%2e/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e//%2e/.env",status="429"} 0.000256275 http_request_duration_seconds_count{method="GET",path="/%2e//%2e/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/actuator",status="429"} 0.000382635 http_request_duration_seconds_count{method="GET",path="/%2e/actuator",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/actuator/%2e/heapdump",status="429"} 0.000149247 http_request_duration_seconds_count{method="GET",path="/%2e/actuator/%2e/heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/actuator/%2e/logfile",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/actuator/%2e/logfile",status="429"} 0.000138373 http_request_duration_seconds_count{method="GET",path="/%2e/actuator/%2e/logfile",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api-docs.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api-docs.json",status="429"} 0.000179767 http_request_duration_seconds_count{method="GET",path="/%2e/api-docs.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/config",status="429"} 0.000100669 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/config.json",status="429"} 3.6068e-05 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/env",status="429"} 9.4795e-05 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/env-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/env-config",status="429"} 0.0004911 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/env-config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/info",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/info",status="429"} 0.000984021 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/info",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/runtime-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/runtime-config",status="429"} 0.000172238 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/runtime-config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/settings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/settings",status="429"} 0.00016157 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/settings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429"} 0.000109259 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/api/%2e/version",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/api/%2e/version",status="429"} 7.7211e-05 http_request_duration_seconds_count{method="GET",path="/%2e/api/%2e/version",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/app.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/app.json",status="429"} 0.000125977 http_request_duration_seconds_count{method="GET",path="/%2e/app.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429"} 0.00027684 http_request_duration_seconds_count{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/appsettings.json.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/appsettings.json.bak",status="429"} 0.000120234 http_request_duration_seconds_count{method="GET",path="/%2e/appsettings.json.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/assets/%2e/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/assets/%2e/env.js",status="429"} 0.000179541 http_request_duration_seconds_count{method="GET",path="/%2e/assets/%2e/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/aws-exports.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/aws-exports.js",status="429"} 0.000558839 http_request_duration_seconds_count{method="GET",path="/%2e/aws-exports.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/awsconfiguration.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/awsconfiguration.json",status="429"} 0.000243825 http_request_duration_seconds_count{method="GET",path="/%2e/awsconfiguration.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/backup.sql",status="429"} 0.000315295 http_request_duration_seconds_count{method="GET",path="/%2e/backup.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/backup.sql.gz",status="429"} 0.00012742 http_request_duration_seconds_count{method="GET",path="/%2e/backup.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/backup.sql.zip",status="429"} 0.000100131 http_request_duration_seconds_count{method="GET",path="/%2e/backup.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backup/%2e/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/backup/%2e/",status="429"} 0.000116136 http_request_duration_seconds_count{method="GET",path="/%2e/backup/%2e/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/backups/%2e/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/backups/%2e/",status="429"} 0.000143611 http_request_duration_seconds_count{method="GET",path="/%2e/backups/%2e/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/build.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/build.json",status="429"} 0.000139161 http_request_duration_seconds_count{method="GET",path="/%2e/build.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/config.js",status="429"} 0.000205891 http_request_duration_seconds_count{method="GET",path="/%2e/config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/config.json",status="429"} 0.000634384 http_request_duration_seconds_count{method="GET",path="/%2e/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/config.php.bak",status="429"} 0.000521661 http_request_duration_seconds_count{method="GET",path="/%2e/config.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/config.php.old",status="429"} 3.6253e-05 http_request_duration_seconds_count{method="GET",path="/%2e/config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/app.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/config/%2e/app.php",status="429"} 0.000251531 http_request_duration_seconds_count{method="GET",path="/%2e/config/%2e/app.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/config/%2e/database.php",status="404"} 0.000133631 http_request_duration_seconds_count{method="GET",path="/%2e/config/%2e/database.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/database.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/config/%2e/database.php",status="429"} 0.000119907 http_request_duration_seconds_count{method="GET",path="/%2e/config/%2e/database.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/config/%2e/mail.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/config/%2e/mail.php",status="429"} 0.000166453 http_request_duration_seconds_count{method="GET",path="/%2e/config/%2e/mail.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429"} 0.000251315 http_request_duration_seconds_count{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/database.sql",status="429"} 0.000198868 http_request_duration_seconds_count{method="GET",path="/%2e/database.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/database.sql.gz",status="429"} 0.000158832 http_request_duration_seconds_count{method="GET",path="/%2e/database.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/database.yml.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/database.yml.bak",status="429"} 7.9355e-05 http_request_duration_seconds_count{method="GET",path="/%2e/database.yml.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/db.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/db.sql",status="429"} 8.8695e-05 http_request_duration_seconds_count{method="GET",path="/%2e/db.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/debug.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/debug.log",status="429"} 0.00015176 http_request_duration_seconds_count{method="GET",path="/%2e/debug.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/docker-compose.yml",status="404"} 0.000191801 http_request_duration_seconds_count{method="GET",path="/%2e/docker-compose.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/docker-compose.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/docker-compose.yml",status="429"} 0.000163739 http_request_duration_seconds_count{method="GET",path="/%2e/docker-compose.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/dump.sql",status="429"} 0.00026092300000000004 http_request_duration_seconds_count{method="GET",path="/%2e/dump.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/dump.sql.gz",status="429"} 0.000123989 http_request_duration_seconds_count{method="GET",path="/%2e/dump.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/dump.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/dump.sql.zip",status="429"} 9.5377e-05 http_request_duration_seconds_count{method="GET",path="/%2e/dump.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env-config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/env-config.js",status="429"} 9.362e-05 http_request_duration_seconds_count{method="GET",path="/%2e/env-config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/env.js",status="429"} 0.000128607 http_request_duration_seconds_count{method="GET",path="/%2e/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/error.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/error.log",status="429"} 0.000108367 http_request_duration_seconds_count{method="GET",path="/%2e/error.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/export.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/export.sql",status="429"} 0.000106064 http_request_duration_seconds_count{method="GET",path="/%2e/export.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/health",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/health",status="429"} 0.000209673 http_request_duration_seconds_count{method="GET",path="/%2e/health",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/healthz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/healthz",status="429"} 0.000158332 http_request_duration_seconds_count{method="GET",path="/%2e/healthz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2e/index.php",status="404"} 0.00041763900000000003 http_request_duration_seconds_count{method="GET",path="/%2e/index.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/index.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/%2e/index.php",status="429"} 0.000703413 http_request_duration_seconds_count{method="GET",path="/%2e/index.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/laravel.log",status="429"} 0.000120886 http_request_duration_seconds_count{method="GET",path="/%2e/laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/login",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/login",status="429"} 0.000165457 http_request_duration_seconds_count{method="GET",path="/%2e/login",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/mysql.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/mysql.sql",status="429"} 0.000107047 http_request_duration_seconds_count{method="GET",path="/%2e/mysql.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/openapi.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/openapi.json",status="429"} 0.000213445 http_request_duration_seconds_count{method="GET",path="/%2e/openapi.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429"} 0.000156567 http_request_duration_seconds_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429"} 0.00015264 http_request_duration_seconds_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429"} 6.6001e-05 http_request_duration_seconds_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429"} 0.000117558 http_request_duration_seconds_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429"} 9.9589e-05 http_request_duration_seconds_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429"} 0.000140565 http_request_duration_seconds_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429"} 0.000183771 http_request_duration_seconds_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429"} 9.9882e-05 http_request_duration_seconds_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/runtime-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/runtime-config.json",status="429"} 0.000171349 http_request_duration_seconds_count{method="GET",path="/%2e/runtime-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/settings.json",status="429"} 0.000141858 http_request_duration_seconds_count{method="GET",path="/%2e/settings.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/settings.py.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/settings.py.bak",status="429"} 0.000153514 http_request_duration_seconds_count{method="GET",path="/%2e/settings.py.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/static/%2e/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/static/%2e/env.js",status="429"} 9.0796e-05 http_request_duration_seconds_count{method="GET",path="/%2e/static/%2e/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429"} 0.000773594 http_request_duration_seconds_count{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/swagger.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/swagger.json",status="429"} 7.7015e-05 http_request_duration_seconds_count{method="GET",path="/%2e/swagger.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/terraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/terraform.tfstate",status="429"} 0.000209509 http_request_duration_seconds_count{method="GET",path="/%2e/terraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/uploads/%2e/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/uploads/%2e/",status="429"} 0.001126652 http_request_duration_seconds_count{method="GET",path="/%2e/uploads/%2e/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v2/%2e/api-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/v2/%2e/api-docs",status="429"} 2.9868e-05 http_request_duration_seconds_count{method="GET",path="/%2e/v2/%2e/api-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/v3/%2e/api-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/v3/%2e/api-docs",status="429"} 0.000110293 http_request_duration_seconds_count{method="GET",path="/%2e/v3/%2e/api-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/version.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/version.json",status="429"} 5.2521e-05 http_request_duration_seconds_count{method="GET",path="/%2e/version.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/wp-config.php",status="429"} 0.00015803 http_request_duration_seconds_count{method="GET",path="/%2e/wp-config.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/%2e/wp-config.php.bak",status="429"} 0.00046591 http_request_duration_seconds_count{method="GET",path="/%2e/wp-config.php.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/wp-config.php.old",status="429"} 0.000160014 http_request_duration_seconds_count{method="GET",path="/%2e/wp-config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/wp-config.php.swp",status="429"} 0.000202392 http_request_duration_seconds_count{method="GET",path="/%2e/wp-config.php.swp",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429"} 0.000489521 http_request_duration_seconds_count{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-config.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/wp-config.txt",status="429"} 7.757e-05 http_request_duration_seconds_count{method="GET",path="/%2e/wp-config.txt",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429"} 0.00012732 http_request_duration_seconds_count{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429"} 3.4519e-05 http_request_duration_seconds_count{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/account",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2fapi/account",status="404"} 0.000199291 http_request_duration_seconds_count{method="GET",path="/%2fapi/account",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/%2fapi/telescope/requests",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/%2fapi/telescope/requests",status="404"} 0.000215182 http_request_duration_seconds_count{method="GET",path="/%2fapi/telescope/requests",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/--wp-lgj.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/--wp-lgj.php",status="404"} 0.000174033 http_request_duration_seconds_count{method="GET",path="/--wp-lgj.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/admin/self-information",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/-/admin/self-information",status="404"} 0.000141087 http_request_duration_seconds_count{method="GET",path="/-/admin/self-information",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/-/settings",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/-/settings",status="404"} 0.000216499 http_request_duration_seconds_count{method="GET",path="/-/settings",status="404"} 1 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.000203436 http_request_duration_seconds_count{method="GET",path="/....//.aws/credentials",status="404"} 1 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.000193328 http_request_duration_seconds_count{method="GET",path="/....//.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//app/.env",status="404"} 0.000206217 http_request_duration_seconds_count{method="GET",path="/....//app/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/hosts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//etc/hosts",status="404"} 0.000235532 http_request_duration_seconds_count{method="GET",path="/....//etc/hosts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//etc/passwd",status="404"} 0.000129379 http_request_duration_seconds_count{method="GET",path="/....//etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//etc/shadow",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//etc/shadow",status="404"} 0.000205587 http_request_duration_seconds_count{method="GET",path="/....//etc/shadow",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//home/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//home/.env",status="404"} 0.000175941 http_request_duration_seconds_count{method="GET",path="/....//home/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/self/environ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//proc/self/environ",status="404"} 0.000187261 http_request_duration_seconds_count{method="GET",path="/....//proc/self/environ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//proc/version",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//proc/version",status="404"} 0.000138645 http_request_duration_seconds_count{method="GET",path="/....//proc/version",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//srv/.env",status="404"} 0.000193677 http_request_duration_seconds_count{method="GET",path="/....//srv/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//var/www/.env",status="404"} 0.000181921 http_request_duration_seconds_count{method="GET",path="/....//var/www/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//var/www/html/.env",status="404"} 0.000200865 http_request_duration_seconds_count{method="GET",path="/....//var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//var/www/html/config.php",status="404"} 0.00018071 http_request_duration_seconds_count{method="GET",path="/....//var/www/html/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//var/www/html/configuration.php",status="404"} 0.000161258 http_request_duration_seconds_count{method="GET",path="/....//var/www/html/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/....//var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/....//var/www/html/wp-config.php",status="404"} 0.000139245 http_request_duration_seconds_count{method="GET",path="/....//var/www/html/wp-config.php",status="404"} 1 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.000190675 http_request_duration_seconds_count{method="GET",path="/../../../../.aws/credentials",status="404"} 1 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.000148721 http_request_duration_seconds_count{method="GET",path="/../../../../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../app/.env",status="404"} 0.00016567 http_request_duration_seconds_count{method="GET",path="/../../../../app/.env",status="404"} 1 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.000220462 http_request_duration_seconds_count{method="GET",path="/../../../../etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/hosts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../etc/hosts",status="404"} 0.000175245 http_request_duration_seconds_count{method="GET",path="/../../../../etc/hosts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404"} 0.000168405 http_request_duration_seconds_count{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../etc/passwd",status="404"} 0.000137615 http_request_duration_seconds_count{method="GET",path="/../../../../etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/shadow",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../etc/shadow",status="404"} 0.000167145 http_request_duration_seconds_count{method="GET",path="/../../../../etc/shadow",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../etc/ssh/sshd_config",status="404"} 0.000190318 http_request_duration_seconds_count{method="GET",path="/../../../../etc/ssh/sshd_config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../home/.env",status="404"} 0.000221142 http_request_duration_seconds_count{method="GET",path="/../../../../home/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404"} 0.000137791 http_request_duration_seconds_count{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404"} 0.000197367 http_request_duration_seconds_count{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404"} 0.000166666 http_request_duration_seconds_count{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404"} 0.000200144 http_request_duration_seconds_count{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404"} 0.000203401 http_request_duration_seconds_count{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404"} 0.000181283 http_request_duration_seconds_count{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404"} 0.000203191 http_request_duration_seconds_count{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/net/tcp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../proc/net/tcp",status="404"} 0.000159705 http_request_duration_seconds_count{method="GET",path="/../../../../proc/net/tcp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/self/environ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../proc/self/environ",status="404"} 0.000215927 http_request_duration_seconds_count{method="GET",path="/../../../../proc/self/environ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../proc/version",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../proc/version",status="404"} 0.000160842 http_request_duration_seconds_count{method="GET",path="/../../../../proc/version",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.bash_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../root/.bash_history",status="404"} 0.000185873 http_request_duration_seconds_count{method="GET",path="/../../../../root/.bash_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.mysql_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../root/.mysql_history",status="404"} 0.000197911 http_request_duration_seconds_count{method="GET",path="/../../../../root/.mysql_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404"} 0.000165353 http_request_duration_seconds_count{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../root/.ssh/id_rsa",status="404"} 0.00016528 http_request_duration_seconds_count{method="GET",path="/../../../../root/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../srv/.env",status="404"} 0.000199394 http_request_duration_seconds_count{method="GET",path="/../../../../srv/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/auth.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/log/auth.log",status="404"} 0.000217737 http_request_duration_seconds_count{method="GET",path="/../../../../var/log/auth.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/nginx/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/log/nginx/access.log",status="404"} 0.000256982 http_request_duration_seconds_count{method="GET",path="/../../../../var/log/nginx/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/log/secure",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/log/secure",status="404"} 0.000351792 http_request_duration_seconds_count{method="GET",path="/../../../../var/log/secure",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/www/.env",status="404"} 0.000186119 http_request_duration_seconds_count{method="GET",path="/../../../../var/www/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/www/.git/config",status="404"} 0.000212297 http_request_duration_seconds_count{method="GET",path="/../../../../var/www/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/www/html/.env",status="404"} 0.00015023 http_request_duration_seconds_count{method="GET",path="/../../../../var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/www/html/.git/config",status="404"} 0.000139203 http_request_duration_seconds_count{method="GET",path="/../../../../var/www/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/www/html/config.php",status="404"} 0.000163341 http_request_duration_seconds_count{method="GET",path="/../../../../var/www/html/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/www/html/configuration.php",status="404"} 0.000325115 http_request_duration_seconds_count{method="GET",path="/../../../../var/www/html/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../../var/www/html/wp-config.php",status="404"} 0.000194317 http_request_duration_seconds_count{method="GET",path="/../../../../var/www/html/wp-config.php",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.00034886 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"} 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.000345713 http_request_duration_seconds_count{method="GET",path="/../../../.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../app/.env",status="404"} 0.000165196 http_request_duration_seconds_count{method="GET",path="/../../../app/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/apache2/apache2.conf",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../etc/apache2/apache2.conf",status="404"} 0.000356784 http_request_duration_seconds_count{method="GET",path="/../../../etc/apache2/apache2.conf",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/hosts",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../etc/hosts",status="404"} 0.000929089 http_request_duration_seconds_count{method="GET",path="/../../../etc/hosts",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../etc/nginx/nginx.conf",status="404"} 0.000333985 http_request_duration_seconds_count{method="GET",path="/../../../etc/nginx/nginx.conf",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/passwd",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../etc/passwd",status="404"} 0.00044992800000000005 http_request_duration_seconds_count{method="GET",path="/../../../etc/passwd",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/shadow",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../etc/shadow",status="404"} 0.000392486 http_request_duration_seconds_count{method="GET",path="/../../../etc/shadow",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../etc/ssh/sshd_config",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../etc/ssh/sshd_config",status="404"} 0.000596787 http_request_duration_seconds_count{method="GET",path="/../../../etc/ssh/sshd_config",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../home/.env",status="404"} 0.000508749 http_request_duration_seconds_count{method="GET",path="/../../../home/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404"} 0.000148354 http_request_duration_seconds_count{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404"} 0.00038540199999999997 http_request_duration_seconds_count{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404"} 0.000327167 http_request_duration_seconds_count{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404"} 0.000517184 http_request_duration_seconds_count{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404"} 0.00035597799999999996 http_request_duration_seconds_count{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404"} 0.000336052 http_request_duration_seconds_count{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404"} 0.000358307 http_request_duration_seconds_count{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/net/tcp",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../proc/net/tcp",status="404"} 0.000485399 http_request_duration_seconds_count{method="GET",path="/../../../proc/net/tcp",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/cmdline",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../proc/self/cmdline",status="404"} 0.000489551 http_request_duration_seconds_count{method="GET",path="/../../../proc/self/cmdline",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/self/environ",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../proc/self/environ",status="404"} 0.00046067899999999997 http_request_duration_seconds_count{method="GET",path="/../../../proc/self/environ",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../proc/version",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../proc/version",status="404"} 0.000378126 http_request_duration_seconds_count{method="GET",path="/../../../proc/version",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.bash_history",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../root/.bash_history",status="404"} 0.000488766 http_request_duration_seconds_count{method="GET",path="/../../../root/.bash_history",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.mysql_history",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../root/.mysql_history",status="404"} 0.000478046 http_request_duration_seconds_count{method="GET",path="/../../../root/.mysql_history",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../root/.ssh/id_ed25519",status="404"} 0.00046215700000000004 http_request_duration_seconds_count{method="GET",path="/../../../root/.ssh/id_ed25519",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../root/.ssh/id_rsa",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../root/.ssh/id_rsa",status="404"} 0.000672359 http_request_duration_seconds_count{method="GET",path="/../../../root/.ssh/id_rsa",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../srv/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../srv/.env",status="404"} 0.000293769 http_request_duration_seconds_count{method="GET",path="/../../../srv/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/apache2/access.log",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/log/apache2/access.log",status="404"} 0.000351132 http_request_duration_seconds_count{method="GET",path="/../../../var/log/apache2/access.log",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/auth.log",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/log/auth.log",status="404"} 0.000335977 http_request_duration_seconds_count{method="GET",path="/../../../var/log/auth.log",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/nginx/access.log",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/log/nginx/access.log",status="404"} 0.00038067 http_request_duration_seconds_count{method="GET",path="/../../../var/log/nginx/access.log",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/log/secure",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/log/secure",status="404"} 0.000325261 http_request_duration_seconds_count{method="GET",path="/../../../var/log/secure",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/www/.env",status="404"} 0.000359959 http_request_duration_seconds_count{method="GET",path="/../../../var/www/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/.git/config",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/www/.git/config",status="404"} 0.00030754100000000004 http_request_duration_seconds_count{method="GET",path="/../../../var/www/.git/config",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../../var/www/html/.env",status="404"} 0.00022873 http_request_duration_seconds_count{method="GET",path="/../../../var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/.git/config",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/www/html/.git/config",status="404"} 0.000370869 http_request_duration_seconds_count{method="GET",path="/../../../var/www/html/.git/config",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/config.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/www/html/config.php",status="404"} 0.000324559 http_request_duration_seconds_count{method="GET",path="/../../../var/www/html/config.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/configuration.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/www/html/configuration.php",status="404"} 0.0006524370000000001 http_request_duration_seconds_count{method="GET",path="/../../../var/www/html/configuration.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../../var/www/html/wp-config.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../../var/www/html/wp-config.php",status="404"} 0.000461618 http_request_duration_seconds_count{method="GET",path="/../../../var/www/html/wp-config.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.aws/credentials",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../.aws/credentials",status="404"} 0.001371139 http_request_duration_seconds_count{method="GET",path="/../../.aws/credentials",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../.env",status="404"} 0.000662632 http_request_duration_seconds_count{method="GET",path="/../../.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../app/.env",status="404"} 0.000677772 http_request_duration_seconds_count{method="GET",path="/../../app/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/apache2/apache2.conf",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../etc/apache2/apache2.conf",status="404"} 0.000477427 http_request_duration_seconds_count{method="GET",path="/../../etc/apache2/apache2.conf",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/hosts",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../etc/hosts",status="404"} 0.0005495179999999999 http_request_duration_seconds_count{method="GET",path="/../../etc/hosts",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../etc/nginx/nginx.conf",status="404"} 0.000502714 http_request_duration_seconds_count{method="GET",path="/../../etc/nginx/nginx.conf",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../etc/passwd",status="404"} 0.000564665 http_request_duration_seconds_count{method="GET",path="/../../etc/passwd",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/shadow",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../etc/shadow",status="404"} 0.000388909 http_request_duration_seconds_count{method="GET",path="/../../etc/shadow",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../etc/ssh/sshd_config",status="404"} 0.000505235 http_request_duration_seconds_count{method="GET",path="/../../etc/ssh/sshd_config",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../home/.env",status="404"} 0.000479942 http_request_duration_seconds_count{method="GET",path="/../../home/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404"} 0.000543494 http_request_duration_seconds_count{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404"} 0.000496586 http_request_duration_seconds_count{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404"} 0.0005426809999999999 http_request_duration_seconds_count{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../home/git/.ssh/id_rsa",status="404"} 0.0005456969999999999 http_request_duration_seconds_count{method="GET",path="/../../home/git/.ssh/id_rsa",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404"} 0.000413515 http_request_duration_seconds_count{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404"} 0.00031360700000000004 http_request_duration_seconds_count{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404"} 0.0006075599999999999 http_request_duration_seconds_count{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../proc/net/tcp",status="404"} 0.0009449969999999999 http_request_duration_seconds_count{method="GET",path="/../../proc/net/tcp",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../proc/self/cmdline",status="404"} 0.0005697440000000001 http_request_duration_seconds_count{method="GET",path="/../../proc/self/cmdline",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/environ",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../proc/self/environ",status="404"} 0.0005264450000000001 http_request_duration_seconds_count{method="GET",path="/../../proc/self/environ",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../proc/version",status="404"} 0.000569207 http_request_duration_seconds_count{method="GET",path="/../../proc/version",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../root/.aws/credentials",status="404"} 0.00023604 http_request_duration_seconds_count{method="GET",path="/../../root/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../root/.bash_history",status="404"} 0.000550357 http_request_duration_seconds_count{method="GET",path="/../../root/.bash_history",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../root/.mysql_history",status="404"} 0.0007245280000000001 http_request_duration_seconds_count{method="GET",path="/../../root/.mysql_history",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../root/.ssh/id_ed25519",status="404"} 0.000326779 http_request_duration_seconds_count{method="GET",path="/../../root/.ssh/id_ed25519",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../root/.ssh/id_rsa",status="404"} 0.00055483 http_request_duration_seconds_count{method="GET",path="/../../root/.ssh/id_rsa",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../srv/.env",status="404"} 0.000642314 http_request_duration_seconds_count{method="GET",path="/../../srv/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/apache2/access.log",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/log/apache2/access.log",status="404"} 0.0005859729999999999 http_request_duration_seconds_count{method="GET",path="/../../var/log/apache2/access.log",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/log/auth.log",status="404"} 0.0005716740000000001 http_request_duration_seconds_count{method="GET",path="/../../var/log/auth.log",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/log/nginx/access.log",status="404"} 0.0005845220000000001 http_request_duration_seconds_count{method="GET",path="/../../var/log/nginx/access.log",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/log/secure",status="404"} 0.000608949 http_request_duration_seconds_count{method="GET",path="/../../var/log/secure",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/www/.env",status="404"} 0.0005213 http_request_duration_seconds_count{method="GET",path="/../../var/www/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/www/.git/config",status="404"} 0.00049649 http_request_duration_seconds_count{method="GET",path="/../../var/www/.git/config",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/.env",status="404"} 0.00105334 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/.git/config",status="404"} 0.000515796 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/.git/config",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/config.php",status="404"} 0.000380178 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/config.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/configuration.php",status="404"} 0.0005263679999999999 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/configuration.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/wp-config.php",status="404"} 0.000414523 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/wp-config.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.aws/credentials",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/../.aws/credentials",status="404"} 0.0009996389999999999 http_request_duration_seconds_count{method="GET",path="/../.aws/credentials",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../.env",status="404"} 0.0009377830000000001 http_request_duration_seconds_count{method="GET",path="/../.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../app/.env",status="404"} 0.0008717639999999999 http_request_duration_seconds_count{method="GET",path="/../app/.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/apache2/apache2.conf",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../etc/apache2/apache2.conf",status="404"} 0.000706666 http_request_duration_seconds_count{method="GET",path="/../etc/apache2/apache2.conf",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../etc/hosts",status="404"} 0.000538537 http_request_duration_seconds_count{method="GET",path="/../etc/hosts",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/nginx/nginx.conf",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../etc/nginx/nginx.conf",status="404"} 0.000820144 http_request_duration_seconds_count{method="GET",path="/../etc/nginx/nginx.conf",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../etc/passwd",status="404"} 0.000663923 http_request_duration_seconds_count{method="GET",path="/../etc/passwd",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../etc/shadow",status="404"} 0.0007449840000000001 http_request_duration_seconds_count{method="GET",path="/../etc/shadow",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../etc/ssh/sshd_config",status="404"} 0.0007356350000000001 http_request_duration_seconds_count{method="GET",path="/../etc/ssh/sshd_config",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../home/.env",status="404"} 0.0007541560000000001 http_request_duration_seconds_count{method="GET",path="/../home/.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/../home/admin/.ssh/id_rsa",status="404"} 0.0012787949999999999 http_request_duration_seconds_count{method="GET",path="/../home/admin/.ssh/id_rsa",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404"} 0.000801177 http_request_duration_seconds_count{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404"} 0.0007792560000000001 http_request_duration_seconds_count{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../home/git/.ssh/id_rsa",status="404"} 0.000763383 http_request_duration_seconds_count{method="GET",path="/../home/git/.ssh/id_rsa",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404"} 0.000897912 http_request_duration_seconds_count{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404"} 0.0007797720000000001 http_request_duration_seconds_count{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404"} 0.001248987 http_request_duration_seconds_count{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../proc/net/tcp",status="404"} 0.0034323830000000002 http_request_duration_seconds_count{method="GET",path="/../proc/net/tcp",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../proc/self/cmdline",status="404"} 0.0006828019999999999 http_request_duration_seconds_count{method="GET",path="/../proc/self/cmdline",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../proc/self/environ",status="404"} 0.0008294559999999999 http_request_duration_seconds_count{method="GET",path="/../proc/self/environ",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../proc/version",status="404"} 0.000744269 http_request_duration_seconds_count{method="GET",path="/../proc/version",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../root/.bash_history",status="404"} 0.00110753 http_request_duration_seconds_count{method="GET",path="/../root/.bash_history",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.mysql_history",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../root/.mysql_history",status="404"} 0.0007974999999999999 http_request_duration_seconds_count{method="GET",path="/../root/.mysql_history",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../root/.ssh/id_ed25519",status="404"} 0.0006875 http_request_duration_seconds_count{method="GET",path="/../root/.ssh/id_ed25519",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../root/.ssh/id_rsa",status="404"} 0.000751067 http_request_duration_seconds_count{method="GET",path="/../root/.ssh/id_rsa",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../srv/.env",status="404"} 0.0006906039999999999 http_request_duration_seconds_count{method="GET",path="/../srv/.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/apache2/access.log",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/log/apache2/access.log",status="404"} 0.000776853 http_request_duration_seconds_count{method="GET",path="/../var/log/apache2/access.log",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/log/auth.log",status="404"} 0.000588379 http_request_duration_seconds_count{method="GET",path="/../var/log/auth.log",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/log/nginx/access.log",status="404"} 0.000869879 http_request_duration_seconds_count{method="GET",path="/../var/log/nginx/access.log",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/log/secure",status="404"} 0.000728031 http_request_duration_seconds_count{method="GET",path="/../var/log/secure",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/www/.env",status="404"} 0.000975084 http_request_duration_seconds_count{method="GET",path="/../var/www/.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/www/.git/config",status="404"} 0.00085582 http_request_duration_seconds_count{method="GET",path="/../var/www/.git/config",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/.env",status="404"} 0.00076538 http_request_duration_seconds_count{method="GET",path="/../var/www/html/.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/.git/config",status="404"} 0.0007692840000000001 http_request_duration_seconds_count{method="GET",path="/../var/www/html/.git/config",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/config.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/config.php",status="404"} 0.000627434 http_request_duration_seconds_count{method="GET",path="/../var/www/html/config.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/configuration.php",status="404"} 0.0006972330000000001 http_request_duration_seconds_count{method="GET",path="/../var/www/html/configuration.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/wp-config.php",status="404"} 0.00074577 http_request_duration_seconds_count{method="GET",path="/../var/www/html/wp-config.php",status="404"} 4 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.000241659 http_request_duration_seconds_count{method="GET",path="/..;/.aws/credentials",status="404"} 1 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.000167755 http_request_duration_seconds_count{method="GET",path="/..env",status="404"} 1 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.000361727 http_request_duration_seconds_count{method="GET",path="/../../.aws/credentials",status="404"} 1 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.000260879 http_request_duration_seconds_count{method="GET",path="/../../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../app/.env",status="404"} 0.000202862 http_request_duration_seconds_count{method="GET",path="/../../app/.env",status="404"} 1 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.000181951 http_request_duration_seconds_count{method="GET",path="/../../etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/nginx/nginx.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../etc/nginx/nginx.conf",status="404"} 0.000144368 http_request_duration_seconds_count{method="GET",path="/../../etc/nginx/nginx.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../etc/passwd",status="404"} 0.000171606 http_request_duration_seconds_count{method="GET",path="/../../etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../etc/ssh/sshd_config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../etc/ssh/sshd_config",status="404"} 0.000173179 http_request_duration_seconds_count{method="GET",path="/../../etc/ssh/sshd_config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../home/.env",status="404"} 0.000266071 http_request_duration_seconds_count{method="GET",path="/../../home/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404"} 0.00015276 http_request_duration_seconds_count{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404"} 0.000215617 http_request_duration_seconds_count{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404"} 0.00042769 http_request_duration_seconds_count{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../home/git/.ssh/id_rsa",status="404"} 0.000140916 http_request_duration_seconds_count{method="GET",path="/../../home/git/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404"} 0.000160597 http_request_duration_seconds_count{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404"} 0.000194885 http_request_duration_seconds_count{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404"} 0.000136914 http_request_duration_seconds_count{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/net/tcp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../proc/net/tcp",status="404"} 0.000162209 http_request_duration_seconds_count{method="GET",path="/../../proc/net/tcp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/self/cmdline",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../proc/self/cmdline",status="404"} 0.000188359 http_request_duration_seconds_count{method="GET",path="/../../proc/self/cmdline",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../proc/version",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../proc/version",status="404"} 0.0001475 http_request_duration_seconds_count{method="GET",path="/../../proc/version",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.bash_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../root/.bash_history",status="404"} 0.000177917 http_request_duration_seconds_count{method="GET",path="/../../root/.bash_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.mysql_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../root/.mysql_history",status="404"} 0.000153349 http_request_duration_seconds_count{method="GET",path="/../../root/.mysql_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../root/.ssh/id_ed25519",status="404"} 0.000122304 http_request_duration_seconds_count{method="GET",path="/../../root/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../root/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../root/.ssh/id_rsa",status="404"} 0.000119472 http_request_duration_seconds_count{method="GET",path="/../../root/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../srv/.env",status="404"} 0.000234552 http_request_duration_seconds_count{method="GET",path="/../../srv/.env",status="404"} 1 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.000145473 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/auth.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/auth.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/log/auth.log",status="404"} 0.000127448 http_request_duration_seconds_count{method="GET",path="/../../var/log/auth.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/nginx/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/log/nginx/access.log",status="404"} 0.000144217 http_request_duration_seconds_count{method="GET",path="/../../var/log/nginx/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/log/secure",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/log/secure",status="404"} 0.000174008 http_request_duration_seconds_count{method="GET",path="/../../var/log/secure",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/www/.env",status="404"} 0.000175611 http_request_duration_seconds_count{method="GET",path="/../../var/www/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/www/.git/config",status="404"} 0.000147967 http_request_duration_seconds_count{method="GET",path="/../../var/www/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/.env",status="404"} 0.000147908 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/.git/config",status="404"} 0.00016745 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/config.php",status="404"} 0.000223132 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/configuration.php",status="404"} 0.000244158 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../../var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../../var/www/html/wp-config.php",status="404"} 0.000199729 http_request_duration_seconds_count{method="GET",path="/../../var/www/html/wp-config.php",status="404"} 1 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.000145876 http_request_duration_seconds_count{method="GET",path="/../.aws/credentials",status="404"} 1 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.000131707 http_request_duration_seconds_count{method="GET",path="/../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../app/.env",status="404"} 0.000172457 http_request_duration_seconds_count{method="GET",path="/../app/.env",status="404"} 1 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.000160723 http_request_duration_seconds_count{method="GET",path="/../etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/hosts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../etc/hosts",status="404"} 0.000136933 http_request_duration_seconds_count{method="GET",path="/../etc/hosts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../etc/passwd",status="404"} 0.000220481 http_request_duration_seconds_count{method="GET",path="/../etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/shadow",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../etc/shadow",status="404"} 0.000184647 http_request_duration_seconds_count{method="GET",path="/../etc/shadow",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../etc/ssh/sshd_config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../etc/ssh/sshd_config",status="404"} 0.000185119 http_request_duration_seconds_count{method="GET",path="/../etc/ssh/sshd_config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../home/.env",status="404"} 0.00015194 http_request_duration_seconds_count{method="GET",path="/../home/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../home/admin/.ssh/id_rsa",status="404"} 0.000177775 http_request_duration_seconds_count{method="GET",path="/../home/admin/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404"} 0.000138263 http_request_duration_seconds_count{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404"} 0.000174263 http_request_duration_seconds_count{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/git/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../home/git/.ssh/id_rsa",status="404"} 0.000228574 http_request_duration_seconds_count{method="GET",path="/../home/git/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404"} 0.000271494 http_request_duration_seconds_count{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404"} 0.000143656 http_request_duration_seconds_count{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404"} 0.0001387 http_request_duration_seconds_count{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/net/tcp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../proc/net/tcp",status="404"} 0.000166762 http_request_duration_seconds_count{method="GET",path="/../proc/net/tcp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/cmdline",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../proc/self/cmdline",status="404"} 0.000219516 http_request_duration_seconds_count{method="GET",path="/../proc/self/cmdline",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/self/environ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../proc/self/environ",status="404"} 0.000241949 http_request_duration_seconds_count{method="GET",path="/../proc/self/environ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../proc/version",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../proc/version",status="404"} 0.000179238 http_request_duration_seconds_count{method="GET",path="/../proc/version",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.bash_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../root/.bash_history",status="404"} 0.000151747 http_request_duration_seconds_count{method="GET",path="/../root/.bash_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../root/.ssh/id_ed25519",status="404"} 0.000154454 http_request_duration_seconds_count{method="GET",path="/../root/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../root/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../root/.ssh/id_rsa",status="404"} 0.000164369 http_request_duration_seconds_count{method="GET",path="/../root/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../srv/.env",status="404"} 0.000218436 http_request_duration_seconds_count{method="GET",path="/../srv/.env",status="404"} 1 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.000202353 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/auth.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/auth.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/log/auth.log",status="404"} 0.000256263 http_request_duration_seconds_count{method="GET",path="/../var/log/auth.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/nginx/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/log/nginx/access.log",status="404"} 0.000209074 http_request_duration_seconds_count{method="GET",path="/../var/log/nginx/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/log/secure",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/log/secure",status="404"} 0.000136412 http_request_duration_seconds_count{method="GET",path="/../var/log/secure",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/www/.env",status="404"} 0.000203177 http_request_duration_seconds_count{method="GET",path="/../var/www/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/www/.git/config",status="404"} 0.000139093 http_request_duration_seconds_count{method="GET",path="/../var/www/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/.env",status="404"} 0.000171992 http_request_duration_seconds_count{method="GET",path="/../var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/.git/config",status="404"} 0.000215563 http_request_duration_seconds_count{method="GET",path="/../var/www/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/configuration.php",status="404"} 0.000290251 http_request_duration_seconds_count{method="GET",path="/../var/www/html/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/../var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/../var/www/html/wp-config.php",status="404"} 0.000160893 http_request_duration_seconds_count{method="GET",path="/../var/www/html/wp-config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/./",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/./",status="429"} 0.001221849 http_request_duration_seconds_count{method="GET",path="/./",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.aws/./config",status="429"} 0.000125007 http_request_duration_seconds_count{method="GET",path="/./.aws/./config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.aws/./credentials",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.aws/./credentials",status="429"} 0.000434079 http_request_duration_seconds_count{method="GET",path="/./.aws/./credentials",status="429"} 3 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.000340651 http_request_duration_seconds_count{method="GET",path="/./.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/./.env",status="404"} 0.000667301 http_request_duration_seconds_count{method="GET",path="/./.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/./.env",status="429"} 0.001447922 http_request_duration_seconds_count{method="GET",path="/./.env",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/./.env ",status="429"} 0.00040331799999999995 http_request_duration_seconds_count{method="GET",path="/./.env ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.backup",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/./.env.backup",status="429"} 0.001566795 http_request_duration_seconds_count{method="GET",path="/./.env.backup",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.bak",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/./.env.bak",status="429"} 0.000808179 http_request_duration_seconds_count{method="GET",path="/./.env.bak",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.docker",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.env.docker",status="404"} 0.000686077 http_request_duration_seconds_count{method="GET",path="/./.env.docker",status="404"} 1 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.000446894 http_request_duration_seconds_count{method="GET",path="/./.env.docker",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.local",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/./.env.local",status="429"} 0.0008532640000000001 http_request_duration_seconds_count{method="GET",path="/./.env.local",status="429"} 6 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.000336752 http_request_duration_seconds_count{method="GET",path="/./.env.local.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.old",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env.old",status="429"} 0.000331129 http_request_duration_seconds_count{method="GET",path="/./.env.old",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.orig",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env.orig",status="429"} 0.000412628 http_request_duration_seconds_count{method="GET",path="/./.env.orig",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/./.env.production",status="429"} 0.001009994 http_request_duration_seconds_count{method="GET",path="/./.env.production",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env.production.bak",status="429"} 0.000425278 http_request_duration_seconds_count{method="GET",path="/./.env.production.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.production;/./style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.env.production;/./style.css",status="429"} 0.000167513 http_request_duration_seconds_count{method="GET",path="/./.env.production;/./style.css",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.save",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env.save",status="429"} 0.000410126 http_request_duration_seconds_count{method="GET",path="/./.env.save",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.staging",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env.staging",status="429"} 0.000432262 http_request_duration_seconds_count{method="GET",path="/./.env.staging",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.swp",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env.swp",status="429"} 0.000273541 http_request_duration_seconds_count{method="GET",path="/./.env.swp",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env.testing",status="404"} 0.000466879 http_request_duration_seconds_count{method="GET",path="/./.env.testing",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.env.testing",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/./.env.testing",status="429"} 0.001030493 http_request_duration_seconds_count{method="GET",path="/./.env.testing",status="429"} 6 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.000133316 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"} 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.0012439550000000001 http_request_duration_seconds_count{method="GET",path="/./.env/",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env/./",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env/./",status="429"} 0.000396021 http_request_duration_seconds_count{method="GET",path="/./.env/./",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env;/./style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.env;/./style.css",status="429"} 0.000165068 http_request_duration_seconds_count{method="GET",path="/./.env;/./style.css",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.env~",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.env~",status="429"} 0.000441271 http_request_duration_seconds_count{method="GET",path="/./.env~",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.git/./config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.git/./config",status="404"} 0.000213223 http_request_duration_seconds_count{method="GET",path="/./.git/./config",status="404"} 1 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.000253579 http_request_duration_seconds_count{method="GET",path="/./.git/./config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.github/./workflows/./ci.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.github/./workflows/./ci.yml",status="429"} 0.000180044 http_request_duration_seconds_count{method="GET",path="/./.github/./workflows/./ci.yml",status="429"} 1 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.000154214 http_request_duration_seconds_count{method="GET",path="/./.github/./workflows/./deploy.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htaccess.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./.htaccess.bak",status="429"} 0.00040710499999999995 http_request_duration_seconds_count{method="GET",path="/./.htaccess.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.htpasswd",status="404"} 0.000136828 http_request_duration_seconds_count{method="GET",path="/./.htpasswd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.htpasswd",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/./.htpasswd",status="429"} 0.000906943 http_request_duration_seconds_count{method="GET",path="/./.htpasswd",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/./.netrc",status="404"} 0.000272771 http_request_duration_seconds_count{method="GET",path="/./.netrc",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.netrc",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/./.netrc",status="429"} 0.000833063 http_request_duration_seconds_count{method="GET",path="/./.netrc",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.npmrc",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/./.npmrc",status="429"} 0.0009419019999999999 http_request_duration_seconds_count{method="GET",path="/./.npmrc",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.ssh/./id_rsa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/./.ssh/./id_rsa",status="429"} 0.000283479 http_request_duration_seconds_count{method="GET",path="/./.ssh/./id_rsa",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./jwks.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.well-known/./jwks.json",status="429"} 0.00011837 http_request_duration_seconds_count{method="GET",path="/./.well-known/./jwks.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.well-known/./oauth-authorization-server",status="429"} 5.5753e-05 http_request_duration_seconds_count{method="GET",path="/./.well-known/./oauth-authorization-server",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./.well-known/./openid-configuration",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./.well-known/./openid-configuration",status="429"} 6.7636e-05 http_request_duration_seconds_count{method="GET",path="/./.well-known/./openid-configuration",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.//./.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.//./.env",status="429"} 0.000330285 http_request_duration_seconds_count{method="GET",path="/.//./.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./actuator",status="429"} 0.00032622 http_request_duration_seconds_count{method="GET",path="/./actuator",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./actuator/./heapdump",status="429"} 0.000134331 http_request_duration_seconds_count{method="GET",path="/./actuator/./heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./actuator/./logfile",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./actuator/./logfile",status="429"} 0.000187179 http_request_duration_seconds_count{method="GET",path="/./actuator/./logfile",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api-docs.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./api-docs.json",status="429"} 0.000337623 http_request_duration_seconds_count{method="GET",path="/./api-docs.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./api/./config",status="429"} 0.000535539 http_request_duration_seconds_count{method="GET",path="/./api/./config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./api/./config.json",status="429"} 4.5235e-05 http_request_duration_seconds_count{method="GET",path="/./api/./config.json",status="429"} 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"} 0.000126274 http_request_duration_seconds_count{method="GET",path="/./api/./env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./env-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./api/./env-config",status="429"} 8.3683e-05 http_request_duration_seconds_count{method="GET",path="/./api/./env-config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./info",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./api/./info",status="429"} 6.6079e-05 http_request_duration_seconds_count{method="GET",path="/./api/./info",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./runtime-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./api/./runtime-config",status="429"} 5.9893e-05 http_request_duration_seconds_count{method="GET",path="/./api/./runtime-config",status="429"} 1 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.7159e-05 http_request_duration_seconds_count{method="GET",path="/./api/./settings",status="429"} 1 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"} 0.0004929 http_request_duration_seconds_count{method="GET",path="/./api/./v1/./config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./api/./version",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./api/./version",status="429"} 8.3888e-05 http_request_duration_seconds_count{method="GET",path="/./api/./version",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./app.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./app.json",status="429"} 0.000275062 http_request_duration_seconds_count{method="GET",path="/./app.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429"} 0.000102376 http_request_duration_seconds_count{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./appsettings.json.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./appsettings.json.bak",status="429"} 0.000352731 http_request_duration_seconds_count{method="GET",path="/./appsettings.json.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./assets/./env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./assets/./env.js",status="429"} 0.000522847 http_request_duration_seconds_count{method="GET",path="/./assets/./env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/./aws-exports.js",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/./aws-exports.js",status="429"} 0.00120992 http_request_duration_seconds_count{method="GET",path="/./aws-exports.js",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./awsconfiguration.json",status="404"} 0.000169618 http_request_duration_seconds_count{method="GET",path="/./awsconfiguration.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/./awsconfiguration.json",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/./awsconfiguration.json",status="429"} 0.001102905 http_request_duration_seconds_count{method="GET",path="/./awsconfiguration.json",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/./backup",status="429"} 0.000423825 http_request_duration_seconds_count{method="GET",path="/./backup",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./backup.sql",status="404"} 0.000130044 http_request_duration_seconds_count{method="GET",path="/./backup.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/./backup.sql",status="429"} 0.0008845080000000001 http_request_duration_seconds_count{method="GET",path="/./backup.sql",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.gz",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./backup.sql.gz",status="429"} 0.0004434 http_request_duration_seconds_count{method="GET",path="/./backup.sql.gz",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup.sql.zip",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./backup.sql.zip",status="429"} 0.000324729 http_request_duration_seconds_count{method="GET",path="/./backup.sql.zip",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backup/./",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./backup/./",status="429"} 9.3523e-05 http_request_duration_seconds_count{method="GET",path="/./backup/./",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/./backups",status="429"} 0.00033261399999999996 http_request_duration_seconds_count{method="GET",path="/./backups",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./backups/./",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./backups/./",status="429"} 0.00046913 http_request_duration_seconds_count{method="GET",path="/./backups/./",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./build.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./build.json",status="429"} 0.000277124 http_request_duration_seconds_count{method="GET",path="/./build.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.js",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./config.js",status="429"} 0.000451066 http_request_duration_seconds_count{method="GET",path="/./config.js",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./config.json",status="429"} 0.00034533999999999997 http_request_duration_seconds_count{method="GET",path="/./config.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./config.php.bak",status="429"} 0.000306452 http_request_duration_seconds_count{method="GET",path="/./config.php.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./config.php.old",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./config.php.old",status="429"} 0.00032765400000000003 http_request_duration_seconds_count{method="GET",path="/./config.php.old",status="429"} 3 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.000349425 http_request_duration_seconds_count{method="GET",path="/./config/./app.php",status="429"} 2 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.000277852 http_request_duration_seconds_count{method="GET",path="/./config/./database.php",status="429"} 2 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.000116502 http_request_duration_seconds_count{method="GET",path="/./config/./mail.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429"} 0.000142111 http_request_duration_seconds_count{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./database.sql",status="404"} 0.000192491 http_request_duration_seconds_count{method="GET",path="/./database.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/./database.sql",status="429"} 0.000612225 http_request_duration_seconds_count{method="GET",path="/./database.sql",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.sql.gz",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./database.sql.gz",status="429"} 0.00045305599999999997 http_request_duration_seconds_count{method="GET",path="/./database.sql.gz",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./database.yml.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./database.yml.bak",status="429"} 0.000425915 http_request_duration_seconds_count{method="GET",path="/./database.yml.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./db.sql",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./db.sql",status="429"} 0.000467835 http_request_duration_seconds_count{method="GET",path="/./db.sql",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./debug.log",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./debug.log",status="429"} 0.000338597 http_request_duration_seconds_count{method="GET",path="/./debug.log",status="429"} 3 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.000300736 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"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/./docker-compose.yml",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/./docker-compose.yml",status="429"} 0.001069876 http_request_duration_seconds_count{method="GET",path="/./docker-compose.yml",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./dump.sql",status="404"} 0.000300668 http_request_duration_seconds_count{method="GET",path="/./dump.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/./dump.sql",status="429"} 0.001066025 http_request_duration_seconds_count{method="GET",path="/./dump.sql",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.gz",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./dump.sql.gz",status="429"} 0.00043297500000000005 http_request_duration_seconds_count{method="GET",path="/./dump.sql.gz",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./dump.sql.zip",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./dump.sql.zip",status="429"} 0.000423028 http_request_duration_seconds_count{method="GET",path="/./dump.sql.zip",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env-config.js",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./env-config.js",status="429"} 0.00038359200000000004 http_request_duration_seconds_count{method="GET",path="/./env-config.js",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./env.js",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./env.js",status="429"} 0.0004979520000000001 http_request_duration_seconds_count{method="GET",path="/./env.js",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./error.log",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./error.log",status="429"} 0.000489684 http_request_duration_seconds_count{method="GET",path="/./error.log",status="429"} 3 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.000168715 http_request_duration_seconds_count{method="GET",path="/./export.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/./export.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/./export.sql",status="429"} 0.000179952 http_request_duration_seconds_count{method="GET",path="/./export.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./health",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./health",status="429"} 0.000334626 http_request_duration_seconds_count{method="GET",path="/./health",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./healthz",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./healthz",status="429"} 0.000407055 http_request_duration_seconds_count{method="GET",path="/./healthz",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/./index.php",status="404"} 0.001205128 http_request_duration_seconds_count{method="GET",path="/./index.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/./index.php",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/./index.php",status="429"} 0.002552311 http_request_duration_seconds_count{method="GET",path="/./index.php",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./laravel.log",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./laravel.log",status="429"} 0.000391347 http_request_duration_seconds_count{method="GET",path="/./laravel.log",status="429"} 3 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.00050347 http_request_duration_seconds_count{method="GET",path="/./login",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./mysql.sql",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./mysql.sql",status="429"} 0.00041472899999999997 http_request_duration_seconds_count{method="GET",path="/./mysql.sql",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./openapi.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./openapi.json",status="429"} 0.0004957150000000001 http_request_duration_seconds_count{method="GET",path="/./openapi.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./rest/./v1/./;/./",status="429"} 0.000232423 http_request_duration_seconds_count{method="GET",path="/./rest/./v1/./;/./",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./rest/./v1/./;/./.env",status="429"} 0.00010432 http_request_duration_seconds_count{method="GET",path="/./rest/./v1/./;/./.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./rest/./v1/./;/./.env.local",status="429"} 0.000108856 http_request_duration_seconds_count{method="GET",path="/./rest/./v1/./;/./.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429"} 9.7184e-05 http_request_duration_seconds_count{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429"} 6.5576e-05 http_request_duration_seconds_count{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429"} 0.000229769 http_request_duration_seconds_count{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429"} 0.000135692 http_request_duration_seconds_count{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429"} 0.000100907 http_request_duration_seconds_count{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./runtime-config.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./runtime-config.json",status="429"} 0.000307885 http_request_duration_seconds_count{method="GET",path="/./runtime-config.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./settings.json",status="429"} 0.000438776 http_request_duration_seconds_count{method="GET",path="/./settings.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./settings.py.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./settings.py.bak",status="429"} 0.000440262 http_request_duration_seconds_count{method="GET",path="/./settings.py.bak",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./static/./env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./static/./env.js",status="429"} 0.000125973 http_request_duration_seconds_count{method="GET",path="/./static/./env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./storage/./logs/./laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./storage/./logs/./laravel.log",status="429"} 0.000123354 http_request_duration_seconds_count{method="GET",path="/./storage/./logs/./laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./swagger.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./swagger.json",status="429"} 0.000326786 http_request_duration_seconds_count{method="GET",path="/./swagger.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.js",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/./tailwind.config.js",status="404"} 0.00105014 http_request_duration_seconds_count{method="GET",path="/./tailwind.config.js",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/./tailwind.config.mjs",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/./tailwind.config.mjs",status="404"} 0.0009497880000000001 http_request_duration_seconds_count{method="GET",path="/./tailwind.config.mjs",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/./terraform.tfstate",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/./terraform.tfstate",status="429"} 0.001293575 http_request_duration_seconds_count{method="GET",path="/./terraform.tfstate",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/./uploads",status="429"} 0.000158067 http_request_duration_seconds_count{method="GET",path="/./uploads",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./uploads/./",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./uploads/./",status="429"} 7.037e-05 http_request_duration_seconds_count{method="GET",path="/./uploads/./",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v2/./api-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./v2/./api-docs",status="429"} 0.000100984 http_request_duration_seconds_count{method="GET",path="/./v2/./api-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./v3/./api-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./v3/./api-docs",status="429"} 0.00011144 http_request_duration_seconds_count{method="GET",path="/./v3/./api-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./version.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./version.json",status="429"} 0.00041647499999999997 http_request_duration_seconds_count{method="GET",path="/./version.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./wp-config.php",status="429"} 0.000370353 http_request_duration_seconds_count{method="GET",path="/./wp-config.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./wp-config.php.bak",status="404"} 0.000165539 http_request_duration_seconds_count{method="GET",path="/./wp-config.php.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php.bak",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/./wp-config.php.bak",status="429"} 0.0018026210000000003 http_request_duration_seconds_count{method="GET",path="/./wp-config.php.bak",status="429"} 11 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.000406455 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.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.000456564 http_request_duration_seconds_count{method="GET",path="/./wp-config.php.swp",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.php;/./style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/./wp-config.php;/./style.css",status="429"} 0.000315129 http_request_duration_seconds_count{method="GET",path="/./wp-config.php;/./style.css",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-config.txt",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/./wp-config.txt",status="429"} 0.00032987 http_request_duration_seconds_count{method="GET",path="/./wp-config.txt",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./backup/./",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./wp-content/./backup/./",status="429"} 0.00015987 http_request_duration_seconds_count{method="GET",path="/./wp-content/./backup/./",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/./wp-content/./uploads/./",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/./wp-content/./uploads/./",status="404"} 0.000151477 http_request_duration_seconds_count{method="GET",path="/./wp-content/./uploads/./",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.DS_Store",status="404"} 0.00036821 http_request_duration_seconds_count{method="GET",path="/.DS_Store",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.DS_Store",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.DS_Store",status="429"} 0.001465307 http_request_duration_seconds_count{method="GET",path="/.DS_Store",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider.conf.yml",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.aider.conf.yml",status="429"} 0.000557599 http_request_duration_seconds_count{method="GET",path="/.aider.conf.yml",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aider/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.aider/",status="429"} 0.00038708200000000007 http_request_duration_seconds_count{method="GET",path="/.aider/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.alf.php",status="404"} 0.000276512 http_request_duration_seconds_count{method="GET",path="/.alf.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.alf.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.alf.php",status="429"} 0.000116379 http_request_duration_seconds_count{method="GET",path="/.alf.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.anthropic/config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.anthropic/config.json",status="429"} 0.000218519 http_request_duration_seconds_count{method="GET",path="/.anthropic/config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/./config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.aws/./config",status="429"} 0.00029869 http_request_duration_seconds_count{method="GET",path="/.aws/./config",status="429"} 2 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.000121923 http_request_duration_seconds_count{method="GET",path="/.aws/./credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/./credentials",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.aws/./credentials",status="429"} 0.000934397 http_request_duration_seconds_count{method="GET",path="/.aws/./credentials",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/Config",status="429"} 0.000299236 http_request_duration_seconds_count{method="GET",path="/.aws/Config",status="429"} 1 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.000105435 http_request_duration_seconds_count{method="GET",path="/.aws/Credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/Credentials",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.aws/Credentials",status="429"} 0.0003924 http_request_duration_seconds_count{method="GET",path="/.aws/Credentials",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.aws/config",status="404"} 0.001390596 http_request_duration_seconds_count{method="GET",path="/.aws/config",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/.aws/config",status="429"} 0.00156876 http_request_duration_seconds_count{method="GET",path="/.aws/config",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/config",status="429"} 0.000158915 http_request_duration_seconds_count{method="GET",path="/.aws/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.aws/config ",status="429"} 0.000290585 http_request_duration_seconds_count{method="GET",path="/.aws/config ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/config..;/",status="429"} 0.000111093 http_request_duration_seconds_count{method="GET",path="/.aws/config..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.aws/config/",status="429"} 0.00029428699999999996 http_request_duration_seconds_count{method="GET",path="/.aws/config/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/config/.",status="429"} 0.000196336 http_request_duration_seconds_count{method="GET",path="/.aws/config/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/config::$DATA",status="429"} 0.000138007 http_request_duration_seconds_count{method="GET",path="/.aws/config::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/config;",status="429"} 0.00011452 http_request_duration_seconds_count{method="GET",path="/.aws/config;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/config;.php",status="429"} 0.000139445 http_request_duration_seconds_count{method="GET",path="/.aws/config;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/config;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/config;/",status="429"} 0.000119135 http_request_duration_seconds_count{method="GET",path="/.aws/config;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials",status="404"} 0.004075261 http_request_duration_seconds_count{method="GET",path="/.aws/credentials",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.005"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.01"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.025"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.05"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.1"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.25"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.5"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="1"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="2.5"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="5"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="10"} 30 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="+Inf"} 30 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials",status="429"} 0.004146197000000001 http_request_duration_seconds_count{method="GET",path="/.aws/credentials",status="429"} 30 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.000139933 http_request_duration_seconds_count{method="GET",path="/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials",status="429"} 0.000468619 http_request_duration_seconds_count{method="GET",path="/.aws/credentials",status="429"} 3 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.000124941 http_request_duration_seconds_count{method="GET",path="/.aws/credentials ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials ",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials ",status="429"} 0.000922727 http_request_duration_seconds_count{method="GET",path="/.aws/credentials ",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials..;/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials..;/",status="429"} 0.0005403469999999999 http_request_duration_seconds_count{method="GET",path="/.aws/credentials..;/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.bak",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials.bak",status="404"} 0.000512815 http_request_duration_seconds_count{method="GET",path="/.aws/credentials.bak",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.old",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials.old",status="404"} 0.000447123 http_request_duration_seconds_count{method="GET",path="/.aws/credentials.old",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials.swp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials.swp",status="404"} 0.000187929 http_request_duration_seconds_count{method="GET",path="/.aws/credentials.swp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials/",status="429"} 0.000994638 http_request_duration_seconds_count{method="GET",path="/.aws/credentials/",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials/.",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials/.",status="429"} 0.0005173210000000001 http_request_duration_seconds_count{method="GET",path="/.aws/credentials/.",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials::$DATA",status="429"} 0.000256735 http_request_duration_seconds_count{method="GET",path="/.aws/credentials::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials;",status="429"} 0.000650321 http_request_duration_seconds_count{method="GET",path="/.aws/credentials;",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials;.php",status="429"} 0.00047101 http_request_duration_seconds_count{method="GET",path="/.aws/credentials;.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.aws/credentials;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.aws/credentials;/",status="429"} 0.00041464400000000004 http_request_duration_seconds_count{method="GET",path="/.aws/credentials;/",status="429"} 3 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.000532171 http_request_duration_seconds_count{method="GET",path="/.aws/credentials~",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure-pipelines.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.azure-pipelines.yml",status="404"} 0.000389318 http_request_duration_seconds_count{method="GET",path="/.azure-pipelines.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/accessTokens.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.azure/accessTokens.json",status="429"} 0.000237108 http_request_duration_seconds_count{method="GET",path="/.azure/accessTokens.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.azure/azureProfile.json",status="404"} 0.000164996 http_request_duration_seconds_count{method="GET",path="/.azure/azureProfile.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/azureProfile.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.azure/azureProfile.json",status="429"} 0.000289787 http_request_duration_seconds_count{method="GET",path="/.azure/azureProfile.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.azure/credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.azure/credentials",status="429"} 0.000256428 http_request_duration_seconds_count{method="GET",path="/.azure/credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_history",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.bash_history",status="429"} 5.3644e-05 http_request_duration_seconds_count{method="GET",path="/.bash_history",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.bash_profile",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.bash_profile",status="404"} 0.000111677 http_request_duration_seconds_count{method="GET",path="/.bash_profile",status="404"} 1 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"} 9.9477e-05 http_request_duration_seconds_count{method="GET",path="/.boto",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.buildkite/pipeline.yaml",status="404"} 0.000365695 http_request_duration_seconds_count{method="GET",path="/.buildkite/pipeline.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.buildkite/pipeline.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.buildkite/pipeline.yml",status="404"} 0.000443102 http_request_duration_seconds_count{method="GET",path="/.buildkite/pipeline.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.circleci/config.yaml",status="404"} 0.000449855 http_request_duration_seconds_count{method="GET",path="/.circleci/config.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.circleci/config.yml",status="404"} 0.000610532 http_request_duration_seconds_count{method="GET",path="/.circleci/config.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.circleci/config.yml",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.circleci/config.yml",status="429"} 0.0004893390000000001 http_request_duration_seconds_count{method="GET",path="/.circleci/config.yml",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.claude.json",status="429"} 0.000129305 http_request_duration_seconds_count{method="GET",path="/.claude.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.claude/settings.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.claude/settings.json",status="429"} 8.2128e-05 http_request_duration_seconds_count{method="GET",path="/.claude/settings.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codeium/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.codeium/",status="429"} 0.000464757 http_request_duration_seconds_count{method="GET",path="/.codeium/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.codex/config.toml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.codex/config.toml",status="429"} 8.1585e-05 http_request_duration_seconds_count{method="GET",path="/.codex/config.toml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/anthropic/credentials/default.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.config/anthropic/credentials/default.json",status="429"} 4.0394e-05 http_request_duration_seconds_count{method="GET",path="/.config/anthropic/credentials/default.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404"} 0.000162888 http_request_duration_seconds_count{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.config/rclone/rclone.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.config/rclone/rclone.conf",status="404"} 0.000133188 http_request_duration_seconds_count{method="GET",path="/.config/rclone/rclone.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.continue/config.json",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.continue/config.json",status="429"} 0.00034044200000000004 http_request_duration_seconds_count{method="GET",path="/.continue/config.json",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.cursor/",status="404"} 0.000176727 http_request_duration_seconds_count{method="GET",path="/.cursor/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.cursor/",status="429"} 0.00032123199999999996 http_request_duration_seconds_count{method="GET",path="/.cursor/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.cursor/mcp.json",status="404"} 0.00020408999999999998 http_request_duration_seconds_count{method="GET",path="/.cursor/mcp.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.cursor/mcp.json",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.cursor/mcp.json",status="429"} 0.0006771780000000001 http_request_duration_seconds_count{method="GET",path="/.cursor/mcp.json",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker/.env",status="429"} 0.000286284 http_request_duration_seconds_count{method="GET",path="/.docker/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.docker/config.json",status="404"} 0.00038303 http_request_duration_seconds_count{method="GET",path="/.docker/config.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.docker/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.docker/config.json",status="429"} 0.000137046 http_request_duration_seconds_count{method="GET",path="/.docker/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.drone.yaml",status="404"} 0.000282866 http_request_duration_seconds_count{method="GET",path="/.drone.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.drone.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.drone.yml",status="404"} 0.001112797 http_request_duration_seconds_count{method="GET",path="/.drone.yml",status="404"} 3 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.000215048 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"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.01"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.025"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.05"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.1"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.25"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="0.5"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="1"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="2.5"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="5"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="10"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="404",le="+Inf"} 51 http_request_duration_seconds_sum{method="GET",path="/.env",status="404"} 0.009255624000000002 http_request_duration_seconds_count{method="GET",path="/.env",status="404"} 51 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.005"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.01"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.025"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.05"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.1"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.25"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="0.5"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="1"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="2.5"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="5"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="10"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env",status="429",le="+Inf"} 29 http_request_duration_seconds_sum{method="GET",path="/.env",status="429"} 0.004490702 http_request_duration_seconds_count{method="GET",path="/.env",status="429"} 29 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.000703011 http_request_duration_seconds_count{method="GET",path="/.env",status="429"} 5 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.00023366 http_request_duration_seconds_count{method="GET",path="/.env ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.env ",status="404"} 0.001372304 http_request_duration_seconds_count{method="GET",path="/.env ",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env ",status="429",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/.env ",status="429"} 0.002572308 http_request_duration_seconds_count{method="GET",path="/.env ",status="429"} 18 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.000136926 http_request_duration_seconds_count{method="GET",path="/.env ",status="429"} 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.000172214 http_request_duration_seconds_count{method="GET",path="/.env ",status="429"} 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.000156311 http_request_duration_seconds_count{method="GET",path="/.env ..;/",status="429"} 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.000108581 http_request_duration_seconds_count{method="GET",path="/.env /",status="429"} 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.000116456 http_request_duration_seconds_count{method="GET",path="/.env /.",status="429"} 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.000114368 http_request_duration_seconds_count{method="GET",path="/.env ;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/.env%2F",status="404"} 0.0018284449999999997 http_request_duration_seconds_count{method="GET",path="/.env%2F",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env%2F",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/.env%2F",status="429"} 0.0033952580000000004 http_request_duration_seconds_count{method="GET",path="/.env%2F",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env-probe-7d5a2143",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env-probe-7d5a2143",status="404"} 0.000312084 http_request_duration_seconds_count{method="GET",path="/.env-probe-7d5a2143",status="404"} 1 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.000185336 http_request_duration_seconds_count{method="GET",path="/.env..",status="404"} 1 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.000166396 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"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env..;/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env..;/",status="429"} 0.0007310610000000001 http_request_duration_seconds_count{method="GET",path="/.env..;/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.aws",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.aws",status="404"} 0.000479652 http_request_duration_seconds_count{method="GET",path="/.env.aws",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="404",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/.env.backup",status="404"} 0.004137488000000001 http_request_duration_seconds_count{method="GET",path="/.env.backup",status="404"} 18 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.005"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.01"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.025"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.05"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.1"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.25"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.5"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="1"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="2.5"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="5"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="10"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="+Inf"} 27 http_request_duration_seconds_sum{method="GET",path="/.env.backup",status="429"} 0.005067846000000001 http_request_duration_seconds_count{method="GET",path="/.env.backup",status="429"} 27 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.backup",status="429"} 0.00020829100000000002 http_request_duration_seconds_count{method="GET",path="/.env.backup",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.backup ",status="429"} 0.000573134 http_request_duration_seconds_count{method="GET",path="/.env.backup ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.backup..;/",status="429"} 0.000181015 http_request_duration_seconds_count{method="GET",path="/.env.backup..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.backup/",status="429"} 0.000490094 http_request_duration_seconds_count{method="GET",path="/.env.backup/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.backup/.",status="429"} 0.000216534 http_request_duration_seconds_count{method="GET",path="/.env.backup/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup1",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.backup1",status="404"} 0.00031412 http_request_duration_seconds_count{method="GET",path="/.env.backup1",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup2",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.backup2",status="404"} 0.000289824 http_request_duration_seconds_count{method="GET",path="/.env.backup2",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.backup;",status="429"} 0.000212999 http_request_duration_seconds_count{method="GET",path="/.env.backup;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.backup;.php",status="429"} 0.00022493 http_request_duration_seconds_count{method="GET",path="/.env.backup;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.backup;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.backup;/",status="429"} 0.000286762 http_request_duration_seconds_count{method="GET",path="/.env.backup;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.env.bak",status="404"} 0.003138295 http_request_duration_seconds_count{method="GET",path="/.env.bak",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.005"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.01"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.025"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.05"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.1"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.25"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.5"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="1"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="2.5"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="5"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="10"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="+Inf"} 29 http_request_duration_seconds_sum{method="GET",path="/.env.bak",status="429"} 0.0038689959999999995 http_request_duration_seconds_count{method="GET",path="/.env.bak",status="429"} 29 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.bak",status="429"} 0.00015709 http_request_duration_seconds_count{method="GET",path="/.env.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak ",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.bak ",status="429"} 0.00041176799999999996 http_request_duration_seconds_count{method="GET",path="/.env.bak ",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.bak..;/",status="429"} 0.000255383 http_request_duration_seconds_count{method="GET",path="/.env.bak..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.bak/",status="429"} 0.00044915799999999996 http_request_duration_seconds_count{method="GET",path="/.env.bak/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.bak/.",status="404"} 0.000169904 http_request_duration_seconds_count{method="GET",path="/.env.bak/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.bak/.",status="429"} 0.000188095 http_request_duration_seconds_count{method="GET",path="/.env.bak/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.bak;",status="429"} 0.00020904000000000002 http_request_duration_seconds_count{method="GET",path="/.env.bak;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.bak;.php",status="429"} 0.000167627 http_request_duration_seconds_count{method="GET",path="/.env.bak;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.bak;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.bak;/",status="429"} 0.000172907 http_request_duration_seconds_count{method="GET",path="/.env.bak;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.ci",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.ci",status="404"} 0.00043473199999999996 http_request_duration_seconds_count{method="GET",path="/.env.ci",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env.dev",status="404"} 0.0013248600000000002 http_request_duration_seconds_count{method="GET",path="/.env.dev",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.dev",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.dev",status="429"} 0.000145588 http_request_duration_seconds_count{method="GET",path="/.env.dev",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.env.development",status="404"} 0.001582744 http_request_duration_seconds_count{method="GET",path="/.env.development",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.development.local",status="404"} 0.000208367 http_request_duration_seconds_count{method="GET",path="/.env.development.local",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.development.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.development.local",status="429"} 0.000319398 http_request_duration_seconds_count{method="GET",path="/.env.development.local",status="429"} 1 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.000424943 http_request_duration_seconds_count{method="GET",path="/.env.dist",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.env.docker",status="404"} 0.0015155429999999998 http_request_duration_seconds_count{method="GET",path="/.env.docker",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/.env.docker",status="429"} 0.002364701 http_request_duration_seconds_count{method="GET",path="/.env.docker",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.docker",status="429"} 0.000165012 http_request_duration_seconds_count{method="GET",path="/.env.docker",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.docker ",status="429"} 0.00042389299999999995 http_request_duration_seconds_count{method="GET",path="/.env.docker ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.docker..;/",status="429"} 0.000166649 http_request_duration_seconds_count{method="GET",path="/.env.docker..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.docker/",status="429"} 0.00028485100000000003 http_request_duration_seconds_count{method="GET",path="/.env.docker/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.docker/.",status="429"} 0.000411031 http_request_duration_seconds_count{method="GET",path="/.env.docker/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.docker::$DATA",status="429"} 0.00010084 http_request_duration_seconds_count{method="GET",path="/.env.docker::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.docker;",status="429"} 0.000174995 http_request_duration_seconds_count{method="GET",path="/.env.docker;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.docker;.php",status="429"} 0.000118711 http_request_duration_seconds_count{method="GET",path="/.env.docker;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.docker;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.docker;/",status="429"} 0.000155667 http_request_duration_seconds_count{method="GET",path="/.env.docker;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.example",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/.env.example",status="404"} 0.0014754200000000003 http_request_duration_seconds_count{method="GET",path="/.env.example",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.fly",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.fly",status="404"} 0.000188133 http_request_duration_seconds_count{method="GET",path="/.env.fly",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.heroku",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.heroku",status="404"} 0.000133281 http_request_duration_seconds_count{method="GET",path="/.env.heroku",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.json",status="404"} 0.000399142 http_request_duration_seconds_count{method="GET",path="/.env.json",status="404"} 2 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.000318444 http_request_duration_seconds_count{method="GET",path="/.env.live",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.005"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.01"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.025"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.05"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.1"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.25"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="0.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="1"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="2.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="5"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="10"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="404",le="+Inf"} 22 http_request_duration_seconds_sum{method="GET",path="/.env.local",status="404"} 0.005569391999999999 http_request_duration_seconds_count{method="GET",path="/.env.local",status="404"} 22 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.005"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/.env.local",status="429"} 0.0037031909999999993 http_request_duration_seconds_count{method="GET",path="/.env.local",status="429"} 25 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local",status="429"} 0.000292623 http_request_duration_seconds_count{method="GET",path="/.env.local",status="429"} 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.0006126899999999999 http_request_duration_seconds_count{method="GET",path="/.env.local ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local..;/",status="429"} 0.000276343 http_request_duration_seconds_count{method="GET",path="/.env.local..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak",status="404"} 0.000286968 http_request_duration_seconds_count{method="GET",path="/.env.local.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak",status="429"} 0.0019161859999999996 http_request_duration_seconds_count{method="GET",path="/.env.local.bak",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak",status="429"} 0.000207962 http_request_duration_seconds_count{method="GET",path="/.env.local.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak ",status="429"} 0.00026967100000000003 http_request_duration_seconds_count{method="GET",path="/.env.local.bak ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak..;/",status="429"} 0.000256887 http_request_duration_seconds_count{method="GET",path="/.env.local.bak..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak/",status="429"} 0.00024573 http_request_duration_seconds_count{method="GET",path="/.env.local.bak/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak/.",status="429"} 0.000108648 http_request_duration_seconds_count{method="GET",path="/.env.local.bak/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak;",status="429"} 9.9443e-05 http_request_duration_seconds_count{method="GET",path="/.env.local.bak;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak;.php",status="429"} 0.000125646 http_request_duration_seconds_count{method="GET",path="/.env.local.bak;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.bak;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local.bak;/",status="429"} 0.000147985 http_request_duration_seconds_count{method="GET",path="/.env.local.bak;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local.php",status="429"} 0.000263795 http_request_duration_seconds_count{method="GET",path="/.env.local.php",status="429"} 1 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.000507283 http_request_duration_seconds_count{method="GET",path="/.env.local/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local/.",status="429"} 0.000299003 http_request_duration_seconds_count{method="GET",path="/.env.local/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.local::$DATA",status="429"} 0.000250222 http_request_duration_seconds_count{method="GET",path="/.env.local::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local;",status="429"} 0.00020009999999999998 http_request_duration_seconds_count{method="GET",path="/.env.local;",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.000269662 http_request_duration_seconds_count{method="GET",path="/.env.local;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.local;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.local;/",status="429"} 0.000241034 http_request_duration_seconds_count{method="GET",path="/.env.local;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.neon",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.neon",status="404"} 0.000155663 http_request_duration_seconds_count{method="GET",path="/.env.neon",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/.env.old",status="404"} 0.00255697 http_request_duration_seconds_count{method="GET",path="/.env.old",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.env.old",status="429"} 0.0014247959999999999 http_request_duration_seconds_count{method="GET",path="/.env.old",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.old",status="429"} 0.00018242 http_request_duration_seconds_count{method="GET",path="/.env.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.old ",status="429"} 0.00020770100000000002 http_request_duration_seconds_count{method="GET",path="/.env.old ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.old..;/",status="429"} 0.000129143 http_request_duration_seconds_count{method="GET",path="/.env.old..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.old/",status="429"} 0.000127391 http_request_duration_seconds_count{method="GET",path="/.env.old/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.old/.",status="429"} 5.4726e-05 http_request_duration_seconds_count{method="GET",path="/.env.old/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.old;",status="429"} 0.000189143 http_request_duration_seconds_count{method="GET",path="/.env.old;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.old;.php",status="429"} 0.000111881 http_request_duration_seconds_count{method="GET",path="/.env.old;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.old;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.old;/",status="429"} 0.000155074 http_request_duration_seconds_count{method="GET",path="/.env.old;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.orig",status="404"} 0.000111988 http_request_duration_seconds_count{method="GET",path="/.env.orig",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.env.orig",status="429"} 0.0012866340000000003 http_request_duration_seconds_count{method="GET",path="/.env.orig",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.orig",status="429"} 0.000155356 http_request_duration_seconds_count{method="GET",path="/.env.orig",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.orig ",status="429"} 0.000213474 http_request_duration_seconds_count{method="GET",path="/.env.orig ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.orig..;/",status="429"} 0.000193218 http_request_duration_seconds_count{method="GET",path="/.env.orig..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.orig/",status="429"} 0.000179662 http_request_duration_seconds_count{method="GET",path="/.env.orig/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.orig/.",status="429"} 0.000156039 http_request_duration_seconds_count{method="GET",path="/.env.orig/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.orig;",status="429"} 0.000117339 http_request_duration_seconds_count{method="GET",path="/.env.orig;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.orig;.php",status="429"} 0.000168727 http_request_duration_seconds_count{method="GET",path="/.env.orig;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.orig;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.orig;/",status="429"} 5.1908e-05 http_request_duration_seconds_count{method="GET",path="/.env.orig;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.php",status="404"} 0.00042624000000000004 http_request_duration_seconds_count{method="GET",path="/.env.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.php",status="429"} 0.000252942 http_request_duration_seconds_count{method="GET",path="/.env.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.php.bak",status="404"} 0.0005669760000000001 http_request_duration_seconds_count{method="GET",path="/.env.php.bak",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.php.bak",status="429"} 0.000114554 http_request_duration_seconds_count{method="GET",path="/.env.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.preprod",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.preprod",status="404"} 0.000326885 http_request_duration_seconds_count{method="GET",path="/.env.preprod",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.env.prod",status="404"} 0.0019419010000000002 http_request_duration_seconds_count{method="GET",path="/.env.prod",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.prod",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.prod",status="429"} 9.1141e-05 http_request_duration_seconds_count{method="GET",path="/.env.prod",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="404",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/.env.production",status="404"} 0.0038394019999999996 http_request_duration_seconds_count{method="GET",path="/.env.production",status="404"} 15 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.005"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.01"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.025"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.05"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.1"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.25"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.5"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="1"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="2.5"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="5"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="10"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="+Inf"} 34 http_request_duration_seconds_sum{method="GET",path="/.env.production",status="429"} 0.004644934000000001 http_request_duration_seconds_count{method="GET",path="/.env.production",status="429"} 34 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production",status="429"} 0.00023864899999999998 http_request_duration_seconds_count{method="GET",path="/.env.production",status="429"} 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.000750887 http_request_duration_seconds_count{method="GET",path="/.env.production ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production..;/",status="429"} 0.000283836 http_request_duration_seconds_count{method="GET",path="/.env.production..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak",status="429"} 0.001421214 http_request_duration_seconds_count{method="GET",path="/.env.production.bak",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak",status="429"} 0.0001792 http_request_duration_seconds_count{method="GET",path="/.env.production.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak ",status="429"} 0.000225734 http_request_duration_seconds_count{method="GET",path="/.env.production.bak ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak..;/",status="429"} 0.000219792 http_request_duration_seconds_count{method="GET",path="/.env.production.bak..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak/",status="429"} 0.000262853 http_request_duration_seconds_count{method="GET",path="/.env.production.bak/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak/.",status="429"} 0.00011469 http_request_duration_seconds_count{method="GET",path="/.env.production.bak/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak;",status="429"} 0.000154157 http_request_duration_seconds_count{method="GET",path="/.env.production.bak;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak;.php",status="429"} 0.000107045 http_request_duration_seconds_count{method="GET",path="/.env.production.bak;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.bak;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.bak;/",status="429"} 0.000179315 http_request_duration_seconds_count{method="GET",path="/.env.production.bak;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.local",status="429"} 0.001193605 http_request_duration_seconds_count{method="GET",path="/.env.production.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production.php",status="429"} 8.2966e-05 http_request_duration_seconds_count{method="GET",path="/.env.production.php",status="429"} 1 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.000637543 http_request_duration_seconds_count{method="GET",path="/.env.production/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production/.",status="429"} 0.000362976 http_request_duration_seconds_count{method="GET",path="/.env.production/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production::$DATA",status="429"} 0.000174538 http_request_duration_seconds_count{method="GET",path="/.env.production::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production;",status="429"} 0.000371438 http_request_duration_seconds_count{method="GET",path="/.env.production;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production;.php",status="429"} 0.000245666 http_request_duration_seconds_count{method="GET",path="/.env.production;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production;/",status="429"} 0.00047626099999999996 http_request_duration_seconds_count{method="GET",path="/.env.production;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/./style.css",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.env.production;/./style.css",status="429"} 0.0005890450000000001 http_request_duration_seconds_count{method="GET",path="/.env.production;/./style.css",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/Style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production;/Style.css",status="429"} 0.000272851 http_request_duration_seconds_count{method="GET",path="/.env.production;/Style.css",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css",status="404"} 0.00134577 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css",status="429"} 0.0036851989999999997 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css",status="429"} 0.000387565 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css ",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css ",status="429"} 0.00044646 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css ",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css..;/",status="429"} 0.000416263 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css/",status="429"} 0.000454257 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css/.",status="404"} 0.00012215 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css/.",status="429"} 0.000162758 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css;",status="429"} 0.000264422 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css;.php",status="429"} 0.000111455 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.production;/style.css;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.production;/style.css;/",status="429"} 0.000162116 http_request_duration_seconds_count{method="GET",path="/.env.production;/style.css;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.railway",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.railway",status="404"} 0.000215802 http_request_duration_seconds_count{method="GET",path="/.env.railway",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.remote",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.remote",status="404"} 0.00064462 http_request_duration_seconds_count{method="GET",path="/.env.remote",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.render",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.render",status="404"} 0.000111007 http_request_duration_seconds_count{method="GET",path="/.env.render",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.sample",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.sample",status="404"} 0.000488081 http_request_duration_seconds_count{method="GET",path="/.env.sample",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env.save",status="404"} 0.002277882 http_request_duration_seconds_count{method="GET",path="/.env.save",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/.env.save",status="429"} 0.0012478340000000002 http_request_duration_seconds_count{method="GET",path="/.env.save",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.save",status="429"} 0.000156828 http_request_duration_seconds_count{method="GET",path="/.env.save",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.save ",status="429"} 0.00022563500000000002 http_request_duration_seconds_count{method="GET",path="/.env.save ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.save..;/",status="429"} 0.000175619 http_request_duration_seconds_count{method="GET",path="/.env.save..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.save/",status="429"} 0.000271007 http_request_duration_seconds_count{method="GET",path="/.env.save/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.save/.",status="429"} 0.000117504 http_request_duration_seconds_count{method="GET",path="/.env.save/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.save;",status="429"} 0.000211263 http_request_duration_seconds_count{method="GET",path="/.env.save;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.save;.php",status="429"} 0.000117612 http_request_duration_seconds_count{method="GET",path="/.env.save;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.save;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.save;/",status="429"} 0.000153656 http_request_duration_seconds_count{method="GET",path="/.env.save;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.stage",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.stage",status="404"} 0.000351548 http_request_duration_seconds_count{method="GET",path="/.env.stage",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/.env.staging",status="404"} 0.0031188640000000007 http_request_duration_seconds_count{method="GET",path="/.env.staging",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/.env.staging",status="429"} 0.0017297399999999998 http_request_duration_seconds_count{method="GET",path="/.env.staging",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.staging",status="429"} 0.00010009 http_request_duration_seconds_count{method="GET",path="/.env.staging",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.staging ",status="429"} 0.000213217 http_request_duration_seconds_count{method="GET",path="/.env.staging ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.staging..;/",status="429"} 0.000126514 http_request_duration_seconds_count{method="GET",path="/.env.staging..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.staging/",status="429"} 0.000275483 http_request_duration_seconds_count{method="GET",path="/.env.staging/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.staging/.",status="429"} 0.000148013 http_request_duration_seconds_count{method="GET",path="/.env.staging/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.staging;",status="429"} 0.000110039 http_request_duration_seconds_count{method="GET",path="/.env.staging;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.staging;.php",status="429"} 0.000289614 http_request_duration_seconds_count{method="GET",path="/.env.staging;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.staging;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.staging;/",status="429"} 0.000180686 http_request_duration_seconds_count{method="GET",path="/.env.staging;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.supabase",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.supabase",status="404"} 0.000174868 http_request_duration_seconds_count{method="GET",path="/.env.supabase",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.swp",status="404"} 0.0009471029999999999 http_request_duration_seconds_count{method="GET",path="/.env.swp",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.env.swp",status="429"} 0.001474874 http_request_duration_seconds_count{method="GET",path="/.env.swp",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.swp",status="429"} 0.000105559 http_request_duration_seconds_count{method="GET",path="/.env.swp",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.swp ",status="429"} 0.000185003 http_request_duration_seconds_count{method="GET",path="/.env.swp ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.swp..;/",status="429"} 0.000123809 http_request_duration_seconds_count{method="GET",path="/.env.swp..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.swp/",status="429"} 0.000128202 http_request_duration_seconds_count{method="GET",path="/.env.swp/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.swp/.",status="429"} 4.1888e-05 http_request_duration_seconds_count{method="GET",path="/.env.swp/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.swp;",status="429"} 0.000137216 http_request_duration_seconds_count{method="GET",path="/.env.swp;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.swp;.php",status="429"} 0.000151045 http_request_duration_seconds_count{method="GET",path="/.env.swp;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.swp;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.swp;/",status="429"} 4.9293e-05 http_request_duration_seconds_count{method="GET",path="/.env.swp;/",status="429"} 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.0008430889999999999 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.test",status="429"} 0.000348474 http_request_duration_seconds_count{method="GET",path="/.env.test",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.test.local",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.test.local",status="404"} 0.000166154 http_request_duration_seconds_count{method="GET",path="/.env.test.local",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.testing",status="404"} 0.000329835 http_request_duration_seconds_count{method="GET",path="/.env.testing",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.005"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.01"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.025"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.05"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.1"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.25"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="0.5"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="1"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="2.5"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="5"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="10"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="429",le="+Inf"} 39 http_request_duration_seconds_sum{method="GET",path="/.env.testing",status="429"} 0.005611885999999999 http_request_duration_seconds_count{method="GET",path="/.env.testing",status="429"} 39 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.testing",status="404"} 0.00011086 http_request_duration_seconds_count{method="GET",path="/.env.testing",status="404"} 1 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.000291595 http_request_duration_seconds_count{method="GET",path="/.env.testing",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing ",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.env.testing ",status="429"} 0.001011785 http_request_duration_seconds_count{method="GET",path="/.env.testing ",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.testing..;/",status="429"} 0.0005775099999999999 http_request_duration_seconds_count{method="GET",path="/.env.testing..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.env.testing/",status="429"} 0.00089325 http_request_duration_seconds_count{method="GET",path="/.env.testing/",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.testing/.",status="404"} 0.000139346 http_request_duration_seconds_count{method="GET",path="/.env.testing/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing/.",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.testing/.",status="429"} 0.000390955 http_request_duration_seconds_count{method="GET",path="/.env.testing/.",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.testing::$DATA",status="429"} 0.000140527 http_request_duration_seconds_count{method="GET",path="/.env.testing::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.testing;",status="404"} 9.3296e-05 http_request_duration_seconds_count{method="GET",path="/.env.testing;",status="404"} 1 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.000330482 http_request_duration_seconds_count{method="GET",path="/.env.testing;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.testing;.php",status="404"} 0.000201358 http_request_duration_seconds_count{method="GET",path="/.env.testing;.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.testing;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.testing;.php",status="429"} 0.000189449 http_request_duration_seconds_count{method="GET",path="/.env.testing;.php",status="429"} 1 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.00031227200000000005 http_request_duration_seconds_count{method="GET",path="/.env.testing;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.tmp",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env.tmp",status="404"} 0.00045416300000000005 http_request_duration_seconds_count{method="GET",path="/.env.tmp",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.txt",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.env.txt",status="404"} 0.0008842070000000001 http_request_duration_seconds_count{method="GET",path="/.env.txt",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.uat",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.uat",status="404"} 0.000317398 http_request_duration_seconds_count{method="GET",path="/.env.uat",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vault",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.vault",status="404"} 0.00016051 http_request_duration_seconds_count{method="GET",path="/.env.vault",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.vercel",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env.vercel",status="404"} 0.000119795 http_request_duration_seconds_count{method="GET",path="/.env.vercel",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.yaml",status="404"} 0.000380702 http_request_duration_seconds_count{method="GET",path="/.env.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env.yml",status="404"} 0.000394714 http_request_duration_seconds_count{method="GET",path="/.env.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.env/",status="404"} 0.002761026 http_request_duration_seconds_count{method="GET",path="/.env/",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.005"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.01"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.025"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.05"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.1"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.25"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.5"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="1"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="2.5"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="5"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="10"} 48 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="+Inf"} 48 http_request_duration_seconds_sum{method="GET",path="/.env/",status="429"} 0.007716248999999999 http_request_duration_seconds_count{method="GET",path="/.env/",status="429"} 48 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.000124497 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env/",status="429"} 0.000607041 http_request_duration_seconds_count{method="GET",path="/.env/",status="429"} 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.000166436 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"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env/ ",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.env/ ",status="429"} 0.0014010029999999998 http_request_duration_seconds_count{method="GET",path="/.env/ ",status="429"} 7 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.000350299 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"} 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.000765216 http_request_duration_seconds_count{method="GET",path="/.env/.",status="429"} 5 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.000160638 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env/..;/",status="429"} 0.000281264 http_request_duration_seconds_count{method="GET",path="/.env/..;/",status="429"} 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.000142331 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"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.env//",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.env//",status="429"} 0.000967895 http_request_duration_seconds_count{method="GET",path="/.env//",status="429"} 7 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.000119147 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"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env//.",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env//.",status="429"} 0.000494394 http_request_duration_seconds_count{method="GET",path="/.env//.",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/::$DATA",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env/::$DATA",status="429"} 0.000336722 http_request_duration_seconds_count{method="GET",path="/.env/::$DATA",status="429"} 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.000126086 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env/;",status="429"} 0.000485695 http_request_duration_seconds_count{method="GET",path="/.env/;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env/;.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.env/;.php",status="429"} 0.000807235 http_request_duration_seconds_count{method="GET",path="/.env/;.php",status="429"} 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.000823342 http_request_duration_seconds_count{method="GET",path="/.env/;/",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env1",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env1",status="404"} 0.000351216 http_request_duration_seconds_count{method="GET",path="/.env1",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env2",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env2",status="404"} 0.000443025 http_request_duration_seconds_count{method="GET",path="/.env2",status="404"} 2 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.0008114719999999999 http_request_duration_seconds_count{method="GET",path="/.env;",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env;.php",status="429"} 0.000187581 http_request_duration_seconds_count{method="GET",path="/.env;.php",status="429"} 1 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.000122909 http_request_duration_seconds_count{method="GET",path="/.env;/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env;/./style.css",status="404"} 0.000216987 http_request_duration_seconds_count{method="GET",path="/.env;/./style.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/./style.css",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env;/./style.css",status="429"} 0.00043295 http_request_duration_seconds_count{method="GET",path="/.env;/./style.css",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env;/Style.css",status="404"} 0.000105805 http_request_duration_seconds_count{method="GET",path="/.env;/Style.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/Style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env;/Style.css",status="429"} 0.000187833 http_request_duration_seconds_count{method="GET",path="/.env;/Style.css",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css",status="404"} 0.0012239199999999999 http_request_duration_seconds_count{method="GET",path="/.env;/style.css",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css",status="429"} 0.002328988 http_request_duration_seconds_count{method="GET",path="/.env;/style.css",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css",status="429"} 0.000239685 http_request_duration_seconds_count{method="GET",path="/.env;/style.css",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css ",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css ",status="429"} 0.00033984900000000003 http_request_duration_seconds_count{method="GET",path="/.env;/style.css ",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css..;/",status="429"} 0.000317961 http_request_duration_seconds_count{method="GET",path="/.env;/style.css..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css/",status="429"} 0.0006480269999999999 http_request_duration_seconds_count{method="GET",path="/.env;/style.css/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css/.",status="404"} 0.000194143 http_request_duration_seconds_count{method="GET",path="/.env;/style.css/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css/.",status="429"} 0.000120043 http_request_duration_seconds_count{method="GET",path="/.env;/style.css/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css;",status="429"} 0.000368397 http_request_duration_seconds_count{method="GET",path="/.env;/style.css;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css;.php",status="429"} 0.000150793 http_request_duration_seconds_count{method="GET",path="/.env;/style.css;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env;/style.css;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env;/style.css;/",status="429"} 0.000109991 http_request_duration_seconds_count{method="GET",path="/.env;/style.css;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env_copy",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env_copy",status="404"} 0.00041317999999999997 http_request_duration_seconds_count{method="GET",path="/.env_copy",status="404"} 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.000345772 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"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/.env~",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/.env~",status="429"} 0.0014675229999999999 http_request_duration_seconds_count{method="GET",path="/.env~",status="429"} 14 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.000128053 http_request_duration_seconds_count{method="GET",path="/.env~",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~ ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env~ ",status="429"} 0.000141205 http_request_duration_seconds_count{method="GET",path="/.env~ ",status="429"} 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"} 0.000286416 http_request_duration_seconds_count{method="GET",path="/.env~..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.env~/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.env~/",status="429"} 0.000189954 http_request_duration_seconds_count{method="GET",path="/.env~/",status="429"} 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"} 0.000182273 http_request_duration_seconds_count{method="GET",path="/.env~/.",status="429"} 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"} 8.8796e-05 http_request_duration_seconds_count{method="GET",path="/.env~;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.env~;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.env~;.php",status="429"} 0.000138322 http_request_duration_seconds_count{method="GET",path="/.env~;.php",status="429"} 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.000228714 http_request_duration_seconds_count{method="GET",path="/.env~;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.firebase/hosting.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.firebase/hosting.json",status="429"} 0.000181373 http_request_duration_seconds_count{method="GET",path="/.firebase/hosting.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gcloud/credentials",status="429"} 0.000319092 http_request_duration_seconds_count{method="GET",path="/.gcloud/credentials",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gcloud/credentials.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gcloud/credentials.json",status="429"} 0.000205125 http_request_duration_seconds_count{method="GET",path="/.gcloud/credentials.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git-credentials",status="404"} 0.000120079 http_request_duration_seconds_count{method="GET",path="/.git-credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git-credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git-credentials",status="429"} 0.000113517 http_request_duration_seconds_count{method="GET",path="/.git-credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/./config",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.git/./config",status="429"} 0.000998937 http_request_duration_seconds_count{method="GET",path="/.git/./config",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.git/.env",status="404"} 0.00033134099999999997 http_request_duration_seconds_count{method="GET",path="/.git/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/Config",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/Config",status="429"} 0.000396643 http_request_duration_seconds_count{method="GET",path="/.git/Config",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.git/HEAD",status="404"} 0.0017714050000000002 http_request_duration_seconds_count{method="GET",path="/.git/HEAD",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/HEAD",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/HEAD",status="429"} 0.000204493 http_request_duration_seconds_count{method="GET",path="/.git/HEAD",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.005"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.01"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.025"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.05"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.1"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.25"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="0.5"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="1"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="2.5"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="5"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="10"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="404",le="+Inf"} 27 http_request_duration_seconds_sum{method="GET",path="/.git/config",status="404"} 0.008334664 http_request_duration_seconds_count{method="GET",path="/.git/config",status="404"} 27 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.005"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/.git/config",status="429"} 0.0038010009999999996 http_request_duration_seconds_count{method="GET",path="/.git/config",status="429"} 25 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/config",status="429"} 0.000401953 http_request_duration_seconds_count{method="GET",path="/.git/config",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/config ",status="404"} 0.000262258 http_request_duration_seconds_count{method="GET",path="/.git/config ",status="404"} 1 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.000719279 http_request_duration_seconds_count{method="GET",path="/.git/config ",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/config..;/",status="429"} 0.000463173 http_request_duration_seconds_count{method="GET",path="/.git/config..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/.git/config/",status="429"} 0.001232773 http_request_duration_seconds_count{method="GET",path="/.git/config/",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/config/.",status="404"} 0.000160378 http_request_duration_seconds_count{method="GET",path="/.git/config/.",status="404"} 1 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.000290943 http_request_duration_seconds_count{method="GET",path="/.git/config/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/config::$DATA",status="429"} 0.000155982 http_request_duration_seconds_count{method="GET",path="/.git/config::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/config;",status="429"} 0.000495514 http_request_duration_seconds_count{method="GET",path="/.git/config;",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/config;.php",status="429"} 0.00039933400000000005 http_request_duration_seconds_count{method="GET",path="/.git/config;.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/config;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.git/config;/",status="429"} 0.000393342 http_request_duration_seconds_count{method="GET",path="/.git/config;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/index",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/index",status="429"} 0.000196666 http_request_duration_seconds_count{method="GET",path="/.git/index",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/logs/HEAD",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/logs/HEAD",status="429"} 0.000126001 http_request_duration_seconds_count{method="GET",path="/.git/logs/HEAD",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.git/packed-refs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.git/packed-refs",status="429"} 0.000144831 http_request_duration_seconds_count{method="GET",path="/.git/packed-refs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/.env",status="404"} 0.000203088 http_request_duration_seconds_count{method="GET",path="/.github/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/copilot-instructions.md",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.github/copilot-instructions.md",status="429"} 0.00034027899999999997 http_request_duration_seconds_count{method="GET",path="/.github/copilot-instructions.md",status="429"} 4 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.000294263 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="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/./deploy.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/./deploy.yml",status="429"} 0.00025888399999999997 http_request_duration_seconds_count{method="GET",path="/.github/workflows/./deploy.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Ci.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/Ci.yml",status="429"} 9.4672e-05 http_request_duration_seconds_count{method="GET",path="/.github/workflows/Ci.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/Deploy.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/Deploy.yml",status="429"} 6.9247e-05 http_request_duration_seconds_count{method="GET",path="/.github/workflows/Deploy.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/build.yml",status="404"} 0.000181874 http_request_duration_seconds_count{method="GET",path="/.github/workflows/build.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/build.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/build.yml",status="429"} 0.00032196 http_request_duration_seconds_count{method="GET",path="/.github/workflows/build.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/cd.yml",status="404"} 0.000129652 http_request_duration_seconds_count{method="GET",path="/.github/workflows/cd.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/cd.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/cd.yml",status="429"} 0.000122796 http_request_duration_seconds_count{method="GET",path="/.github/workflows/cd.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml",status="404"} 0.00051044 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml",status="429"} 0.001189195 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml",status="429"} 0.000118418 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml",status="429"} 1 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.000143473 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/ci.yml..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml..;/",status="429"} 0.000119343 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml..;/",status="429"} 1 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.00026145 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/ci.yml/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml/.",status="429"} 0.000145836 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml;",status="429"} 0.000183378 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml;.php",status="429"} 0.000150175 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/ci.yml;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/ci.yml;/",status="429"} 0.000158997 http_request_duration_seconds_count{method="GET",path="/.github/workflows/ci.yml;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml",status="404"} 0.00043808000000000003 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml",status="429"} 0.0012216810000000003 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml",status="429"} 8.2788e-05 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml ",status="429"} 0.000163386 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml..;/",status="429"} 0.000135332 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml/",status="429"} 0.000219047 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml/.",status="429"} 9.2126e-05 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml;",status="429"} 9.6598e-05 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml;.php",status="429"} 3.9182e-05 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/deploy.yml;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/deploy.yml;/",status="429"} 0.000199342 http_request_duration_seconds_count{method="GET",path="/.github/workflows/deploy.yml;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/main.yml",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/main.yml",status="404"} 0.000782058 http_request_duration_seconds_count{method="GET",path="/.github/workflows/main.yml",status="404"} 4 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.00030217700000000004 http_request_duration_seconds_count{method="GET",path="/.github/workflows/main.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/release.yml",status="404"} 0.000617678 http_request_duration_seconds_count{method="GET",path="/.github/workflows/release.yml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/release.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/release.yml",status="429"} 0.000414134 http_request_duration_seconds_count{method="GET",path="/.github/workflows/release.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/test.yml",status="404"} 0.000185211 http_request_duration_seconds_count{method="GET",path="/.github/workflows/test.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.github/workflows/test.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.github/workflows/test.yml",status="429"} 0.000243835 http_request_duration_seconds_count{method="GET",path="/.github/workflows/test.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.gitlab-ci.yaml",status="404"} 0.000677984 http_request_duration_seconds_count{method="GET",path="/.gitlab-ci.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gitlab-ci.yml",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.gitlab-ci.yml",status="404"} 0.000659724 http_request_duration_seconds_count{method="GET",path="/.gitlab-ci.yml",status="404"} 4 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.000530126 http_request_duration_seconds_count{method="GET",path="/.gitlab-ci.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.gradle/gradle.properties",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.gradle/gradle.properties",status="429"} 9.5243e-05 http_request_duration_seconds_count{method="GET",path="/.gradle/gradle.properties",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.hermes/.env",status="429"} 6.5386e-05 http_request_duration_seconds_count{method="GET",path="/.hermes/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/auth.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.hermes/auth.json",status="429"} 4.7737e-05 http_request_duration_seconds_count{method="GET",path="/.hermes/auth.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.hermes/config.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.hermes/config.yaml",status="404"} 9.8932e-05 http_request_duration_seconds_count{method="GET",path="/.hermes/config.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak",status="429"} 0.001944571 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak",status="404"} 0.000144955 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak ",status="429"} 0.00028884799999999997 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak..;/",status="429"} 0.000106484 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak/",status="429"} 0.000321784 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak/.",status="429"} 9.451e-05 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak;",status="429"} 0.000152279 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak;.php",status="429"} 4.1152e-05 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htaccess.bak;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.htaccess.bak;/",status="429"} 0.000133539 http_request_duration_seconds_count{method="GET",path="/.htaccess.bak;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.htpasswd",status="404"} 0.00039251 http_request_duration_seconds_count{method="GET",path="/.htpasswd",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.005"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/.htpasswd",status="429"} 0.0040874810000000004 http_request_duration_seconds_count{method="GET",path="/.htpasswd",status="429"} 25 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.htpasswd",status="429"} 0.00027764200000000004 http_request_duration_seconds_count{method="GET",path="/.htpasswd",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.htpasswd ",status="429"} 0.0005623729999999999 http_request_duration_seconds_count{method="GET",path="/.htpasswd ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.htpasswd..;/",status="429"} 0.000249653 http_request_duration_seconds_count{method="GET",path="/.htpasswd..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.htpasswd/",status="429"} 0.000596856 http_request_duration_seconds_count{method="GET",path="/.htpasswd/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd/.",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.htpasswd/.",status="429"} 0.00047949500000000003 http_request_duration_seconds_count{method="GET",path="/.htpasswd/.",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.htpasswd::$DATA",status="429"} 0.000201388 http_request_duration_seconds_count{method="GET",path="/.htpasswd::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.htpasswd;",status="429"} 0.000274267 http_request_duration_seconds_count{method="GET",path="/.htpasswd;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.htpasswd;.php",status="429"} 0.00034225300000000005 http_request_duration_seconds_count{method="GET",path="/.htpasswd;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.htpasswd;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.htpasswd;/",status="429"} 0.000207466 http_request_duration_seconds_count{method="GET",path="/.htpasswd;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.idea/dataSources.xml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.idea/dataSources.xml",status="429"} 0.000245958 http_request_duration_seconds_count{method="GET",path="/.idea/dataSources.xml",status="429"} 4 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.000172793 http_request_duration_seconds_count{method="GET",path="/.idea/workspace.xml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.idea/workspace.xml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.idea/workspace.xml",status="429"} 0.000207262 http_request_duration_seconds_count{method="GET",path="/.idea/workspace.xml",status="429"} 3 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"} 0.000244403 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.00021027 http_request_duration_seconds_count{method="GET",path="/.kube/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.mcp.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.mcp.json",status="429"} 7.1122e-05 http_request_duration_seconds_count{method="GET",path="/.mcp.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netlify/functions/env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.netlify/functions/env",status="429"} 0.00030844499999999996 http_request_duration_seconds_count{method="GET",path="/.netlify/functions/env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/.netrc",status="404"} 0.0016629509999999998 http_request_duration_seconds_count{method="GET",path="/.netrc",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/.netrc",status="429"} 0.0029170649999999995 http_request_duration_seconds_count{method="GET",path="/.netrc",status="429"} 19 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.netrc",status="429"} 0.000346203 http_request_duration_seconds_count{method="GET",path="/.netrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.netrc ",status="429"} 0.000645329 http_request_duration_seconds_count{method="GET",path="/.netrc ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.netrc..;/",status="429"} 0.000345607 http_request_duration_seconds_count{method="GET",path="/.netrc..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.netrc/",status="429"} 0.000604905 http_request_duration_seconds_count{method="GET",path="/.netrc/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.netrc/.",status="404"} 0.000106728 http_request_duration_seconds_count{method="GET",path="/.netrc/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.netrc/.",status="429"} 0.00031595 http_request_duration_seconds_count{method="GET",path="/.netrc/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.netrc::$DATA",status="429"} 0.000141548 http_request_duration_seconds_count{method="GET",path="/.netrc::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.netrc;",status="429"} 0.000285564 http_request_duration_seconds_count{method="GET",path="/.netrc;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.netrc;.php",status="429"} 0.000337284 http_request_duration_seconds_count{method="GET",path="/.netrc;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.netrc;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.netrc;/",status="429"} 0.000256742 http_request_duration_seconds_count{method="GET",path="/.netrc;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/.npmrc",status="404"} 0.001469983 http_request_duration_seconds_count{method="GET",path="/.npmrc",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.005"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.01"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.025"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.05"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.1"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.25"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="1"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="2.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="5"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="10"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="+Inf"} 21 http_request_duration_seconds_sum{method="GET",path="/.npmrc",status="429"} 0.004033079 http_request_duration_seconds_count{method="GET",path="/.npmrc",status="429"} 21 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.npmrc",status="429"} 0.000542354 http_request_duration_seconds_count{method="GET",path="/.npmrc",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.npmrc ",status="429"} 0.0006766070000000001 http_request_duration_seconds_count{method="GET",path="/.npmrc ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.npmrc..;/",status="429"} 0.00040306900000000004 http_request_duration_seconds_count{method="GET",path="/.npmrc..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.npmrc/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.npmrc/",status="429"} 0.0006642460000000001 http_request_duration_seconds_count{method="GET",path="/.npmrc/",status="429"} 4 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.000505613 http_request_duration_seconds_count{method="GET",path="/.npmrc/.",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.npmrc::$DATA",status="429"} 0.000129192 http_request_duration_seconds_count{method="GET",path="/.npmrc::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.npmrc;",status="429"} 0.000461929 http_request_duration_seconds_count{method="GET",path="/.npmrc;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.npmrc;.php",status="429"} 0.000362618 http_request_duration_seconds_count{method="GET",path="/.npmrc;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.npmrc;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.npmrc;/",status="429"} 0.000363265 http_request_duration_seconds_count{method="GET",path="/.npmrc;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.openai/config.json",status="404"} 0.000151013 http_request_duration_seconds_count{method="GET",path="/.openai/config.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openai/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.openai/config.json",status="429"} 0.000692499 http_request_duration_seconds_count{method="GET",path="/.openai/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.openclaw/.env",status="404"} 5.154e-05 http_request_duration_seconds_count{method="GET",path="/.openclaw/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429"} 0.000137113 http_request_duration_seconds_count{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.openclaw/openclaw.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.openclaw/openclaw.json",status="429"} 0.000227738 http_request_duration_seconds_count{method="GET",path="/.openclaw/openclaw.json",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.000131424 http_request_duration_seconds_count{method="GET",path="/.s3cfg",status="404"} 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"} 0.000199967 http_request_duration_seconds_count{method="GET",path="/.sendgrid.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/./id_rsa",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.ssh/./id_rsa",status="429"} 0.0008747160000000001 http_request_duration_seconds_count{method="GET",path="/.ssh/./id_rsa",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/Id_rsa",status="404"} 0.000120037 http_request_duration_seconds_count{method="GET",path="/.ssh/Id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/Id_rsa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.ssh/Id_rsa",status="429"} 0.000265148 http_request_duration_seconds_count{method="GET",path="/.ssh/Id_rsa",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/config",status="429"} 5.2961e-05 http_request_duration_seconds_count{method="GET",path="/.ssh/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_dsa",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_dsa",status="429"} 0.000102235 http_request_duration_seconds_count{method="GET",path="/.ssh/id_dsa",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ecdsa",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_ecdsa",status="429"} 0.000101536 http_request_duration_seconds_count{method="GET",path="/.ssh/id_ecdsa",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_ed25519",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_ed25519",status="429"} 0.000117103 http_request_duration_seconds_count{method="GET",path="/.ssh/id_ed25519",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa",status="404"} 0.000394322 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.005"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.01"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.025"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.05"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.1"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.25"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="1"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="2.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="5"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="10"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="+Inf"} 24 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa",status="429"} 0.003999559 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa",status="429"} 24 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa",status="429"} 0.0003179 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa ",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa ",status="429"} 0.0007538439999999999 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa ",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa..;/",status="429"} 0.000518707 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa/",status="429"} 0.000826125 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa/",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa/.",status="404"} 0.000180484 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa/.",status="429"} 0.000345996 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa::$DATA",status="429"} 0.000138647 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa;",status="429"} 0.00047361100000000003 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa;",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa;.php",status="429"} 0.000314515 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.ssh/id_rsa;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.ssh/id_rsa;/",status="429"} 0.000315829 http_request_duration_seconds_count{method="GET",path="/.ssh/id_rsa;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.streamlit/secrets.toml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.streamlit/secrets.toml",status="404"} 0.000111075 http_request_duration_seconds_count{method="GET",path="/.streamlit/secrets.toml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.stripe/",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.stripe/",status="404"} 0.000506375 http_request_duration_seconds_count{method="GET",path="/.stripe/",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.svn/entries",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.svn/entries",status="429"} 0.000121586 http_request_duration_seconds_count{method="GET",path="/.svn/entries",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.terraform/terraform.tfstate",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.terraform/terraform.tfstate",status="404"} 0.00050546 http_request_duration_seconds_count{method="GET",path="/.terraform/terraform.tfstate",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.trash7206/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.trash7206/index.php",status="429"} 0.000180559 http_request_duration_seconds_count{method="GET",path="/.trash7206/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.travis.yaml",status="404"} 0.000523847 http_request_duration_seconds_count{method="GET",path="/.travis.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.travis.yml",status="404"} 0.001233549 http_request_duration_seconds_count{method="GET",path="/.travis.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.travis.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.travis.yml",status="429"} 0.000301054 http_request_duration_seconds_count{method="GET",path="/.travis.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vault-token",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.vault-token",status="404"} 0.00035573099999999997 http_request_duration_seconds_count{method="GET",path="/.vault-token",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vercel/api/config",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.vercel/api/config",status="429"} 0.00039563200000000004 http_request_duration_seconds_count{method="GET",path="/.vercel/api/config",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.vite/manifest.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.vite/manifest.json",status="404"} 0.000235448 http_request_duration_seconds_count{method="GET",path="/.vite/manifest.json",status="404"} 1 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.000135272 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"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/settings.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.vscode/settings.json",status="429"} 0.00018017 http_request_duration_seconds_count{method="GET",path="/.vscode/settings.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.vscode/sftp.json",status="404"} 0.0005849 http_request_duration_seconds_count{method="GET",path="/.vscode/sftp.json",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.vscode/sftp.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.vscode/sftp.json",status="429"} 0.00023301500000000002 http_request_duration_seconds_count{method="GET",path="/.vscode/sftp.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/.well-known/",status="404"} 0.001258037 http_request_duration_seconds_count{method="GET",path="/.well-known/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.well-known/",status="429"} 0.000516247 http_request_duration_seconds_count{method="GET",path="/.well-known/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./jwks.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/./jwks.json",status="429"} 0.000234617 http_request_duration_seconds_count{method="GET",path="/.well-known/./jwks.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./oauth-authorization-server",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/./oauth-authorization-server",status="429"} 0.000259773 http_request_duration_seconds_count{method="GET",path="/.well-known/./oauth-authorization-server",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/./openid-configuration",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/./openid-configuration",status="429"} 0.000254625 http_request_duration_seconds_count{method="GET",path="/.well-known/./openid-configuration",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Jwks.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/Jwks.json",status="429"} 0.000107328 http_request_duration_seconds_count{method="GET",path="/.well-known/Jwks.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Oauth-authorization-server",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/Oauth-authorization-server",status="429"} 0.000139901 http_request_duration_seconds_count{method="GET",path="/.well-known/Oauth-authorization-server",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/Openid-configuration",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/Openid-configuration",status="429"} 0.000126688 http_request_duration_seconds_count{method="GET",path="/.well-known/Openid-configuration",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/about.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/.well-known/about.php",status="404"} 0.0020761300000000002 http_request_duration_seconds_count{method="GET",path="/.well-known/about.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/cache-compat.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/cache-compat.php",status="429"} 0.000142454 http_request_duration_seconds_count{method="GET",path="/.well-known/cache-compat.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/content.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/content.php",status="404"} 0.000172706 http_request_duration_seconds_count{method="GET",path="/.well-known/content.php",status="404"} 1 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.000339467 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="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json",status="429"} 0.001215623 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json",status="429"} 0.000117906 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json ",status="429"} 0.000289778 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json..;/",status="429"} 9.3002e-05 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json/",status="429"} 0.000208469 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json/.",status="429"} 0.000122873 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json;",status="429"} 0.00013848 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json;.php",status="429"} 0.00016666 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/jwks.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/jwks.json;/",status="429"} 0.000109378 http_request_duration_seconds_count{method="GET",path="/.well-known/jwks.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/logs233/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/logs233/index.php",status="404"} 0.000121752 http_request_duration_seconds_count{method="GET",path="/.well-known/logs233/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server",status="404"} 0.000125279 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server",status="429"} 0.001005826 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server",status="429"} 0.000999846 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server ",status="429"} 9.6549e-05 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429"} 9.9012e-05 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server/",status="429"} 0.000135879 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server/.",status="429"} 0.000185737 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server;",status="429"} 0.000190924 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429"} 0.000118538 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/oauth-authorization-server;/",status="429"} 8.342e-05 http_request_duration_seconds_count{method="GET",path="/.well-known/oauth-authorization-server;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration",status="404"} 0.00013765 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration",status="429"} 0.0013932340000000001 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration",status="429"} 0.000309467 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration ",status="429"} 0.000280168 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration..;/",status="429"} 0.000118246 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration/",status="429"} 0.000451819 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration/.",status="429"} 0.000131673 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration;",status="429"} 0.00012121 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration;.php",status="429"} 0.000179891 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/openid-configuration;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/openid-configuration;/",status="429"} 0.000242261 http_request_duration_seconds_count{method="GET",path="/.well-known/openid-configuration;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/pki-validation/about.php",status="404"} 0.000143845 http_request_duration_seconds_count{method="GET",path="/.well-known/pki-validation/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/pki-validation/cloud.php",status="404"} 0.000152583 http_request_duration_seconds_count{method="GET",path="/.well-known/pki-validation/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404"} 0.000239978 http_request_duration_seconds_count{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404"} 0.000240115 http_request_duration_seconds_count{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/security.txt",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.well-known/security.txt",status="404"} 0.0008998729999999999 http_request_duration_seconds_count{method="GET",path="/.well-known/security.txt",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-known/zaza.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-known/zaza.php",status="404"} 0.000145029 http_request_duration_seconds_count{method="GET",path="/.well-known/zaza.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.well-knownold/inputs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.well-knownold/inputs.php",status="404"} 0.000299313 http_request_duration_seconds_count{method="GET",path="/.well-knownold/inputs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/.windsurf/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/.windsurf/",status="429"} 0.000369747 http_request_duration_seconds_count{method="GET",path="/.windsurf/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/.woodpecker.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/.woodpecker.yml",status="429"} 0.00025536600000000003 http_request_duration_seconds_count{method="GET",path="/.woodpecker.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.yarnrc",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.yarnrc",status="404"} 0.000201988 http_request_duration_seconds_count{method="GET",path="/.yarnrc",status="404"} 1 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.000226668 http_request_duration_seconds_count{method="GET",path="/.yarnrc.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/.zsh_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/.zsh_history",status="404"} 0.000135795 http_request_duration_seconds_count{method="GET",path="/.zsh_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="//",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="//",status="429"} 0.0018678319999999998 http_request_duration_seconds_count{method="GET",path="//",status="429"} 14 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.000208794 http_request_duration_seconds_count{method="GET",path="//../../.aws/credentials",status="404"} 1 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.000317848 http_request_duration_seconds_count{method="GET",path="//../../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../app/.env",status="404"} 0.000121741 http_request_duration_seconds_count{method="GET",path="//../../app/.env",status="404"} 1 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.000160492 http_request_duration_seconds_count{method="GET",path="//../../etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/hosts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../etc/hosts",status="404"} 0.000237324 http_request_duration_seconds_count{method="GET",path="//../../etc/hosts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/nginx/nginx.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../etc/nginx/nginx.conf",status="404"} 0.000176499 http_request_duration_seconds_count{method="GET",path="//../../etc/nginx/nginx.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../etc/passwd",status="404"} 0.000163956 http_request_duration_seconds_count{method="GET",path="//../../etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/shadow",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../etc/shadow",status="404"} 0.000151286 http_request_duration_seconds_count{method="GET",path="//../../etc/shadow",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../etc/ssh/sshd_config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../etc/ssh/sshd_config",status="404"} 0.000228842 http_request_duration_seconds_count{method="GET",path="//../../etc/ssh/sshd_config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404"} 0.000156465 http_request_duration_seconds_count{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404"} 0.000191856 http_request_duration_seconds_count{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404"} 0.000207779 http_request_duration_seconds_count{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../home/git/.ssh/id_rsa",status="404"} 0.000221559 http_request_duration_seconds_count{method="GET",path="//../../home/git/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404"} 0.000267994 http_request_duration_seconds_count{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404"} 0.000157516 http_request_duration_seconds_count{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404"} 0.000182575 http_request_duration_seconds_count{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/net/tcp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../proc/net/tcp",status="404"} 0.00014655 http_request_duration_seconds_count{method="GET",path="//../../proc/net/tcp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/cmdline",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../proc/self/cmdline",status="404"} 0.000220259 http_request_duration_seconds_count{method="GET",path="//../../proc/self/cmdline",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/self/environ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../proc/self/environ",status="404"} 0.000172594 http_request_duration_seconds_count{method="GET",path="//../../proc/self/environ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../proc/version",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../proc/version",status="404"} 0.000168535 http_request_duration_seconds_count{method="GET",path="//../../proc/version",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.bash_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../root/.bash_history",status="404"} 0.000167547 http_request_duration_seconds_count{method="GET",path="//../../root/.bash_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.mysql_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../root/.mysql_history",status="404"} 0.000143374 http_request_duration_seconds_count{method="GET",path="//../../root/.mysql_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../root/.ssh/id_ed25519",status="404"} 0.000187145 http_request_duration_seconds_count{method="GET",path="//../../root/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../root/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../root/.ssh/id_rsa",status="404"} 0.000139689 http_request_duration_seconds_count{method="GET",path="//../../root/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../srv/.env",status="404"} 0.000141313 http_request_duration_seconds_count{method="GET",path="//../../srv/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/auth.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/log/auth.log",status="404"} 0.000184526 http_request_duration_seconds_count{method="GET",path="//../../var/log/auth.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/log/secure",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/log/secure",status="404"} 0.000154485 http_request_duration_seconds_count{method="GET",path="//../../var/log/secure",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/www/.env",status="404"} 0.000245492 http_request_duration_seconds_count{method="GET",path="//../../var/www/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/www/.git/config",status="404"} 0.000282103 http_request_duration_seconds_count{method="GET",path="//../../var/www/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/www/html/.env",status="404"} 0.000140659 http_request_duration_seconds_count{method="GET",path="//../../var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/www/html/.git/config",status="404"} 0.000202985 http_request_duration_seconds_count{method="GET",path="//../../var/www/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/www/html/config.php",status="404"} 0.00013335 http_request_duration_seconds_count{method="GET",path="//../../var/www/html/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/www/html/configuration.php",status="404"} 0.000179948 http_request_duration_seconds_count{method="GET",path="//../../var/www/html/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../../var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../../var/www/html/wp-config.php",status="404"} 0.000186842 http_request_duration_seconds_count{method="GET",path="//../../var/www/html/wp-config.php",status="404"} 1 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.000129252 http_request_duration_seconds_count{method="GET",path="//../.aws/credentials",status="404"} 1 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.00013852 http_request_duration_seconds_count{method="GET",path="//../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../app/.env",status="404"} 0.000162639 http_request_duration_seconds_count{method="GET",path="//../app/.env",status="404"} 1 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.000180075 http_request_duration_seconds_count{method="GET",path="//../etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/hosts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../etc/hosts",status="404"} 0.000162588 http_request_duration_seconds_count{method="GET",path="//../etc/hosts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/nginx/nginx.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../etc/nginx/nginx.conf",status="404"} 0.000205914 http_request_duration_seconds_count{method="GET",path="//../etc/nginx/nginx.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../etc/passwd",status="404"} 0.000230279 http_request_duration_seconds_count{method="GET",path="//../etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/shadow",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../etc/shadow",status="404"} 0.000172073 http_request_duration_seconds_count{method="GET",path="//../etc/shadow",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../etc/ssh/sshd_config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../etc/ssh/sshd_config",status="404"} 0.000164007 http_request_duration_seconds_count{method="GET",path="//../etc/ssh/sshd_config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../home/.env",status="404"} 0.000370164 http_request_duration_seconds_count{method="GET",path="//../home/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404"} 0.00017434 http_request_duration_seconds_count{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404"} 0.000223965 http_request_duration_seconds_count{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404"} 0.00016847 http_request_duration_seconds_count{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404"} 0.000297162 http_request_duration_seconds_count{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404"} 0.000232912 http_request_duration_seconds_count{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/net/tcp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../proc/net/tcp",status="404"} 0.00016462 http_request_duration_seconds_count{method="GET",path="//../proc/net/tcp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/cmdline",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../proc/self/cmdline",status="404"} 0.00013573 http_request_duration_seconds_count{method="GET",path="//../proc/self/cmdline",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/self/environ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../proc/self/environ",status="404"} 0.000155504 http_request_duration_seconds_count{method="GET",path="//../proc/self/environ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../proc/version",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../proc/version",status="404"} 0.000159558 http_request_duration_seconds_count{method="GET",path="//../proc/version",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.bash_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../root/.bash_history",status="404"} 0.000257134 http_request_duration_seconds_count{method="GET",path="//../root/.bash_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.mysql_history",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../root/.mysql_history",status="404"} 0.000192935 http_request_duration_seconds_count{method="GET",path="//../root/.mysql_history",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../root/.ssh/id_ed25519",status="404"} 0.000134832 http_request_duration_seconds_count{method="GET",path="//../root/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../root/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../root/.ssh/id_rsa",status="404"} 0.000162519 http_request_duration_seconds_count{method="GET",path="//../root/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../srv/.env",status="404"} 0.000172348 http_request_duration_seconds_count{method="GET",path="//../srv/.env",status="404"} 1 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.000313813 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/auth.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/auth.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/log/auth.log",status="404"} 0.000170358 http_request_duration_seconds_count{method="GET",path="//../var/log/auth.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/nginx/access.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/log/nginx/access.log",status="404"} 0.000156966 http_request_duration_seconds_count{method="GET",path="//../var/log/nginx/access.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/log/secure",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/log/secure",status="404"} 0.000144139 http_request_duration_seconds_count{method="GET",path="//../var/log/secure",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/www/.env",status="404"} 0.000170533 http_request_duration_seconds_count{method="GET",path="//../var/www/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/www/.git/config",status="404"} 0.000154627 http_request_duration_seconds_count{method="GET",path="//../var/www/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/www/html/.env",status="404"} 0.000144526 http_request_duration_seconds_count{method="GET",path="//../var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/www/html/.git/config",status="404"} 0.000169766 http_request_duration_seconds_count{method="GET",path="//../var/www/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/www/html/config.php",status="404"} 0.000207941 http_request_duration_seconds_count{method="GET",path="//../var/www/html/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/configuration.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/www/html/configuration.php",status="404"} 0.000231584 http_request_duration_seconds_count{method="GET",path="//../var/www/html/configuration.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//../var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//../var/www/html/wp-config.php",status="404"} 0.000138267 http_request_duration_seconds_count{method="GET",path="//../var/www/html/wp-config.php",status="404"} 1 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.000169421 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"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//./.env",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//./.env",status="429"} 0.00113665 http_request_duration_seconds_count{method="GET",path="//./.env",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.aws/config",status="429"} 0.000277219 http_request_duration_seconds_count{method="GET",path="//.aws/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//.aws/credentials",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//.aws/credentials",status="429"} 0.000999288 http_request_duration_seconds_count{method="GET",path="//.aws/credentials",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.cache/x.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.cache/x.php",status="404"} 0.000242007 http_request_duration_seconds_count{method="GET",path="//.cache/x.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="404",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="//.env",status="404"} 0.00312348 http_request_duration_seconds_count{method="GET",path="//.env",status="404"} 15 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.005"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.01"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.025"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.05"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.1"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.25"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.5"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="1"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="2.5"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="5"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="10"} 50 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="+Inf"} 50 http_request_duration_seconds_sum{method="GET",path="//.env",status="429"} 0.007816240999999998 http_request_duration_seconds_count{method="GET",path="//.env",status="429"} 50 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.000155674 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"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env",status="429"} 0.000329803 http_request_duration_seconds_count{method="GET",path="//.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="//.env ",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="//.env ",status="429"} 0.000768949 http_request_duration_seconds_count{method="GET",path="//.env ",status="429"} 6 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.000312929 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"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env..;/",status="429"} 0.000446348 http_request_duration_seconds_count{method="GET",path="//.env..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.backup",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//.env.backup",status="429"} 0.0009652510000000001 http_request_duration_seconds_count{method="GET",path="//.env.backup",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.env.bak",status="404"} 0.00027556 http_request_duration_seconds_count{method="GET",path="//.env.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//.env.bak",status="429"} 0.000296827 http_request_duration_seconds_count{method="GET",path="//.env.bak",status="429"} 3 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.000368058 http_request_duration_seconds_count{method="GET",path="//.env.docker",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.local",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.env.local",status="404"} 0.000164937 http_request_duration_seconds_count{method="GET",path="//.env.local",status="404"} 1 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.000486921 http_request_duration_seconds_count{method="GET",path="//.env.local",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.local.bak",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env.local.bak",status="429"} 0.000307549 http_request_duration_seconds_count{method="GET",path="//.env.local.bak",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.old",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env.old",status="429"} 0.000242961 http_request_duration_seconds_count{method="GET",path="//.env.old",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.orig",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env.orig",status="429"} 0.00026904100000000003 http_request_duration_seconds_count{method="GET",path="//.env.orig",status="429"} 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.0007148269999999999 http_request_duration_seconds_count{method="GET",path="//.env.production",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production.bak",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env.production.bak",status="429"} 0.000462169 http_request_duration_seconds_count{method="GET",path="//.env.production.bak",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.production;/style.css",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//.env.production;/style.css",status="429"} 0.000469303 http_request_duration_seconds_count{method="GET",path="//.env.production;/style.css",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.save",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env.save",status="429"} 0.000296121 http_request_duration_seconds_count{method="GET",path="//.env.save",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.staging",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env.staging",status="429"} 0.000355762 http_request_duration_seconds_count{method="GET",path="//.env.staging",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.swp",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env.swp",status="429"} 0.000284949 http_request_duration_seconds_count{method="GET",path="//.env.swp",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.env.testing",status="404"} 0.000190491 http_request_duration_seconds_count{method="GET",path="//.env.testing",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env.testing",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//.env.testing",status="429"} 0.000628119 http_request_duration_seconds_count{method="GET",path="//.env.testing",status="429"} 5 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.00044893 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"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="//.env/",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="//.env/",status="429"} 0.001724706 http_request_duration_seconds_count{method="GET",path="//.env/",status="429"} 12 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.000743859 http_request_duration_seconds_count{method="GET",path="//.env/.",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.env::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.env::$DATA",status="429"} 0.000152209 http_request_duration_seconds_count{method="GET",path="//.env::$DATA",status="429"} 1 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.000190068 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"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env;",status="429"} 0.000872584 http_request_duration_seconds_count{method="GET",path="//.env;",status="429"} 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.000294063 http_request_duration_seconds_count{method="GET",path="//.env;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env;/",status="429"} 0.00022275799999999998 http_request_duration_seconds_count{method="GET",path="//.env;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env;/style.css",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//.env;/style.css",status="429"} 0.00034508600000000004 http_request_duration_seconds_count{method="GET",path="//.env;/style.css",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.env~",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.env~",status="429"} 0.000669687 http_request_duration_seconds_count{method="GET",path="//.env~",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="//.git/config",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="//.git/config",status="429"} 0.00128479 http_request_duration_seconds_count{method="GET",path="//.git/config",status="429"} 6 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.00018645899999999998 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="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.github/workflows/deploy.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.github/workflows/deploy.yml",status="429"} 0.000141512 http_request_duration_seconds_count{method="GET",path="//.github/workflows/deploy.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.htaccess.bak",status="404"} 0.000140558 http_request_duration_seconds_count{method="GET",path="//.htaccess.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htaccess.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.htaccess.bak",status="429"} 8.5705e-05 http_request_duration_seconds_count{method="GET",path="//.htaccess.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//.htpasswd",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//.htpasswd",status="429"} 0.000787376 http_request_duration_seconds_count{method="GET",path="//.htpasswd",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//.netrc",status="404"} 0.000131015 http_request_duration_seconds_count{method="GET",path="//.netrc",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//.netrc",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//.netrc",status="429"} 0.000639499 http_request_duration_seconds_count{method="GET",path="//.netrc",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//.npmrc",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//.npmrc",status="429"} 0.000869803 http_request_duration_seconds_count{method="GET",path="//.npmrc",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//.ssh/id_rsa",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//.ssh/id_rsa",status="429"} 0.0011344990000000002 http_request_duration_seconds_count{method="GET",path="//.ssh/id_rsa",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/jwks.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.well-known/jwks.json",status="429"} 0.00021455699999999999 http_request_duration_seconds_count{method="GET",path="//.well-known/jwks.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/oauth-authorization-server",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.well-known/oauth-authorization-server",status="429"} 0.000246599 http_request_duration_seconds_count{method="GET",path="//.well-known/oauth-authorization-server",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//.well-known/openid-configuration",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//.well-known/openid-configuration",status="429"} 0.000256314 http_request_duration_seconds_count{method="GET",path="//.well-known/openid-configuration",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="///.env",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="///.env",status="429"} 0.000977251 http_request_duration_seconds_count{method="GET",path="///.env",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="///133.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="///133.php",status="404"} 0.000303937 http_request_duration_seconds_count{method="GET",path="///133.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///2larp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///2larp.php",status="404"} 0.000150415 http_request_duration_seconds_count{method="GET",path="///2larp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///Jcrop.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///Jcrop.php",status="404"} 0.000159416 http_request_duration_seconds_count{method="GET",path="///Jcrop.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="///admin.php",status="404"} 0.001795457 http_request_duration_seconds_count{method="GET",path="///admin.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///admin.php",status="429"} 0.000160537 http_request_duration_seconds_count{method="GET",path="///admin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="///coffee.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="///coffee.php",status="404"} 0.00034418000000000003 http_request_duration_seconds_count{method="GET",path="///coffee.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///lobster.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///lobster.php",status="404"} 0.000160089 http_request_duration_seconds_count{method="GET",path="///lobster.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_p.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///s_p.php",status="404"} 0.00040225 http_request_duration_seconds_count{method="GET",path="///s_p.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_w.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///s_w.php",status="404"} 0.000267576 http_request_duration_seconds_count{method="GET",path="///s_w.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///s_y.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///s_y.php",status="404"} 0.000187395 http_request_duration_seconds_count{method="GET",path="///s_y.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///term.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///term.php",status="404"} 0.000177738 http_request_duration_seconds_count{method="GET",path="///term.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="///wpxml.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="///wpxml.php",status="404"} 0.000181691 http_request_duration_seconds_count{method="GET",path="///wpxml.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//002.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//002.php",status="404"} 0.000334274 http_request_duration_seconds_count{method="GET",path="//002.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//1.php",status="404"} 0.000224081 http_request_duration_seconds_count{method="GET",path="//1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//2.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//2.php",status="404"} 0.000431058 http_request_duration_seconds_count{method="GET",path="//2.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404"} 0.001053797 http_request_duration_seconds_count{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404"} 5 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.001306293 http_request_duration_seconds_count{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404"} 0.00037588599999999997 http_request_duration_seconds_count{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404"} 0.00033965000000000004 http_request_duration_seconds_count{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//403.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//403.php",status="404"} 0.000172473 http_request_duration_seconds_count{method="GET",path="//403.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//82.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//82.php",status="404"} 0.000190018 http_request_duration_seconds_count{method="GET",path="//82.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//9.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//9.php",status="404"} 0.000173434 http_request_duration_seconds_count{method="GET",path="//9.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//BDKR28WP.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//BDKR28WP.php",status="404"} 0.000309635 http_request_duration_seconds_count{method="GET",path="//BDKR28WP.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//a.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//a.php",status="404"} 0.00042530399999999994 http_request_duration_seconds_count{method="GET",path="//a.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="//a1.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="//a1.php",status="404"} 0.001956765 http_request_duration_seconds_count{method="GET",path="//a1.php",status="404"} 8 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.000184948 http_request_duration_seconds_count{method="GET",path="//a1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="//aa.php",status="404"} 0.004043381 http_request_duration_seconds_count{method="GET",path="//aa.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//aa.php",status="429"} 0.000145911 http_request_duration_seconds_count{method="GET",path="//aa.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//aa1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//aa1.php",status="404"} 0.000222829 http_request_duration_seconds_count{method="GET",path="//aa1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="//abcd.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="//abcd.php",status="404"} 0.002398995 http_request_duration_seconds_count{method="GET",path="//abcd.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//actuator",status="429"} 0.000278582 http_request_duration_seconds_count{method="GET",path="//actuator",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/heapdump",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//actuator/heapdump",status="429"} 0.00028713 http_request_duration_seconds_count{method="GET",path="//actuator/heapdump",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//actuator/logfile",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//actuator/logfile",status="429"} 0.000536095 http_request_duration_seconds_count{method="GET",path="//actuator/logfile",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.001222059 http_request_duration_seconds_count{method="GET",path="//admin.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="//adminfuns.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="//adminfuns.php",status="404"} 0.001921665 http_request_duration_seconds_count{method="GET",path="//adminfuns.php",status="404"} 10 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.000175344 http_request_duration_seconds_count{method="GET",path="//adminfuns.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api-docs.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api-docs.json",status="429"} 0.00022885899999999999 http_request_duration_seconds_count{method="GET",path="//api-docs.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/account",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//api/account",status="404"} 0.000179791 http_request_duration_seconds_count{method="GET",path="//api/account",status="404"} 1 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.00022301500000000002 http_request_duration_seconds_count{method="GET",path="//api/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api/config.json",status="429"} 0.000283716 http_request_duration_seconds_count{method="GET",path="//api/config.json",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.00071692 http_request_duration_seconds_count{method="GET",path="//api/env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/env-config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api/env-config",status="429"} 0.000282557 http_request_duration_seconds_count{method="GET",path="//api/env-config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/info",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api/info",status="429"} 0.000380051 http_request_duration_seconds_count{method="GET",path="//api/info",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/runtime-config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api/runtime-config",status="429"} 0.00027800000000000004 http_request_duration_seconds_count{method="GET",path="//api/runtime-config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/settings",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api/settings",status="429"} 0.000322719 http_request_duration_seconds_count{method="GET",path="//api/settings",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/telescope/requests",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api/telescope/requests",status="404"} 0.00038527 http_request_duration_seconds_count{method="GET",path="//api/telescope/requests",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/user",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//api/user",status="404"} 0.000213417 http_request_duration_seconds_count{method="GET",path="//api/user",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/v1/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api/v1/config",status="429"} 0.00015061099999999998 http_request_duration_seconds_count{method="GET",path="//api/v1/config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//api/version",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//api/version",status="429"} 0.00014107399999999998 http_request_duration_seconds_count{method="GET",path="//api/version",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//app.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//app.json",status="429"} 0.000489425 http_request_duration_seconds_count{method="GET",path="//app.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 0.000332712 http_request_duration_seconds_count{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//appsettings.json.bak",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//appsettings.json.bak",status="429"} 0.00023524100000000002 http_request_duration_seconds_count{method="GET",path="//appsettings.json.bak",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//assets/env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//assets/env.js",status="429"} 0.000288572 http_request_duration_seconds_count{method="GET",path="//assets/env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//autovirgi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//autovirgi.php",status="404"} 0.000174038 http_request_duration_seconds_count{method="GET",path="//autovirgi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="//av.php",status="404",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="//av.php",status="404"} 0.004774006 http_request_duration_seconds_count{method="GET",path="//av.php",status="404"} 18 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//avcqlevnbk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//avcqlevnbk.php",status="404"} 0.000167103 http_request_duration_seconds_count{method="GET",path="//avcqlevnbk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//aws-exports.js",status="404"} 0.000234085 http_request_duration_seconds_count{method="GET",path="//aws-exports.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//aws-exports.js",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//aws-exports.js",status="429"} 0.0013119240000000001 http_request_duration_seconds_count{method="GET",path="//aws-exports.js",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//awsconfiguration.json",status="404"} 0.00040034 http_request_duration_seconds_count{method="GET",path="//awsconfiguration.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//awsconfiguration.json",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//awsconfiguration.json",status="429"} 0.0006786159999999999 http_request_duration_seconds_count{method="GET",path="//awsconfiguration.json",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//backup",status="429"} 0.000140315 http_request_duration_seconds_count{method="GET",path="//backup",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//backup.sql",status="429"} 0.00068089 http_request_duration_seconds_count{method="GET",path="//backup.sql",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.gz",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//backup.sql.gz",status="429"} 0.00038816 http_request_duration_seconds_count{method="GET",path="//backup.sql.gz",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup.sql.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//backup.sql.zip",status="429"} 0.00029357 http_request_duration_seconds_count{method="GET",path="//backup.sql.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//backup/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//backup/",status="429"} 0.000189671 http_request_duration_seconds_count{method="GET",path="//backup/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//backups",status="429"} 0.000135686 http_request_duration_seconds_count{method="GET",path="//backups",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//backups/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//backups/",status="429"} 0.000138537 http_request_duration_seconds_count{method="GET",path="//backups/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//blog/",status="404"} 0.000438675 http_request_duration_seconds_count{method="GET",path="//blog/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/robots.txt",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//blog/robots.txt",status="404"} 0.000566228 http_request_duration_seconds_count{method="GET",path="//blog/robots.txt",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404"} 0.002977249 http_request_duration_seconds_count{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//build.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//build.json",status="429"} 0.000694371 http_request_duration_seconds_count{method="GET",path="//build.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//buy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//buy.php",status="404"} 0.000159662 http_request_duration_seconds_count{method="GET",path="//buy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//byp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//byp.php",status="404"} 0.000191262 http_request_duration_seconds_count{method="GET",path="//byp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/admin.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="//cgi-bin/admin.php",status="404"} 0.001538903 http_request_duration_seconds_count{method="GET",path="//cgi-bin/admin.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="//cgi-bin/index.php",status="404"} 0.00306795 http_request_duration_seconds_count{method="GET",path="//cgi-bin/index.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//cgi-bin/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//cgi-bin/index.php",status="429"} 0.000155348 http_request_duration_seconds_count{method="GET",path="//cgi-bin/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404"} 0.001698125 http_request_duration_seconds_count{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//config.js",status="429"} 0.000310003 http_request_duration_seconds_count{method="GET",path="//config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//config.json",status="429"} 0.00017187799999999998 http_request_duration_seconds_count{method="GET",path="//config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.bak",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//config.php.bak",status="429"} 0.000295148 http_request_duration_seconds_count{method="GET",path="//config.php.bak",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//config.php.old",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//config.php.old",status="429"} 0.000308527 http_request_duration_seconds_count{method="GET",path="//config.php.old",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//config/app.php",status="404"} 0.000210535 http_request_duration_seconds_count{method="GET",path="//config/app.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/app.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//config/app.php",status="429"} 0.00065716 http_request_duration_seconds_count{method="GET",path="//config/app.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//config/database.php",status="404"} 0.000241324 http_request_duration_seconds_count{method="GET",path="//config/database.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/database.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//config/database.php",status="429"} 0.000603823 http_request_duration_seconds_count{method="GET",path="//config/database.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//config/mail.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//config/mail.php",status="429"} 0.00042605299999999997 http_request_duration_seconds_count{method="GET",path="//config/mail.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 0.000389122 http_request_duration_seconds_count{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//database.sql",status="429"} 0.00061568 http_request_duration_seconds_count{method="GET",path="//database.sql",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.sql.gz",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//database.sql.gz",status="429"} 0.000311621 http_request_duration_seconds_count{method="GET",path="//database.sql.gz",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//database.yml.bak",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//database.yml.bak",status="429"} 0.00025240500000000003 http_request_duration_seconds_count{method="GET",path="//database.yml.bak",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//db.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//db.sql",status="429"} 0.000142915 http_request_duration_seconds_count{method="GET",path="//db.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//debug.log",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//debug.log",status="429"} 0.00016946000000000002 http_request_duration_seconds_count{method="GET",path="//debug.log",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//desah.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//desah.php",status="404"} 0.000147168 http_request_duration_seconds_count{method="GET",path="//desah.php",status="404"} 1 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.00028055 http_request_duration_seconds_count{method="GET",path="//dex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//docker-compose.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//docker-compose.yml",status="404"} 0.000206061 http_request_duration_seconds_count{method="GET",path="//docker-compose.yml",status="404"} 1 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.0006741080000000001 http_request_duration_seconds_count{method="GET",path="//docker-compose.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//drykl.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//drykl.php",status="404"} 0.000551932 http_request_duration_seconds_count{method="GET",path="//drykl.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//dump.sql",status="429"} 0.0008987639999999999 http_request_duration_seconds_count{method="GET",path="//dump.sql",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.gz",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//dump.sql.gz",status="429"} 0.00023129900000000002 http_request_duration_seconds_count{method="GET",path="//dump.sql.gz",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//dump.sql.zip",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//dump.sql.zip",status="429"} 0.000188112 http_request_duration_seconds_count{method="GET",path="//dump.sql.zip",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//dx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//dx.php",status="404"} 0.000338466 http_request_duration_seconds_count{method="GET",path="//dx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit-tags.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//edit-tags.php",status="404"} 0.00021816 http_request_duration_seconds_count{method="GET",path="//edit-tags.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="//edit.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="//edit.php",status="404"} 0.002244785 http_request_duration_seconds_count{method="GET",path="//edit.php",status="404"} 9 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.000205448 http_request_duration_seconds_count{method="GET",path="//edit.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//env-config.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//env-config.js",status="429"} 0.000178529 http_request_duration_seconds_count{method="GET",path="//env-config.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//env.js",status="429"} 0.00035985 http_request_duration_seconds_count{method="GET",path="//env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//error.log",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//error.log",status="429"} 0.00019381999999999998 http_request_duration_seconds_count{method="GET",path="//error.log",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//erty.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//erty.php",status="404"} 0.00037065000000000004 http_request_duration_seconds_count{method="GET",path="//erty.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//export.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//export.sql",status="429"} 0.000259029 http_request_duration_seconds_count{method="GET",path="//export.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//f35.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//f35.php",status="404"} 0.000350424 http_request_duration_seconds_count{method="GET",path="//f35.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//f6.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//f6.php",status="404"} 0.000690435 http_request_duration_seconds_count{method="GET",path="//f6.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//feed/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//feed/",status="404"} 0.000489405 http_request_duration_seconds_count{method="GET",path="//feed/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//fffm.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//fffm.php",status="404"} 0.00033639 http_request_duration_seconds_count{method="GET",path="//fffm.php",status="404"} 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.000848652 http_request_duration_seconds_count{method="GET",path="//goods.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//h.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//h.php",status="404"} 0.000395076 http_request_duration_seconds_count{method="GET",path="//h.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//health",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//health",status="429"} 0.000291383 http_request_duration_seconds_count{method="GET",path="//health",status="429"} 2 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.000250779 http_request_duration_seconds_count{method="GET",path="//healthz",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//hosty.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//hosty.php",status="404"} 0.000416059 http_request_duration_seconds_count{method="GET",path="//hosty.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//images/security.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//images/security.php",status="404"} 0.000120758 http_request_duration_seconds_count{method="GET",path="//images/security.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//index.php",status="404"} 0.000618273 http_request_duration_seconds_count{method="GET",path="//index.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="//index.php",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="//index.php",status="429"} 0.0018196649999999998 http_request_duration_seconds_count{method="GET",path="//index.php",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//index/function.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//index/function.php",status="404"} 0.000371459 http_request_duration_seconds_count{method="GET",path="//index/function.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//ip.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//ip.php",status="404"} 0.000213796 http_request_duration_seconds_count{method="GET",path="//ip.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//johen.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//johen.php",status="404"} 0.000141249 http_request_duration_seconds_count{method="GET",path="//johen.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//koiy.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//koiy.php",status="404"} 0.00045148599999999997 http_request_duration_seconds_count{method="GET",path="//koiy.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//laravel.log",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//laravel.log",status="429"} 0.00017230000000000001 http_request_duration_seconds_count{method="GET",path="//laravel.log",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//like.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//like.php",status="404"} 0.000197689 http_request_duration_seconds_count{method="GET",path="//like.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//login",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//login",status="429"} 0.000389687 http_request_duration_seconds_count{method="GET",path="//login",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//login.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//login.php",status="404"} 0.00040787800000000003 http_request_duration_seconds_count{method="GET",path="//login.php",status="404"} 2 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.000835369 http_request_duration_seconds_count{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404"} 5 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.00028368299999999996 http_request_duration_seconds_count{method="GET",path="//min.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//mosty.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//mosty.php",status="404"} 0.0005124109999999999 http_request_duration_seconds_count{method="GET",path="//mosty.php",status="404"} 2 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.000332968 http_request_duration_seconds_count{method="GET",path="//ms.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//mysql.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//mysql.sql",status="429"} 0.000281497 http_request_duration_seconds_count{method="GET",path="//mysql.sql",status="429"} 2 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.001256906 http_request_duration_seconds_count{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//nurseling.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//nurseling.php",status="404"} 0.000261458 http_request_duration_seconds_count{method="GET",path="//nurseling.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//openapi.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//openapi.json",status="429"} 0.000264826 http_request_duration_seconds_count{method="GET",path="//openapi.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//ovarobsxs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//ovarobsxs.php",status="404"} 0.000156314 http_request_duration_seconds_count{method="GET",path="//ovarobsxs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//p4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//p4.php",status="404"} 0.00013633 http_request_duration_seconds_count{method="GET",path="//p4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;",status="429"} 9.1877e-05 http_request_duration_seconds_count{method="GET",path="//rest/v1/;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;/",status="429"} 0.000188308 http_request_duration_seconds_count{method="GET",path="//rest/v1/;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;/.env",status="429"} 0.000292793 http_request_duration_seconds_count{method="GET",path="//rest/v1/;/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;/.env.local",status="429"} 0.000182814 http_request_duration_seconds_count{method="GET",path="//rest/v1/;/.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/configprops",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;/actuator/configprops",status="429"} 0.000285006 http_request_duration_seconds_count{method="GET",path="//rest/v1/;/actuator/configprops",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;/actuator/env",status="429"} 0.000303128 http_request_duration_seconds_count{method="GET",path="//rest/v1/;/actuator/env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;/actuator/heapdump",status="429"} 0.000255433 http_request_duration_seconds_count{method="GET",path="//rest/v1/;/actuator/heapdump",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/mappings",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;/actuator/mappings",status="429"} 0.000220906 http_request_duration_seconds_count{method="GET",path="//rest/v1/;/actuator/mappings",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//rest/v1/;/actuator/threaddump",status="429"} 0.000180659 http_request_duration_seconds_count{method="GET",path="//rest/v1/;/actuator/threaddump",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//runtime-config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//runtime-config.json",status="429"} 0.00030370799999999997 http_request_duration_seconds_count{method="GET",path="//runtime-config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//settings.json",status="429"} 0.000200001 http_request_duration_seconds_count{method="GET",path="//settings.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//settings.py.bak",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//settings.py.bak",status="429"} 0.000264375 http_request_duration_seconds_count{method="GET",path="//settings.py.bak",status="429"} 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.000185045 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"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404"} 0.001345815 http_request_duration_seconds_count{method="GET",path="//shop/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404"} 0.0013266369999999999 http_request_duration_seconds_count{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404"} 7 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.0012617319999999998 http_request_duration_seconds_count{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//special.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//special.php",status="404"} 0.000311257 http_request_duration_seconds_count{method="GET",path="//special.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//sql.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//sql.php",status="404"} 0.000154671 http_request_duration_seconds_count{method="GET",path="//sql.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//ss.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//ss.php",status="404"} 0.00050847 http_request_duration_seconds_count{method="GET",path="//ss.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//static/env.js",status="404"} 0.00043854 http_request_duration_seconds_count{method="GET",path="//static/env.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//static/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//static/env.js",status="429"} 0.000186019 http_request_duration_seconds_count{method="GET",path="//static/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//storage/logs/laravel.log",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//storage/logs/laravel.log",status="429"} 0.000473026 http_request_duration_seconds_count{method="GET",path="//storage/logs/laravel.log",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//swagger.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//swagger.json",status="429"} 0.000204466 http_request_duration_seconds_count{method="GET",path="//swagger.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//sys.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//sys.php",status="404"} 0.00040402799999999996 http_request_duration_seconds_count{method="GET",path="//sys.php",status="404"} 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.000164544 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"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//terraform.tfstate",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//terraform.tfstate",status="429"} 0.0008135519999999999 http_request_duration_seconds_count{method="GET",path="//terraform.tfstate",status="429"} 5 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.000179144 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"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404"} 0.001136312 http_request_duration_seconds_count{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//themes.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//themes.php",status="404"} 0.000623206 http_request_duration_seconds_count{method="GET",path="//themes.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//thui.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//thui.php",status="404"} 0.00037775899999999997 http_request_duration_seconds_count{method="GET",path="//thui.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//un.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//un.php",status="404"} 0.00029896 http_request_duration_seconds_count{method="GET",path="//un.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//uploads",status="429"} 7.491e-05 http_request_duration_seconds_count{method="GET",path="//uploads",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//uploads/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//uploads/",status="429"} 0.000162242 http_request_duration_seconds_count{method="GET",path="//uploads/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//v2/api-docs",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//v2/api-docs",status="429"} 0.000264898 http_request_duration_seconds_count{method="GET",path="//v2/api-docs",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//v3/api-docs",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//v3/api-docs",status="429"} 0.000234533 http_request_duration_seconds_count{method="GET",path="//v3/api-docs",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//version.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//version.json",status="429"} 0.000465639 http_request_duration_seconds_count{method="GET",path="//version.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="//w.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="//w.php",status="404"} 0.000482544 http_request_duration_seconds_count{method="GET",path="//w.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//w1px.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//w1px.php",status="404"} 0.00012662 http_request_duration_seconds_count{method="GET",path="//w1px.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//w3lls.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//w3lls.php",status="404"} 0.000184078 http_request_duration_seconds_count{method="GET",path="//w3lls.php",status="404"} 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.0024310650000000005 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.001257164 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/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wordpress/",status="404"} 0.000598218 http_request_duration_seconds_count{method="GET",path="//wordpress/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404"} 0.001947428 http_request_duration_seconds_count{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="//wp-admin/js/index.php",status="404"} 0.001641707 http_request_duration_seconds_count{method="GET",path="//wp-admin/js/index.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-admin/js/index.php",status="429"} 0.000143352 http_request_duration_seconds_count{method="GET",path="//wp-admin/js/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-admin/js/widget/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-admin/js/widget/",status="404"} 0.000208263 http_request_duration_seconds_count{method="GET",path="//wp-admin/js/widget/",status="404"} 1 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.000273463 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.bak",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-config.php.bak",status="404"} 0.000314597 http_request_duration_seconds_count{method="GET",path="//wp-config.php.bak",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.bak",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="//wp-config.php.bak",status="429"} 0.0008941700000000001 http_request_duration_seconds_count{method="GET",path="//wp-config.php.bak",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.old",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-config.php.old",status="429"} 0.000250896 http_request_duration_seconds_count{method="GET",path="//wp-config.php.old",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php.swp",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-config.php.swp",status="429"} 0.000300341 http_request_duration_seconds_count{method="GET",path="//wp-config.php.swp",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-config.php;/style.css",status="404"} 0.000167823 http_request_duration_seconds_count{method="GET",path="//wp-config.php;/style.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.php;/style.css",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//wp-config.php;/style.css",status="429"} 0.000624787 http_request_duration_seconds_count{method="GET",path="//wp-config.php;/style.css",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-config.txt",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-config.txt",status="429"} 0.000198627 http_request_duration_seconds_count{method="GET",path="//wp-config.txt",status="429"} 2 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.000181625 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"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/admin.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//wp-content/admin.php",status="404"} 0.001452998 http_request_duration_seconds_count{method="GET",path="//wp-content/admin.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-content/backup",status="429"} 9.068e-05 http_request_duration_seconds_count{method="GET",path="//wp-content/backup",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/backup/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-content/backup/",status="429"} 7.3354e-05 http_request_duration_seconds_count{method="GET",path="//wp-content/backup/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/cong.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-content/cong.php",status="404"} 0.000728963 http_request_duration_seconds_count{method="GET",path="//wp-content/cong.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/languages/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-content/languages/index.php",status="404"} 0.000127586 http_request_duration_seconds_count{method="GET",path="//wp-content/languages/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-content/uploads",status="429"} 0.000246457 http_request_duration_seconds_count{method="GET",path="//wp-content/uploads",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-content/uploads/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-content/uploads/",status="429"} 0.000138635 http_request_duration_seconds_count{method="GET",path="//wp-content/uploads/",status="429"} 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.000204814 http_request_duration_seconds_count{method="GET",path="//wp-file.php",status="404"} 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.001010321 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="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/Requests/",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="//wp-includes/Requests/",status="404"} 0.0024297819999999997 http_request_duration_seconds_count{method="GET",path="//wp-includes/Requests/",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="//wp-includes/assets/",status="404"} 0.0037284139999999993 http_request_duration_seconds_count{method="GET",path="//wp-includes/assets/",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/assets/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-includes/assets/",status="429"} 0.000133445 http_request_duration_seconds_count{method="GET",path="//wp-includes/assets/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="//wp-includes/block-bindings/",status="404"} 0.0019688320000000002 http_request_duration_seconds_count{method="GET",path="//wp-includes/block-bindings/",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/block-bindings/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-includes/block-bindings/",status="429"} 0.000122019 http_request_duration_seconds_count{method="GET",path="//wp-includes/block-bindings/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/certificates/upload.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-includes/certificates/upload.php",status="404"} 0.00027251 http_request_duration_seconds_count{method="GET",path="//wp-includes/certificates/upload.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/css/dist/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="//wp-includes/css/dist/",status="404"} 0.001618091 http_request_duration_seconds_count{method="GET",path="//wp-includes/css/dist/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/jquery/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="//wp-includes/js/jquery/",status="404"} 0.0018112339999999999 http_request_duration_seconds_count{method="GET",path="//wp-includes/js/jquery/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404"} 0.000404466 http_request_duration_seconds_count{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="//wp-includes/l10n/",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="//wp-includes/l10n/",status="404"} 0.002245095 http_request_duration_seconds_count{method="GET",path="//wp-includes/l10n/",status="404"} 13 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.001501308 http_request_duration_seconds_count{method="GET",path="//wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp-x7.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp-x7.php",status="404"} 0.000158445 http_request_duration_seconds_count{method="GET",path="//wp-x7.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//wp.php",status="404"} 0.000643102 http_request_duration_seconds_count{method="GET",path="//wp.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp.php",status="429"} 0.000178624 http_request_duration_seconds_count{method="GET",path="//wp.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="//wp/",status="404"} 0.000375561 http_request_duration_seconds_count{method="GET",path="//wp/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404"} 0.001432894 http_request_duration_seconds_count{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404"} 0.0012009289999999999 http_request_duration_seconds_count{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404"} 0.00086052 http_request_duration_seconds_count{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//wp5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//wp5.php",status="404"} 0.000131037 http_request_duration_seconds_count{method="GET",path="//wp5.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.00014871 http_request_duration_seconds_count{method="GET",path="//ws77.php",status="404"} 1 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.000140946 http_request_duration_seconds_count{method="GET",path="//x.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="//xmlrpc.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="//xmlrpc.php",status="404"} 0.002365849 http_request_duration_seconds_count{method="GET",path="//xmlrpc.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//xozx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//xozx.php",status="404"} 0.00027809 http_request_duration_seconds_count{method="GET",path="//xozx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="//xpohywjo.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="//xpohywjo.php",status="404"} 0.00071044 http_request_duration_seconds_count{method="GET",path="//xpohywjo.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//xs5x46mb.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//xs5x46mb.php",status="404"} 0.000199527 http_request_duration_seconds_count{method="GET",path="//xs5x46mb.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="//xwpg.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="//xwpg.php",status="404"} 0.0021443290000000004 http_request_duration_seconds_count{method="GET",path="//xwpg.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//xxx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//xxx.php",status="404"} 0.000145516 http_request_duration_seconds_count{method="GET",path="//xxx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//yaztn.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//yaztn.php",status="404"} 0.000142248 http_request_duration_seconds_count{method="GET",path="//yaztn.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="//zaza.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="//zaza.php",status="404"} 0.000157764 http_request_duration_seconds_count{method="GET",path="//zaza.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/0.php",status="404"} 0.001262518 http_request_duration_seconds_count{method="GET",path="/0.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/0.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/0.php",status="429"} 0.000155396 http_request_duration_seconds_count{method="GET",path="/0.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/000.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/000.php",status="404"} 0.0012197850000000001 http_request_duration_seconds_count{method="GET",path="/000.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/001.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/001.php",status="404"} 0.000343913 http_request_duration_seconds_count{method="GET",path="/001.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/002.php",status="404"} 0.001201234 http_request_duration_seconds_count{method="GET",path="/002.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/002.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/002.php",status="429"} 0.000227259 http_request_duration_seconds_count{method="GET",path="/002.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/005.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/005.php",status="404"} 0.000165866 http_request_duration_seconds_count{method="GET",path="/005.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/01.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/01.php",status="404"} 0.001282647 http_request_duration_seconds_count{method="GET",path="/01.php",status="404"} 8 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.000195796 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.00013724 http_request_duration_seconds_count{method="GET",path="/031.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/05.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/05.php",status="404"} 0.00046502 http_request_duration_seconds_count{method="GET",path="/05.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/06.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/06.php",status="404"} 0.000472496 http_request_duration_seconds_count{method="GET",path="/06.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/09.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/09.php",status="404"} 0.000152697 http_request_duration_seconds_count{method="GET",path="/09.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/0byte.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/0byte.php",status="404"} 0.000215312 http_request_duration_seconds_count{method="GET",path="/0byte.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/0okj.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/0okj.php",status="404"} 0.000146752 http_request_duration_seconds_count{method="GET",path="/0okj.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/0x.php",status="404"} 0.0019192270000000001 http_request_duration_seconds_count{method="GET",path="/0x.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/0x.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/0x.php",status="429"} 0.000555309 http_request_duration_seconds_count{method="GET",path="/0x.php",status="429"} 3 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.000173593 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"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.01"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.025"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.05"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.1"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.25"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="0.5"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="1"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="2.5"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="5"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="10"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="404",le="+Inf"} 34 http_request_duration_seconds_sum{method="GET",path="/1.php",status="404"} 0.006334395999999999 http_request_duration_seconds_count{method="GET",path="/1.php",status="404"} 34 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/1.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/1.php",status="429"} 0.00105579 http_request_duration_seconds_count{method="GET",path="/1.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.kb.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/100.kb.php",status="404"} 0.0016657360000000001 http_request_duration_seconds_count{method="GET",path="/100.kb.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/100.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/100.php",status="404"} 0.0018137729999999999 http_request_duration_seconds_count{method="GET",path="/100.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/1061.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/1061.php",status="404"} 0.00040118 http_request_duration_seconds_count{method="GET",path="/1061.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/11.php",status="404"} 0.0007716450000000001 http_request_duration_seconds_count{method="GET",path="/11.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/11.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/11.php",status="429"} 0.000129558 http_request_duration_seconds_count{method="GET",path="/11.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/111.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/111.php",status="404"} 0.000666026 http_request_duration_seconds_count{method="GET",path="/111.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/11PJcpMFsD8B.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/11PJcpMFsD8B.php",status="404"} 0.00044120400000000005 http_request_duration_seconds_count{method="GET",path="/11PJcpMFsD8B.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/11index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/11index.php",status="429"} 0.000173712 http_request_duration_seconds_count{method="GET",path="/11index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/12.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/12.php",status="404"} 0.000290543 http_request_duration_seconds_count{method="GET",path="/12.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/122.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/122.php",status="404"} 0.000581982 http_request_duration_seconds_count{method="GET",path="/122.php",status="404"} 3 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.00012825 http_request_duration_seconds_count{method="GET",path="/123.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/1254xx.php",status="404"} 0.000163658 http_request_duration_seconds_count{method="GET",path="/1254xx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/1254xx.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/1254xx.php",status="429"} 0.000148374 http_request_duration_seconds_count{method="GET",path="/1254xx.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/13.php",status="404"} 0.0012027290000000003 http_request_duration_seconds_count{method="GET",path="/13.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/13.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/13.php",status="429"} 0.000283336 http_request_duration_seconds_count{method="GET",path="/13.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/133.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/133.php",status="404"} 0.000349983 http_request_duration_seconds_count{method="GET",path="/133.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/155.php",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/155.php",status="404"} 0.002341023 http_request_duration_seconds_count{method="GET",path="/155.php",status="404"} 13 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.000330414 http_request_duration_seconds_count{method="GET",path="/166.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/177.php",status="404"} 0.0011909269999999998 http_request_duration_seconds_count{method="GET",path="/177.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/177.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/177.php",status="429"} 0.000144375 http_request_duration_seconds_count{method="GET",path="/177.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/19.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/19.php",status="404"} 0.000310545 http_request_duration_seconds_count{method="GET",path="/19.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/199.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/199.php",status="404"} 0.0009596460000000001 http_request_duration_seconds_count{method="GET",path="/199.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/1PJcpMFsD8B.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/1PJcpMFsD8B.php",status="404"} 0.000320545 http_request_duration_seconds_count{method="GET",path="/1PJcpMFsD8B.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/1aa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/1aa.php",status="404"} 0.000159653 http_request_duration_seconds_count{method="GET",path="/1aa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/1n3e5n8u.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/1n3e5n8u.php",status="404"} 0.000236882 http_request_duration_seconds_count{method="GET",path="/1n3e5n8u.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/1polka.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/1polka.php",status="404"} 0.0015343419999999997 http_request_duration_seconds_count{method="GET",path="/1polka.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/1revo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/1revo.php",status="404"} 0.00039688699999999996 http_request_duration_seconds_count{method="GET",path="/1revo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404"} 0.001423382 http_request_duration_seconds_count{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/1xmomo.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/1xmomo.php",status="404"} 0.00293274 http_request_duration_seconds_count{method="GET",path="/1xmomo.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/2.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/2.php",status="404"} 0.001433654 http_request_duration_seconds_count{method="GET",path="/2.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2000.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2000.php",status="404"} 0.000486484 http_request_duration_seconds_count{method="GET",path="/2000.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/201.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/201.php",status="404"} 0.000431862 http_request_duration_seconds_count{method="GET",path="/201.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/202.0.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/202.0.php",status="404"} 0.00013262 http_request_duration_seconds_count{method="GET",path="/202.0.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/22.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/22.php",status="404"} 0.000135975 http_request_duration_seconds_count{method="GET",path="/22.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.005"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.01"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.025"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.05"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.1"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.25"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="0.5"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="1"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="2.5"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="5"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="10"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="404",le="+Inf"} 34 http_request_duration_seconds_sum{method="GET",path="/222.php",status="404"} 0.008066868 http_request_duration_seconds_count{method="GET",path="/222.php",status="404"} 34 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/222.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/222.php",status="429"} 0.000595576 http_request_duration_seconds_count{method="GET",path="/222.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/234ff.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/234ff.php",status="404"} 0.00034170299999999995 http_request_duration_seconds_count{method="GET",path="/234ff.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/25.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/25.php",status="404"} 0.000273516 http_request_duration_seconds_count{method="GET",path="/25.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/25d653587fdfd1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/25d653587fdfd1.php",status="404"} 0.000204442 http_request_duration_seconds_count{method="GET",path="/25d653587fdfd1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/285f32c92bindex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/285f32c92bindex.php",status="404"} 0.000156329 http_request_duration_seconds_count{method="GET",path="/285f32c92bindex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/2P.php",status="404"} 0.001580934 http_request_duration_seconds_count{method="GET",path="/2P.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2P.php",status="429"} 0.000170581 http_request_duration_seconds_count{method="GET",path="/2P.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2P.update.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2P.update.php",status="404"} 0.000153635 http_request_duration_seconds_count{method="GET",path="/2P.update.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/2index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/2index.php",status="404"} 0.00013963 http_request_duration_seconds_count{method="GET",path="/2index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/2x.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/2x.php",status="404"} 0.001022995 http_request_duration_seconds_count{method="GET",path="/2x.php",status="404"} 5 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.000555873 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.000229111 http_request_duration_seconds_count{method="GET",path="/33.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/3301.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/3301.php",status="404"} 0.00012884 http_request_duration_seconds_count{method="GET",path="/3301.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/333.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/333.php",status="404"} 0.000289387 http_request_duration_seconds_count{method="GET",path="/333.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/3PJcpMFsD8B.php",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/3PJcpMFsD8B.php",status="404"} 0.0033999509999999996 http_request_duration_seconds_count{method="GET",path="/3PJcpMFsD8B.php",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/3index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/3index.php",status="404"} 0.000272287 http_request_duration_seconds_count{method="GET",path="/3index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/3wu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/3wu.php",status="404"} 0.00012454 http_request_duration_seconds_count{method="GET",path="/3wu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/403.php",status="404"} 0.001154314 http_request_duration_seconds_count{method="GET",path="/403.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/403.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/403.php",status="429"} 0.0005362370000000001 http_request_duration_seconds_count{method="GET",path="/403.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/403dd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/403dd.php",status="404"} 0.000282987 http_request_duration_seconds_count{method="GET",path="/403dd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="404",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/404.php",status="404"} 0.002979075 http_request_duration_seconds_count{method="GET",path="/404.php",status="404"} 15 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/404.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/404.php",status="429"} 0.00041730200000000004 http_request_duration_seconds_count{method="GET",path="/404.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/40p9ixjd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/40p9ixjd.php",status="404"} 0.000186993 http_request_duration_seconds_count{method="GET",path="/40p9ixjd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/41.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/41.php",status="404"} 0.000127378 http_request_duration_seconds_count{method="GET",path="/41.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/444.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/444.php",status="404"} 0.000221182 http_request_duration_seconds_count{method="GET",path="/444.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/485.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/485.php",status="404"} 0.000167292 http_request_duration_seconds_count{method="GET",path="/485.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/4PJcpMFsD8B.php",status="404"} 0.002338332 http_request_duration_seconds_count{method="GET",path="/4PJcpMFsD8B.php",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/4PJcpMFsD8B.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/4PJcpMFsD8B.php",status="429"} 0.000143715 http_request_duration_seconds_count{method="GET",path="/4PJcpMFsD8B.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/4price.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/4price.php",status="404"} 0.000317549 http_request_duration_seconds_count{method="GET",path="/4price.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/55.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/55.php",status="404"} 0.001067909 http_request_duration_seconds_count{method="GET",path="/55.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/555.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/555.php",status="404"} 0.000160175 http_request_duration_seconds_count{method="GET",path="/555.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/584062352875874akp.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/584062352875874akp.php",status="404"} 0.000927995 http_request_duration_seconds_count{method="GET",path="/584062352875874akp.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/5eeec5963dindex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/5eeec5963dindex.php",status="404"} 0.000159845 http_request_duration_seconds_count{method="GET",path="/5eeec5963dindex.php",status="404"} 1 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.000364676 http_request_duration_seconds_count{method="GET",path="/6.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/60856e3a4findex.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/60856e3a4findex.php",status="404"} 0.00048213300000000004 http_request_duration_seconds_count{method="GET",path="/60856e3a4findex.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.000425087 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"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/666.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/666.php",status="404"} 0.0018224920000000002 http_request_duration_seconds_count{method="GET",path="/666.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/667.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/667.php",status="404"} 0.00020398 http_request_duration_seconds_count{method="GET",path="/667.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404"} 0.000419938 http_request_duration_seconds_count{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/7.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/7.php",status="404"} 0.002690026 http_request_duration_seconds_count{method="GET",path="/7.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/765kk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/765kk.php",status="404"} 0.00031631 http_request_duration_seconds_count{method="GET",path="/765kk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/777.php",status="404"} 0.000181273 http_request_duration_seconds_count{method="GET",path="/777.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/777.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/777.php",status="429"} 0.000380067 http_request_duration_seconds_count{method="GET",path="/777.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/7yn.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/7yn.php",status="404"} 0.000130233 http_request_duration_seconds_count{method="GET",path="/7yn.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.005"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.01"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.025"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.05"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.1"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.25"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="0.5"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="1"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="2.5"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="5"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="10"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="404",le="+Inf"} 28 http_request_duration_seconds_sum{method="GET",path="/8.php",status="404"} 0.005724658 http_request_duration_seconds_count{method="GET",path="/8.php",status="404"} 28 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/8.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/8.php",status="429"} 0.000146133 http_request_duration_seconds_count{method="GET",path="/8.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/82.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/82.php",status="404"} 0.002279878 http_request_duration_seconds_count{method="GET",path="/82.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/8573.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/8573.php",status="404"} 0.000287287 http_request_duration_seconds_count{method="GET",path="/8573.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/87.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/87.php",status="404"} 0.000187785 http_request_duration_seconds_count{method="GET",path="/87.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/899.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/899.php",status="404"} 0.000138728 http_request_duration_seconds_count{method="GET",path="/899.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/8daf1238_1774208172.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/8daf1238_1774208172.php",status="404"} 0.000142844 http_request_duration_seconds_count{method="GET",path="/8daf1238_1774208172.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/911.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/911.php",status="404"} 0.00015851 http_request_duration_seconds_count{method="GET",path="/911.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/96i.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/96i.php",status="404"} 0.000426827 http_request_duration_seconds_count{method="GET",path="/96i.php",status="404"} 2 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.000365142 http_request_duration_seconds_count{method="GET",path="/99.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/9WOLF.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/9WOLF.php",status="404"} 0.000209128 http_request_duration_seconds_count{method="GET",path="/9WOLF.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/;.php",status="404"} 0.000137763 http_request_duration_seconds_count{method="GET",path="/;.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/;.php",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/;.php",status="429"} 0.000752057 http_request_duration_seconds_count{method="GET",path="/;.php",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/;/",status="429"} 0.00158582 http_request_duration_seconds_count{method="GET",path="/;/",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/telescope/requests",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/;/api/telescope/requests",status="404"} 0.000233197 http_request_duration_seconds_count{method="GET",path="/;/api/telescope/requests",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/;/api/user",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/;/api/user",status="404"} 0.000190291 http_request_duration_seconds_count{method="GET",path="/;/api/user",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429"} 0.000109621 http_request_duration_seconds_count{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429"} 8.1844e-05 http_request_duration_seconds_count{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404"} 0.000123288 http_request_duration_seconds_count{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../../.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/../../.env",status="429"} 0.0001924 http_request_duration_seconds_count{method="GET",path="/@fs/../../.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/../.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/../.env",status="404"} 0.000139868 http_request_duration_seconds_count{method="GET",path="/@fs/../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/.env",status="404"} 0.000194619 http_request_duration_seconds_count{method="GET",path="/@fs/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.development",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/.env.development",status="429"} 4.0905e-05 http_request_duration_seconds_count{method="GET",path="/@fs/.env.development",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.local",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/.env.local",status="404"} 0.000152933 http_request_duration_seconds_count{method="GET",path="/@fs/.env.local",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.production",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/.env.production",status="429"} 0.000126767 http_request_duration_seconds_count{method="GET",path="/@fs/.env.production",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/.env.staging",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/.env.staging",status="404"} 0.000290709 http_request_duration_seconds_count{method="GET",path="/@fs/.env.staging",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/.aws/credentials",status="404"} 0.000138155 http_request_duration_seconds_count{method="GET",path="/@fs/app/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/.env",status="429"} 0.000130805 http_request_duration_seconds_count{method="GET",path="/@fs/app/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.local",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/.env.local",status="404"} 0.000281029 http_request_duration_seconds_count{method="GET",path="/@fs/app/.env.local",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.env.production",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/.env.production",status="404"} 0.000211857 http_request_duration_seconds_count{method="GET",path="/@fs/app/.env.production",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404"} 9.5548e-05 http_request_duration_seconds_count{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404"} 0.000180543 http_request_duration_seconds_count{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404"} 0.000148828 http_request_duration_seconds_count{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/aws-exports.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/aws-exports.js",status="429"} 0.000285656 http_request_duration_seconds_count{method="GET",path="/@fs/app/aws-exports.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/rootkey.csv",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/rootkey.csv",status="429"} 0.000129374 http_request_duration_seconds_count{method="GET",path="/@fs/app/rootkey.csv",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/serverless.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/serverless.yml",status="404"} 0.000142954 http_request_duration_seconds_count{method="GET",path="/@fs/app/serverless.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfstate",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/terraform.tfstate",status="429"} 8.1883e-05 http_request_duration_seconds_count{method="GET",path="/@fs/app/terraform.tfstate",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/app/terraform.tfvars",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/app/terraform.tfvars",status="404"} 0.000186595 http_request_duration_seconds_count{method="GET",path="/@fs/app/terraform.tfvars",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404"} 0.000137609 http_request_duration_seconds_count{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404"} 0.000209952 http_request_duration_seconds_count{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/etc/passwd",status="404"} 0.000113412 http_request_duration_seconds_count{method="GET",path="/@fs/etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/admin/.aws/credentials",status="429"} 0.000123521 http_request_duration_seconds_count{method="GET",path="/@fs/home/admin/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/debian/.aws/credentials",status="429"} 0.000405429 http_request_duration_seconds_count{method="GET",path="/@fs/home/debian/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429"} 0.000159289 http_request_duration_seconds_count{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/node/.aws/config",status="429"} 0.000184439 http_request_duration_seconds_count{method="GET",path="/@fs/home/node/.aws/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/node/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/node/.aws/credentials",status="404"} 7.1051e-05 http_request_duration_seconds_count{method="GET",path="/@fs/home/node/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429"} 0.000100843 http_request_duration_seconds_count{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429"} 0.000103572 http_request_duration_seconds_count{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/ubuntu/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/ubuntu/.env",status="404"} 0.000149153 http_request_duration_seconds_count{method="GET",path="/@fs/home/ubuntu/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429"} 0.000135072 http_request_duration_seconds_count{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/cmdline",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/proc/self/cmdline",status="429"} 0.00014636 http_request_duration_seconds_count{method="GET",path="/@fs/proc/self/cmdline",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/proc/self/environ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/proc/self/environ",status="429"} 4.7737e-05 http_request_duration_seconds_count{method="GET",path="/@fs/proc/self/environ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/.aws/config",status="429"} 0.000124072 http_request_duration_seconds_count{method="GET",path="/@fs/root/.aws/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/.aws/credentials",status="429"} 6.903e-05 http_request_duration_seconds_count{method="GET",path="/@fs/root/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/.aws/credentials.backup",status="429"} 0.000121039 http_request_duration_seconds_count{method="GET",path="/@fs/root/.aws/credentials.backup",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/.aws/credentials.bak",status="429"} 5.839e-05 http_request_duration_seconds_count{method="GET",path="/@fs/root/.aws/credentials.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/.aws/sso/cache/",status="404"} 0.000230203 http_request_duration_seconds_count{method="GET",path="/@fs/root/.aws/sso/cache/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/.env",status="404"} 0.000174528 http_request_duration_seconds_count{method="GET",path="/@fs/root/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404"} 0.000424516 http_request_duration_seconds_count{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/.ssh/id_rsa",status="404"} 0.00017182 http_request_duration_seconds_count{method="GET",path="/@fs/root/.ssh/id_rsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/rootkey.csv",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/rootkey.csv",status="429"} 0.000123207 http_request_duration_seconds_count{method="GET",path="/@fs/root/rootkey.csv",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/root/terraform.tfstate",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/root/terraform.tfstate",status="429"} 0.000102377 http_request_duration_seconds_count{method="GET",path="/@fs/root/terraform.tfstate",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/src/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/src/.env",status="429"} 6.0819e-05 http_request_duration_seconds_count{method="GET",path="/@fs/src/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404"} 0.000152661 http_request_duration_seconds_count{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/usr/src/app/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/usr/src/app/.env",status="429"} 0.000126751 http_request_duration_seconds_count{method="GET",path="/@fs/usr/src/app/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429"} 0.000192797 http_request_duration_seconds_count{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/var/www/.aws/credentials",status="429"} 0.000144216 http_request_duration_seconds_count{method="GET",path="/@fs/var/www/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/var/www/.env",status="429"} 0.000250276 http_request_duration_seconds_count{method="GET",path="/@fs/var/www/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429"} 5.9439e-05 http_request_duration_seconds_count{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/var/www/html/.env",status="404"} 0.000117713 http_request_duration_seconds_count{method="GET",path="/@fs/var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/@fs/var/www/html/wp-config.php",status="404"} 7.9713e-05 http_request_duration_seconds_count{method="GET",path="/@fs/var/www/html/wp-config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/@vite/env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/@vite/env",status="404"} 0.00030455900000000004 http_request_duration_seconds_count{method="GET",path="/@vite/env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ALFA_DATA/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ALFA_DATA/index.php",status="429"} 0.000132537 http_request_duration_seconds_count{method="GET",path="/ALFA_DATA/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/API/TELESCOPE/REQUESTS",status="404"} 0.000144939 http_request_duration_seconds_count{method="GET",path="/API/TELESCOPE/REQUESTS",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/API/USER",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/API/USER",status="404"} 0.000287634 http_request_duration_seconds_count{method="GET",path="/API/USER",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Actuator",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Actuator",status="429"} 0.000104906 http_request_duration_seconds_count{method="GET",path="/Actuator",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404"} 0.000385465 http_request_duration_seconds_count{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404"} 0.000174131 http_request_duration_seconds_count{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404"} 0.000148303 http_request_duration_seconds_count{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404"} 0.000179669 http_request_duration_seconds_count{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404"} 0.000278547 http_request_duration_seconds_count{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Api-docs.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Api-docs.json",status="429"} 0.00013534 http_request_duration_seconds_count{method="GET",path="/Api-docs.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/App.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/App.json",status="429"} 4.4105e-05 http_request_duration_seconds_count{method="GET",path="/App.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Appsettings.json.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Appsettings.json.bak",status="429"} 7.9015e-05 http_request_duration_seconds_count{method="GET",path="/Appsettings.json.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/Aws-exports.js",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/Aws-exports.js",status="429"} 0.000602494 http_request_duration_seconds_count{method="GET",path="/Aws-exports.js",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Awsconfiguration.json",status="404"} 0.000193486 http_request_duration_seconds_count{method="GET",path="/Awsconfiguration.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/Awsconfiguration.json",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/Awsconfiguration.json",status="429"} 0.00039825 http_request_duration_seconds_count{method="GET",path="/Awsconfiguration.json",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.PHP",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/BDKR28.PHP",status="404"} 0.000138706 http_request_duration_seconds_count{method="GET",path="/BDKR28.PHP",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/BDKR28.php",status="404"} 0.000638001 http_request_duration_seconds_count{method="GET",path="/BDKR28.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/BDKR28WP.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/BDKR28WP.php",status="404"} 0.0041880369999999995 http_request_duration_seconds_count{method="GET",path="/BDKR28WP.php",status="404"} 16 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.000382687 http_request_duration_seconds_count{method="GET",path="/BDKR28WP.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Backup",status="429"} 0.000167509 http_request_duration_seconds_count{method="GET",path="/Backup",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/Backup.sql",status="429"} 0.000356884 http_request_duration_seconds_count{method="GET",path="/Backup.sql",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Backup.sql.gz",status="429"} 0.000143144 http_request_duration_seconds_count{method="GET",path="/Backup.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backup.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Backup.sql.zip",status="429"} 0.000109287 http_request_duration_seconds_count{method="GET",path="/Backup.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Backups",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Backups",status="429"} 9.8631e-05 http_request_duration_seconds_count{method="GET",path="/Backups",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/BsMPQ6Wavdefault.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/BsMPQ6Wavdefault.php",status="404"} 0.000179644 http_request_duration_seconds_count{method="GET",path="/BsMPQ6Wavdefault.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/BtOCXH4W1V5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/BtOCXH4W1V5.php",status="404"} 0.000155548 http_request_duration_seconds_count{method="GET",path="/BtOCXH4W1V5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Build.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Build.json",status="429"} 5.6088e-05 http_request_duration_seconds_count{method="GET",path="/Build.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/CHANGELOG.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/CHANGELOG.php",status="404"} 0.000831631 http_request_duration_seconds_count{method="GET",path="/CHANGELOG.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/CLA.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/CLA.php",status="404"} 0.000189022 http_request_duration_seconds_count{method="GET",path="/CLA.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Cachex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Cachex.php",status="404"} 0.000230749 http_request_duration_seconds_count{method="GET",path="/Cachex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Config.js",status="429"} 0.000167708 http_request_duration_seconds_count{method="GET",path="/Config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Config.json",status="429"} 0.000171093 http_request_duration_seconds_count{method="GET",path="/Config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Config.php.bak",status="429"} 0.000136779 http_request_duration_seconds_count{method="GET",path="/Config.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Config.php.old",status="429"} 6.2337e-05 http_request_duration_seconds_count{method="GET",path="/Config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Database.sql",status="429"} 0.000227724 http_request_duration_seconds_count{method="GET",path="/Database.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Database.sql.gz",status="429"} 0.000154313 http_request_duration_seconds_count{method="GET",path="/Database.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Database.yml.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Database.yml.bak",status="429"} 0.000131198 http_request_duration_seconds_count{method="GET",path="/Database.yml.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Db.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Db.sql",status="429"} 0.000103477 http_request_duration_seconds_count{method="GET",path="/Db.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Debug.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Debug.log",status="429"} 7.9398e-05 http_request_duration_seconds_count{method="GET",path="/Debug.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Docker-compose.yml",status="404"} 0.000265027 http_request_duration_seconds_count{method="GET",path="/Docker-compose.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Docker-compose.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Docker-compose.yml",status="429"} 0.000246923 http_request_duration_seconds_count{method="GET",path="/Docker-compose.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Dockerfile",status="404"} 0.000336053 http_request_duration_seconds_count{method="GET",path="/Dockerfile",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/Dockerfile",status="429"} 0.000266395 http_request_duration_seconds_count{method="GET",path="/Dockerfile",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dockerfile.prod",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/Dockerfile.prod",status="429"} 0.00022186500000000002 http_request_duration_seconds_count{method="GET",path="/Dockerfile.prod",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/Dump.sql",status="429"} 0.000345673 http_request_duration_seconds_count{method="GET",path="/Dump.sql",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Dump.sql.gz",status="429"} 8.6321e-05 http_request_duration_seconds_count{method="GET",path="/Dump.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Dump.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Dump.sql.zip",status="429"} 5.0972e-05 http_request_duration_seconds_count{method="GET",path="/Dump.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env-config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Env-config.js",status="429"} 0.00016403 http_request_duration_seconds_count{method="GET",path="/Env-config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Env.js",status="429"} 5.5701e-05 http_request_duration_seconds_count{method="GET",path="/Env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Error.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Error.log",status="429"} 0.000149182 http_request_duration_seconds_count{method="GET",path="/Error.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Export.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Export.sql",status="429"} 9.8741e-05 http_request_duration_seconds_count{method="GET",path="/Export.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/FAQ.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/FAQ.php",status="404"} 0.000207208 http_request_duration_seconds_count{method="GET",path="/FAQ.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/FWAZ.php",status="404"} 0.001655727 http_request_duration_seconds_count{method="GET",path="/FWAZ.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/FWAZ.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/FWAZ.php",status="429"} 0.000144278 http_request_duration_seconds_count{method="GET",path="/FWAZ.php",status="429"} 1 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.000152839 http_request_duration_seconds_count{method="GET",path="/FX.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/File.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/File.php",status="404"} 0.000673227 http_request_duration_seconds_count{method="GET",path="/File.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSO.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/FoxWSO.php",status="404"} 0.000152372 http_request_duration_seconds_count{method="GET",path="/FoxWSO.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/FoxWSOv1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/FoxWSOv1.php",status="404"} 0.000161382 http_request_duration_seconds_count{method="GET",path="/FoxWSOv1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/G-in.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/G-in.php",status="404"} 0.000368419 http_request_duration_seconds_count{method="GET",path="/G-in.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Geforce.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Geforce.php",status="404"} 0.00020683 http_request_duration_seconds_count{method="GET",path="/Geforce.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gel.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Gel.php",status="429"} 0.000185836 http_request_duration_seconds_count{method="GET",path="/Gel.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Gemfile",status="404"} 0.000172841 http_request_duration_seconds_count{method="GET",path="/Gemfile",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Gemfile.lock",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Gemfile.lock",status="404"} 0.000164052 http_request_duration_seconds_count{method="GET",path="/Gemfile.lock",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/HLA-dd.php",status="404"} 0.001309635 http_request_duration_seconds_count{method="GET",path="/HLA-dd.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/HLA-dd.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/HLA-dd.php",status="429"} 0.00045009000000000005 http_request_duration_seconds_count{method="GET",path="/HLA-dd.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Health",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Health",status="429"} 0.000210014 http_request_duration_seconds_count{method="GET",path="/Health",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Healthz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Healthz",status="429"} 0.000134481 http_request_duration_seconds_count{method="GET",path="/Healthz",status="429"} 1 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.000226007 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"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/Index.php",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/Index.php",status="429"} 0.0009443400000000001 http_request_duration_seconds_count{method="GET",path="/Index.php",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/JawirGenk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/JawirGenk.php",status="404"} 0.000172857 http_request_duration_seconds_count{method="GET",path="/JawirGenk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Jenkinsfile",status="404"} 0.000674208 http_request_duration_seconds_count{method="GET",path="/Jenkinsfile",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/Jenkinsfile",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/Jenkinsfile",status="429"} 0.000653514 http_request_duration_seconds_count{method="GET",path="/Jenkinsfile",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Laravel.log",status="429"} 7.2883e-05 http_request_duration_seconds_count{method="GET",path="/Laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Login",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Login",status="429"} 0.000127306 http_request_duration_seconds_count{method="GET",path="/Login",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/MARIJUANA.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/MARIJUANA.php",status="429"} 0.000128005 http_request_duration_seconds_count{method="GET",path="/MARIJUANA.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/MTOS/byp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/MTOS/byp.php",status="404"} 0.000134561 http_request_duration_seconds_count{method="GET",path="/MTOS/byp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/Makefile",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/Makefile",status="404"} 0.000484402 http_request_duration_seconds_count{method="GET",path="/Makefile",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404"} 0.000265763 http_request_duration_seconds_count{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Mysql.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Mysql.sql",status="429"} 4.689e-05 http_request_duration_seconds_count{method="GET",path="/Mysql.sql",status="429"} 1 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.000333689 http_request_duration_seconds_count{method="GET",path="/NewFile.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/Okxob.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/Okxob.php",status="404"} 0.000729844 http_request_duration_seconds_count{method="GET",path="/Okxob.php",status="404"} 4 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.000132668 http_request_duration_seconds_count{method="GET",path="/Openapi.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/Ov-Simple1.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/Ov-Simple1.php",status="404"} 0.0006957900000000001 http_request_duration_seconds_count{method="GET",path="/Ov-Simple1.php",status="404"} 3 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.000370222 http_request_duration_seconds_count{method="GET",path="/Procfile",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Runtime-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Runtime-config.json",status="429"} 0.000220376 http_request_duration_seconds_count{method="GET",path="/Runtime-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/SDsadqwrf.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/SDsadqwrf.php",status="404"} 0.0009135469999999999 http_request_duration_seconds_count{method="GET",path="/SDsadqwrf.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/SS72_kKKjT.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/SS72_kKKjT.php",status="404"} 0.000121406 http_request_duration_seconds_count{method="GET",path="/SS72_kKKjT.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Sendemail.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Sendemail.php",status="404"} 0.000163039 http_request_duration_seconds_count{method="GET",path="/Sendemail.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Settings.json",status="429"} 0.000134259 http_request_duration_seconds_count{method="GET",path="/Settings.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Settings.py.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Settings.py.bak",status="429"} 9.9202e-05 http_request_duration_seconds_count{method="GET",path="/Settings.py.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Swagger.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Swagger.json",status="429"} 8.9917e-05 http_request_duration_seconds_count{method="GET",path="/Swagger.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/Terraform.tfstate",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/Terraform.tfstate",status="429"} 0.000587721 http_request_duration_seconds_count{method="GET",path="/Terraform.tfstate",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Uploads",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Uploads",status="429"} 0.000116833 http_request_duration_seconds_count{method="GET",path="/Uploads",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/V3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/V3.php",status="404"} 0.000137874 http_request_duration_seconds_count{method="GET",path="/V3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/V5.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/V5.php",status="429"} 0.000168302 http_request_duration_seconds_count{method="GET",path="/V5.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Version.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Version.json",status="429"} 0.000141248 http_request_duration_seconds_count{method="GET",path="/Version.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Wp-config.php",status="429"} 0.000147013 http_request_duration_seconds_count{method="GET",path="/Wp-config.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.bak",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/Wp-config.php.bak",status="429"} 0.0009753170000000001 http_request_duration_seconds_count{method="GET",path="/Wp-config.php.bak",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Wp-config.php.old",status="429"} 0.000120279 http_request_duration_seconds_count{method="GET",path="/Wp-config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.php.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Wp-config.php.swp",status="429"} 0.000142259 http_request_duration_seconds_count{method="GET",path="/Wp-config.php.swp",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Wp-config.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Wp-config.txt",status="429"} 0.000137932 http_request_duration_seconds_count{method="GET",path="/Wp-config.txt",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/X.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/X.php",status="404"} 0.001145811 http_request_duration_seconds_count{method="GET",path="/X.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/X57.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/X57.php",status="404"} 0.001037675 http_request_duration_seconds_count{method="GET",path="/X57.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7ROOT.PHP",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/X7ROOT.PHP",status="404"} 0.000130282 http_request_duration_seconds_count{method="GET",path="/X7ROOT.PHP",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/X7x.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/X7x.php",status="404"} 0.000306698 http_request_duration_seconds_count{method="GET",path="/X7x.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/Xeforce.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/Xeforce.php",status="404"} 0.000170151 http_request_duration_seconds_count{method="GET",path="/Xeforce.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/XxX.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/XxX.php",status="404"} 0.000429997 http_request_duration_seconds_count{method="GET",path="/XxX.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ZHopizXxeQB.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ZHopizXxeQB.php",status="404"} 0.000165085 http_request_duration_seconds_count{method="GET",path="/ZHopizXxeQB.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/Zoo.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/Zoo.php",status="404"} 0.000763728 http_request_duration_seconds_count{method="GET",path="/Zoo.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_/api/settings",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_/api/settings",status="404"} 0.000383417 http_request_duration_seconds_count{method="GET",path="/_/api/settings",status="404"} 1 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.0001185 http_request_duration_seconds_count{method="GET",path="/__/firebase/init.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_cpanel",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/___proxy_subdomain_cpanel",status="404"} 0.00043095100000000006 http_request_duration_seconds_count{method="GET",path="/___proxy_subdomain_cpanel",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/___proxy_subdomain_whm/login",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/___proxy_subdomain_whm/login",status="404"} 0.000855717 http_request_duration_seconds_count{method="GET",path="/___proxy_subdomain_whm/login",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/__debug__/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/__debug__/",status="429"} 9.7729e-05 http_request_duration_seconds_count{method="GET",path="/__debug__/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/__env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/__env.js",status="429"} 0.00013987 http_request_duration_seconds_count{method="GET",path="/__env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cat/indices",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/_cat/indices",status="429"} 0.00030017499999999996 http_request_duration_seconds_count{method="GET",path="/_cat/indices",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/_cluster/health",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/_cluster/health",status="429"} 0.000517331 http_request_duration_seconds_count{method="GET",path="/_cluster/health",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_config/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_config/",status="404"} 0.000190522 http_request_duration_seconds_count{method="GET",path="/_config/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_debugbar/open",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_debugbar/open",status="429"} 0.000114934 http_request_duration_seconds_count{method="GET",path="/_debugbar/open",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_environment",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_environment",status="404"} 0.000358605 http_request_duration_seconds_count{method="GET",path="/_environment",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_ignition/health-check",status="404"} 0.00043336 http_request_duration_seconds_count{method="GET",path="/_ignition/health-check",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_ignition/health-check",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_ignition/health-check",status="429"} 9.8259e-05 http_request_duration_seconds_count{method="GET",path="/_ignition/health-check",status="429"} 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"} 4.957e-05 http_request_duration_seconds_count{method="GET",path="/_next/../.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/_next/static/../.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/_next/static/../.env",status="429"} 3.8382e-05 http_request_duration_seconds_count{method="GET",path="/_next/static/../.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/_phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/_phpinfo.php",status="404"} 0.000450374 http_request_duration_seconds_count{method="GET",path="/_phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/_profiler/phpinfo",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/_profiler/phpinfo",status="404"} 0.000874639 http_request_duration_seconds_count{method="GET",path="/_profiler/phpinfo",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/a.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/a.php",status="404"} 0.001272095 http_request_duration_seconds_count{method="GET",path="/a.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/a1.php",status="404"} 0.00012892 http_request_duration_seconds_count{method="GET",path="/a1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/a1vx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/a1vx.php",status="404"} 0.001160173 http_request_duration_seconds_count{method="GET",path="/a1vx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/a2.php",status="404"} 0.002569802 http_request_duration_seconds_count{method="GET",path="/a2.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/a2.php",status="429"} 0.000141087 http_request_duration_seconds_count{method="GET",path="/a2.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/a2a",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/a2a",status="429"} 0.000351542 http_request_duration_seconds_count{method="GET",path="/a2a",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404"} 0.0017217099999999998 http_request_duration_seconds_count{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/a4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/a4.php",status="404"} 0.000124633 http_request_duration_seconds_count{method="GET",path="/a4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/a5.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/a5.php",status="404"} 0.000371032 http_request_duration_seconds_count{method="GET",path="/a5.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/a7.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/a7.php",status="404"} 0.0006533800000000001 http_request_duration_seconds_count{method="GET",path="/a7.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="404",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/aa.php",status="404"} 0.0027337909999999997 http_request_duration_seconds_count{method="GET",path="/aa.php",status="404"} 14 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/aa.php",status="429"} 0.0005817750000000001 http_request_duration_seconds_count{method="GET",path="/aa.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aa1.php",status="404"} 0.000193248 http_request_duration_seconds_count{method="GET",path="/aa1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/aa2.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/aa2.php",status="404"} 0.001539992 http_request_duration_seconds_count{method="GET",path="/aa2.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/aaa.php",status="404"} 0.0022235040000000003 http_request_duration_seconds_count{method="GET",path="/aaa.php",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaa.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aaa.php",status="429"} 0.000239133 http_request_duration_seconds_count{method="GET",path="/aaa.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaaaa.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aaaaa.php",status="429"} 0.000181398 http_request_duration_seconds_count{method="GET",path="/aaaaa.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aabb.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aabb.php",status="404"} 0.000195942 http_request_duration_seconds_count{method="GET",path="/aabb.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/aaf.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/aaf.php",status="404"} 0.0012454490000000003 http_request_duration_seconds_count{method="GET",path="/aaf.php",status="404"} 7 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.000131423 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"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/abc.php",status="404"} 0.002614024 http_request_duration_seconds_count{method="GET",path="/abc.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/abc.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/abc.php",status="429"} 0.000290348 http_request_duration_seconds_count{method="GET",path="/abc.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/abcd.php",status="404"} 0.000839213 http_request_duration_seconds_count{method="GET",path="/abcd.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/abcd.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/abcd.php",status="429"} 0.000162802 http_request_duration_seconds_count{method="GET",path="/abcd.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/about",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/about",status="404"} 0.000411561 http_request_duration_seconds_count{method="GET",path="/about",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.005"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.01"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.025"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.05"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.1"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.25"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="0.5"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="1"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="2.5"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="5"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="10"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="404",le="+Inf"} 27 http_request_duration_seconds_sum{method="GET",path="/about.php",status="404"} 0.004866715000000001 http_request_duration_seconds_count{method="GET",path="/about.php",status="404"} 27 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/about.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/about.php",status="429"} 0.000346466 http_request_duration_seconds_count{method="GET",path="/about.php",status="429"} 2 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.000394848 http_request_duration_seconds_count{method="GET",path="/about/function.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/about/function.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/about/function.php",status="429"} 0.00018119 http_request_duration_seconds_count{method="GET",path="/about/function.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/academy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/academy.php",status="404"} 0.000217075 http_request_duration_seconds_count{method="GET",path="/academy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/account.css",status="404"} 0.000220159 http_request_duration_seconds_count{method="GET",path="/account.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/account.js",status="404"} 0.00017339 http_request_duration_seconds_count{method="GET",path="/account.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/account.png",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/account.png",status="404"} 0.000180625 http_request_duration_seconds_count{method="GET",path="/account.png",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/acp.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/acp.php",status="404"} 0.0008228460000000001 http_request_duration_seconds_count{method="GET",path="/acp.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actions/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actions/.env",status="404"} 0.000431938 http_request_duration_seconds_count{method="GET",path="/actions/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/actuator",status="429"} 0.001345074 http_request_duration_seconds_count{method="GET",path="/actuator",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator",status="429"} 0.000153425 http_request_duration_seconds_count{method="GET",path="/actuator",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator ",status="429"} 0.000265706 http_request_duration_seconds_count{method="GET",path="/actuator ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator..;/",status="429"} 9.9993e-05 http_request_duration_seconds_count{method="GET",path="/actuator..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/",status="429"} 0.000197469 http_request_duration_seconds_count{method="GET",path="/actuator/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/.",status="429"} 0.000104472 http_request_duration_seconds_count{method="GET",path="/actuator/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./heapdump",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/./heapdump",status="429"} 0.000228764 http_request_duration_seconds_count{method="GET",path="/actuator/./heapdump",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/./logfile",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/./logfile",status="429"} 0.000309119 http_request_duration_seconds_count{method="GET",path="/actuator/./logfile",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/Heapdump",status="429"} 0.000139597 http_request_duration_seconds_count{method="GET",path="/actuator/Heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/Logfile",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/Logfile",status="429"} 0.000139445 http_request_duration_seconds_count{method="GET",path="/actuator/Logfile",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/beans",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/beans",status="404"} 0.000176716 http_request_duration_seconds_count{method="GET",path="/actuator/beans",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/configprops",status="404"} 0.00025063 http_request_duration_seconds_count{method="GET",path="/actuator/configprops",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/configprops",status="429"} 0.00031508999999999997 http_request_duration_seconds_count{method="GET",path="/actuator/configprops",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/configprops/spring.mail",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/configprops/spring.mail",status="404"} 0.000330349 http_request_duration_seconds_count{method="GET",path="/actuator/configprops/spring.mail",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/actuator/env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/actuator/env",status="404"} 0.000816184 http_request_duration_seconds_count{method="GET",path="/actuator/env",status="404"} 4 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"} 8.7707e-05 http_request_duration_seconds_count{method="GET",path="/actuator/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/cloud.aws",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/env/cloud.aws",status="404"} 0.000215729 http_request_duration_seconds_count{method="GET",path="/actuator/env/cloud.aws",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.cloud.aws",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/env/spring.cloud.aws",status="404"} 0.000156747 http_request_duration_seconds_count{method="GET",path="/actuator/env/spring.cloud.aws",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/env/spring.mail",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/env/spring.mail",status="404"} 0.000262969 http_request_duration_seconds_count{method="GET",path="/actuator/env/spring.mail",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/health",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/health",status="404"} 0.000247918 http_request_duration_seconds_count{method="GET",path="/actuator/health",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump",status="429"} 0.0019418370000000003 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump",status="429"} 0.000115658 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump ",status="429"} 0.000190042 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump..;/",status="429"} 8.5852e-05 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump/",status="429"} 0.000273001 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump/.",status="429"} 0.000187559 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump;",status="429"} 3.2874e-05 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump;.php",status="429"} 0.000125023 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/heapdump;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/heapdump;/",status="429"} 0.000173552 http_request_duration_seconds_count{method="GET",path="/actuator/heapdump;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile",status="429"} 0.0018404369999999999 http_request_duration_seconds_count{method="GET",path="/actuator/logfile",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile",status="429"} 9.3506e-05 http_request_duration_seconds_count{method="GET",path="/actuator/logfile",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile ",status="429"} 0.000232866 http_request_duration_seconds_count{method="GET",path="/actuator/logfile ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile..;/",status="429"} 0.000100957 http_request_duration_seconds_count{method="GET",path="/actuator/logfile..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile/",status="429"} 0.00027486700000000004 http_request_duration_seconds_count{method="GET",path="/actuator/logfile/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile/.",status="429"} 0.00010699 http_request_duration_seconds_count{method="GET",path="/actuator/logfile/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile;",status="429"} 9.893e-05 http_request_duration_seconds_count{method="GET",path="/actuator/logfile;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile;.php",status="429"} 0.000105914 http_request_duration_seconds_count{method="GET",path="/actuator/logfile;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/logfile;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/logfile;/",status="429"} 0.000173155 http_request_duration_seconds_count{method="GET",path="/actuator/logfile;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator/mappings",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator/mappings",status="404"} 0.000162954 http_request_duration_seconds_count{method="GET",path="/actuator/mappings",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator;",status="429"} 0.000179735 http_request_duration_seconds_count{method="GET",path="/actuator;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator;.php",status="429"} 0.000142536 http_request_duration_seconds_count{method="GET",path="/actuator;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/actuator;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/actuator;/",status="429"} 0.000181333 http_request_duration_seconds_count{method="GET",path="/actuator;/",status="429"} 1 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.000366171 http_request_duration_seconds_count{method="GET",path="/admin-footer.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-header.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin-header.php",status="404"} 0.000452872 http_request_duration_seconds_count{method="GET",path="/admin-header.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-panel/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin-panel/.env",status="404"} 0.000452959 http_request_duration_seconds_count{method="GET",path="/admin-panel/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin-post.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin-post.php",status="404"} 0.000155307 http_request_duration_seconds_count{method="GET",path="/admin-post.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin.css",status="404"} 0.000168029 http_request_duration_seconds_count{method="GET",path="/admin.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.005"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.01"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.025"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.05"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.1"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.25"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="0.5"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="1"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="2.5"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="5"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="10"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="404",le="+Inf"} 29 http_request_duration_seconds_sum{method="GET",path="/admin.php",status="404"} 0.007714676000000003 http_request_duration_seconds_count{method="GET",path="/admin.php",status="404"} 29 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/admin.php",status="429"} 0.00046824100000000005 http_request_duration_seconds_count{method="GET",path="/admin.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/.env",status="404"} 0.000309212 http_request_duration_seconds_count{method="GET",path="/admin/.env",status="404"} 2 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.00015494 http_request_duration_seconds_count{method="GET",path="/admin/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/.env.local",status="429"} 0.000106358 http_request_duration_seconds_count{method="GET",path="/admin/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/.env.production",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/.env.production",status="429"} 0.000109098 http_request_duration_seconds_count{method="GET",path="/admin/.env.production",status="429"} 1 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"} 5.6485e-05 http_request_duration_seconds_count{method="GET",path="/admin/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/api/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/api/config",status="404"} 0.000205852 http_request_duration_seconds_count{method="GET",path="/admin/api/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/config",status="404"} 0.000249962 http_request_duration_seconds_count{method="GET",path="/admin/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/admin/config.php",status="404"} 0.00051205 http_request_duration_seconds_count{method="GET",path="/admin/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/config/email",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/config/email",status="404"} 0.000262606 http_request_duration_seconds_count{method="GET",path="/admin/config/email",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/admin/controller/extension/",status="404"} 0.000406884 http_request_duration_seconds_count{method="GET",path="/admin/controller/extension/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/controller/extension/extension/",status="404"} 0.000217542 http_request_duration_seconds_count{method="GET",path="/admin/controller/extension/extension/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404"} 0.002472513 http_request_duration_seconds_count{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/editor/engine.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/editor/engine.php",status="404"} 0.000180179 http_request_duration_seconds_count{method="GET",path="/admin/editor/engine.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/email",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/email",status="404"} 0.000287412 http_request_duration_seconds_count{method="GET",path="/admin/email",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404"} 0.000122951 http_request_duration_seconds_count{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404"} 1 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.000219851 http_request_duration_seconds_count{method="GET",path="/admin/function.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/init",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/init",status="404"} 0.000198996 http_request_duration_seconds_count{method="GET",path="/admin/init",status="404"} 1 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.00053809 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/phpinfo.php",status="429"} 0.000153938 http_request_duration_seconds_count{method="GET",path="/admin/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/mail",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/settings/mail",status="404"} 0.00043596 http_request_duration_seconds_count{method="GET",path="/admin/settings/mail",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/settings/smtp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/settings/smtp",status="404"} 0.000228689 http_request_duration_seconds_count{method="GET",path="/admin/settings/smtp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/site_settings.json",status="404"} 0.000176108 http_request_duration_seconds_count{method="GET",path="/admin/site_settings.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/site_settings/category/email.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/site_settings/category/email.json",status="404"} 0.00014737 http_request_duration_seconds_count{method="GET",path="/admin/site_settings/category/email.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/lv.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/uploads/lv.php",status="404"} 0.00021171 http_request_duration_seconds_count{method="GET",path="/admin/uploads/lv.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/admin/uploads/media.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/admin/uploads/media.php",status="404"} 0.000221517 http_request_duration_seconds_count{method="GET",path="/admin/uploads/media.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/adminfuns.php",status="404"} 0.002772215000000001 http_request_duration_seconds_count{method="GET",path="/adminfuns.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/adminfuns.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/adminfuns.php",status="429"} 0.000265412 http_request_duration_seconds_count{method="GET",path="/adminfuns.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/administrator/.env",status="404"} 0.00035828 http_request_duration_seconds_count{method="GET",path="/administrator/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/components/com_jce/config.xml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/administrator/components/com_jce/config.xml",status="404"} 0.000298787 http_request_duration_seconds_count{method="GET",path="/administrator/components/com_jce/config.xml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/index.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/administrator/index.php",status="404"} 0.000652316 http_request_duration_seconds_count{method="GET",path="/administrator/index.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/administrator/phpinfo.php",status="404"} 0.000203704 http_request_duration_seconds_count{method="GET",path="/administrator/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/administrator/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/administrator/phpinfo.php",status="429"} 0.000143668 http_request_duration_seconds_count{method="GET",path="/administrator/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/adminner.php",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/adminner.php",status="404"} 0.002945541 http_request_duration_seconds_count{method="GET",path="/adminner.php",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ae.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ae.php",status="404"} 0.00053726 http_request_duration_seconds_count{method="GET",path="/ae.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/afm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/afm.php",status="404"} 0.000147701 http_request_duration_seconds_count{method="GET",path="/afm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/agg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/agg.php",status="404"} 0.000327359 http_request_duration_seconds_count{method="GET",path="/agg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/ah25.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/ah25.php",status="404"} 0.001136452 http_request_duration_seconds_count{method="GET",path="/ah25.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ai.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ai.php",status="404"} 0.000319013 http_request_duration_seconds_count{method="GET",path="/ai.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax-actions.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ajax-actions.php",status="404"} 0.00048454 http_request_duration_seconds_count{method="GET",path="/ajax-actions.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/ajax.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/ajax.php",status="404"} 0.0014222179999999998 http_request_duration_seconds_count{method="GET",path="/ajax.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/akc.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/akc.php",status="429"} 0.000448454 http_request_duration_seconds_count{method="GET",path="/akc.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/akcc.php",status="404"} 0.000862037 http_request_duration_seconds_count{method="GET",path="/akcc.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/akcc.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/akcc.php",status="429"} 0.00105575 http_request_duration_seconds_count{method="GET",path="/akcc.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/akimet.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/akimet.php",status="404"} 0.000215952 http_request_duration_seconds_count{method="GET",path="/akimet.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/akismet.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/akismet.php",status="404"} 0.000205677 http_request_duration_seconds_count{method="GET",path="/akismet.php",status="404"} 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.000272077 http_request_duration_seconds_count{method="GET",path="/akk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alex.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alex.php",status="429"} 0.000122533 http_request_duration_seconds_count{method="GET",path="/alex.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus-mailer.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alexus-mailer.php",status="404"} 0.000136841 http_request_duration_seconds_count{method="GET",path="/alexus-mailer.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alexus.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alexus.php",status="404"} 0.000121531 http_request_duration_seconds_count{method="GET",path="/alexus.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alf.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alf.php",status="404"} 0.000243833 http_request_duration_seconds_count{method="GET",path="/alf.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alfa-rex.php",status="404"} 0.000177676 http_request_duration_seconds_count{method="GET",path="/alfa-rex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex.php7",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/alfa-rex.php7",status="404"} 0.000424868 http_request_duration_seconds_count{method="GET",path="/alfa-rex.php7",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alfa-rex1.php",status="404"} 0.000166793 http_request_duration_seconds_count{method="GET",path="/alfa-rex1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa-rex2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alfa-rex2.php",status="404"} 0.000166709 http_request_duration_seconds_count{method="GET",path="/alfa-rex2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/alfa.php",status="404"} 0.0028007850000000005 http_request_duration_seconds_count{method="GET",path="/alfa.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/alfa.php",status="429"} 0.000345736 http_request_duration_seconds_count{method="GET",path="/alfa.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfa123.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alfa123.php",status="404"} 0.000203354 http_request_duration_seconds_count{method="GET",path="/alfa123.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfaindex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alfaindex.php",status="404"} 0.000164235 http_request_duration_seconds_count{method="GET",path="/alfaindex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alfanew.php",status="404"} 0.000191046 http_request_duration_seconds_count{method="GET",path="/alfanew.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alfanew2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alfanew2.php",status="404"} 0.000179435 http_request_duration_seconds_count{method="GET",path="/alfanew2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/alls.php",status="404"} 0.0013569749999999998 http_request_duration_seconds_count{method="GET",path="/alls.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alls.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alls.php",status="429"} 0.000135901 http_request_duration_seconds_count{method="GET",path="/alls.php",status="429"} 1 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.000159916 http_request_duration_seconds_count{method="GET",path="/alpa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/als.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/als.php",status="404"} 0.0019515930000000002 http_request_duration_seconds_count{method="GET",path="/als.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alvlgck.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alvlgck.php",status="404"} 0.000166427 http_request_duration_seconds_count{method="GET",path="/alvlgck.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alwso.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alwso.php",status="429"} 0.000160675 http_request_duration_seconds_count{method="GET",path="/alwso.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/alya.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/alya.php",status="404"} 0.000264545 http_request_duration_seconds_count{method="GET",path="/alya.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amax.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amax.php",status="404"} 0.000174617 http_request_duration_seconds_count{method="GET",path="/amax.php",status="404"} 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.00034947799999999996 http_request_duration_seconds_count{method="GET",path="/amp.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplify.json",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/amplify.json",status="429"} 0.000389207 http_request_duration_seconds_count{method="GET",path="/amplify.json",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amplifyconfiguration.json",status="404"} 0.000225305 http_request_duration_seconds_count{method="GET",path="/amplifyconfiguration.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/amplifyconfiguration.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/amplifyconfiguration.json",status="429"} 0.000118243 http_request_duration_seconds_count{method="GET",path="/amplifyconfiguration.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/an.php",status="404"} 0.001040943 http_request_duration_seconds_count{method="GET",path="/an.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/an.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/an.php",status="429"} 0.000354601 http_request_duration_seconds_count{method="GET",path="/an.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/an7.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/an7.php",status="404"} 0.000455894 http_request_duration_seconds_count{method="GET",path="/an7.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/angular/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/angular/.env",status="404"} 0.000366785 http_request_duration_seconds_count{method="GET",path="/angular/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ano.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ano.php",status="404"} 0.000503569 http_request_duration_seconds_count{method="GET",path="/ano.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/anone.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/anone.php",status="404"} 0.000190992 http_request_duration_seconds_count{method="GET",path="/anone.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ansible/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ansible/.env",status="404"} 0.000254694 http_request_duration_seconds_count{method="GET",path="/ansible/.env",status="404"} 1 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"} 0.000195144 http_request_duration_seconds_count{method="GET",path="/ansible/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/api-docs",status="429"} 0.000376983 http_request_duration_seconds_count{method="GET",path="/api-docs",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/api-docs.json",status="429"} 0.0017221819999999998 http_request_duration_seconds_count{method="GET",path="/api-docs.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-docs.json",status="429"} 0.000119763 http_request_duration_seconds_count{method="GET",path="/api-docs.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api-docs.json ",status="429"} 0.00023248700000000003 http_request_duration_seconds_count{method="GET",path="/api-docs.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-docs.json..;/",status="429"} 0.000105814 http_request_duration_seconds_count{method="GET",path="/api-docs.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api-docs.json/",status="429"} 0.000271295 http_request_duration_seconds_count{method="GET",path="/api-docs.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-docs.json/.",status="429"} 3.7178e-05 http_request_duration_seconds_count{method="GET",path="/api-docs.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-docs.json;",status="429"} 8.6617e-05 http_request_duration_seconds_count{method="GET",path="/api-docs.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-docs.json;.php",status="429"} 0.000122655 http_request_duration_seconds_count{method="GET",path="/api-docs.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-docs.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-docs.json;/",status="429"} 0.00012965 http_request_duration_seconds_count{method="GET",path="/api-docs.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-keys.json",status="404"} 0.000115747 http_request_duration_seconds_count{method="GET",path="/api-keys.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api-keys.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api-keys.json",status="429"} 0.000117478 http_request_duration_seconds_count{method="GET",path="/api-keys.json",status="429"} 1 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.000274818 http_request_duration_seconds_count{method="GET",path="/api/./config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/./config.json",status="429"} 0.00018207800000000001 http_request_duration_seconds_count{method="GET",path="/api/./config.json",status="429"} 2 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.000177085 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.7469e-05 http_request_duration_seconds_count{method="GET",path="/api/./env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./env-config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/./env-config",status="429"} 0.000216238 http_request_duration_seconds_count{method="GET",path="/api/./env-config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./info",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/./info",status="429"} 0.00019893 http_request_duration_seconds_count{method="GET",path="/api/./info",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./runtime-config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/./runtime-config",status="429"} 0.00025096799999999996 http_request_duration_seconds_count{method="GET",path="/api/./runtime-config",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./settings",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/./settings",status="429"} 0.000277476 http_request_duration_seconds_count{method="GET",path="/api/./settings",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/./version",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/./version",status="429"} 0.0003276 http_request_duration_seconds_count{method="GET",path="/api/./version",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/.aws/credentials",status="429"} 0.000129911 http_request_duration_seconds_count{method="GET",path="/api/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/api/.env",status="401",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/api/.env",status="401"} 0.0017973500000000003 http_request_duration_seconds_count{method="GET",path="/api/.env",status="401"} 8 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.000207841 http_request_duration_seconds_count{method="GET",path="/api/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/.git/config",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/.git/config",status="401"} 0.000306487 http_request_duration_seconds_count{method="GET",path="/api/.git/config",status="401"} 1 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.000172157 http_request_duration_seconds_count{method="GET",path="/api/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/Config",status="429"} 0.000211407 http_request_duration_seconds_count{method="GET",path="/api/Config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/Config.json",status="429"} 0.000119971 http_request_duration_seconds_count{method="GET",path="/api/Config.json",status="429"} 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"} 0.000231629 http_request_duration_seconds_count{method="GET",path="/api/Env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Env-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/Env-config",status="429"} 3.5835e-05 http_request_duration_seconds_count{method="GET",path="/api/Env-config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Info",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/Info",status="429"} 0.000156462 http_request_duration_seconds_count{method="GET",path="/api/Info",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Runtime-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/Runtime-config",status="429"} 4.9892e-05 http_request_duration_seconds_count{method="GET",path="/api/Runtime-config",status="429"} 1 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"} 5.9276e-05 http_request_duration_seconds_count{method="GET",path="/api/Settings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/Version",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/Version",status="429"} 0.00013676 http_request_duration_seconds_count{method="GET",path="/api/Version",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="0.005"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="0.01"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="0.025"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="0.05"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="0.1"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="0.25"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="0.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="1"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="2.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="5"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="10"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/account",status="401",le="+Inf"} 23 http_request_duration_seconds_sum{method="GET",path="/api/account",status="401"} 0.004946375 http_request_duration_seconds_count{method="GET",path="/api/account",status="401"} 23 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/email-settings",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/admin/email-settings",status="401"} 0.000231413 http_request_duration_seconds_count{method="GET",path="/api/admin/email-settings",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/admin/settings",status="401"} 0.000159008 http_request_duration_seconds_count{method="GET",path="/api/admin/settings",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/admin/settings/email",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/admin/settings/email",status="401"} 0.000264503 http_request_duration_seconds_count{method="GET",path="/api/admin/settings/email",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/backup",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/backup",status="401"} 0.000271134 http_request_duration_seconds_count{method="GET",path="/api/backup",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config",status="401"} 0.000159452 http_request_duration_seconds_count{method="GET",path="/api/config",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/api/config",status="429"} 0.001994384 http_request_duration_seconds_count{method="GET",path="/api/config",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config",status="429"} 0.000104854 http_request_duration_seconds_count{method="GET",path="/api/config",status="429"} 1 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.000312758 http_request_duration_seconds_count{method="GET",path="/api/config ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config..;/",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config..;/",status="401"} 0.000176516 http_request_duration_seconds_count{method="GET",path="/api/config..;/",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.js",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config.js",status="401"} 0.000414021 http_request_duration_seconds_count{method="GET",path="/api/config.js",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/api/config.json",status="429"} 0.0018036699999999996 http_request_duration_seconds_count{method="GET",path="/api/config.json",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config.json",status="429"} 0.000216815 http_request_duration_seconds_count{method="GET",path="/api/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/config.json ",status="429"} 0.00022501999999999998 http_request_duration_seconds_count{method="GET",path="/api/config.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config.json..;/",status="429"} 9.2546e-05 http_request_duration_seconds_count{method="GET",path="/api/config.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/config.json/",status="429"} 0.000240912 http_request_duration_seconds_count{method="GET",path="/api/config.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config.json/.",status="429"} 0.000146846 http_request_duration_seconds_count{method="GET",path="/api/config.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config.json;",status="401"} 0.000177135 http_request_duration_seconds_count{method="GET",path="/api/config.json;",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config.json;.php",status="429"} 0.000167187 http_request_duration_seconds_count{method="GET",path="/api/config.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config.json;/",status="429"} 0.000134686 http_request_duration_seconds_count{method="GET",path="/api/config.json;/",status="429"} 1 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.00021578399999999998 http_request_duration_seconds_count{method="GET",path="/api/config/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config/.",status="429"} 0.000120134 http_request_duration_seconds_count{method="GET",path="/api/config/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config/mail",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config/mail",status="401"} 0.000214589 http_request_duration_seconds_count{method="GET",path="/api/config/mail",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config;",status="429"} 0.000125223 http_request_duration_seconds_count{method="GET",path="/api/config;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config;.php",status="429"} 0.000126033 http_request_duration_seconds_count{method="GET",path="/api/config;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/config;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/config;/",status="429"} 0.000240717 http_request_duration_seconds_count{method="GET",path="/api/config;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/dev/.env",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/dev/.env",status="401"} 0.00031977899999999996 http_request_duration_seconds_count{method="GET",path="/api/dev/.env",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/config",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/email/config",status="401"} 0.00015207 http_request_duration_seconds_count{method="GET",path="/api/email/config",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/email/settings",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/email/settings",status="401"} 0.000179506 http_request_duration_seconds_count{method="GET",path="/api/email/settings",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/endpoints",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/endpoints",status="401"} 0.000178423 http_request_duration_seconds_count{method="GET",path="/api/endpoints",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/env",status="401"} 0.00037445 http_request_duration_seconds_count{method="GET",path="/api/env",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/api/env",status="429"} 0.0010851430000000002 http_request_duration_seconds_count{method="GET",path="/api/env",status="429"} 12 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"} 0.000432267 http_request_duration_seconds_count{method="GET",path="/api/env",status="429"} 1 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.00022382199999999999 http_request_duration_seconds_count{method="GET",path="/api/env ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/api/env-config",status="429"} 0.0011030340000000001 http_request_duration_seconds_count{method="GET",path="/api/env-config",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env-config",status="429"} 0.000177132 http_request_duration_seconds_count{method="GET",path="/api/env-config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/env-config ",status="429"} 0.00012874700000000002 http_request_duration_seconds_count{method="GET",path="/api/env-config ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env-config..;/",status="429"} 0.00013976 http_request_duration_seconds_count{method="GET",path="/api/env-config..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/env-config/",status="429"} 0.000150266 http_request_duration_seconds_count{method="GET",path="/api/env-config/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env-config/.",status="429"} 5.5216e-05 http_request_duration_seconds_count{method="GET",path="/api/env-config/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env-config;",status="429"} 0.000154839 http_request_duration_seconds_count{method="GET",path="/api/env-config;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env-config;.php",status="429"} 0.000189903 http_request_duration_seconds_count{method="GET",path="/api/env-config;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env-config;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env-config;/",status="429"} 9.3013e-05 http_request_duration_seconds_count{method="GET",path="/api/env-config;/",status="429"} 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"} 0.000154107 http_request_duration_seconds_count{method="GET",path="/api/env..;/",status="429"} 1 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.000392993 http_request_duration_seconds_count{method="GET",path="/api/env/",status="429"} 2 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"} 0.00012156 http_request_duration_seconds_count{method="GET",path="/api/env/.",status="429"} 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"} 6.1913e-05 http_request_duration_seconds_count{method="GET",path="/api/env;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/env;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/env;.php",status="429"} 0.000166366 http_request_duration_seconds_count{method="GET",path="/api/env;.php",status="429"} 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"} 9.6505e-05 http_request_duration_seconds_count{method="GET",path="/api/env;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/global/self",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/global/self",status="401"} 0.000405993 http_request_duration_seconds_count{method="GET",path="/api/global/self",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/graphql",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/graphql",status="401"} 0.000125862 http_request_duration_seconds_count{method="GET",path="/api/graphql",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.005"} 37 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.01"} 39 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.025"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.05"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.1"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.25"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="0.5"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="1"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="2.5"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="5"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="10"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/health",status="200",le="+Inf"} 42 http_request_duration_seconds_sum{method="GET",path="/api/health",status="200"} 0.14799764500000004 http_request_duration_seconds_count{method="GET",path="/api/health",status="200"} 42 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/api/info",status="429"} 0.0012376580000000002 http_request_duration_seconds_count{method="GET",path="/api/info",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/info",status="429"} 0.000279915 http_request_duration_seconds_count{method="GET",path="/api/info",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/info ",status="429"} 0.00047861500000000005 http_request_duration_seconds_count{method="GET",path="/api/info ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/info..;/",status="429"} 0.000139968 http_request_duration_seconds_count{method="GET",path="/api/info..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/info/",status="429"} 0.000185758 http_request_duration_seconds_count{method="GET",path="/api/info/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/info/.",status="429"} 4.34e-05 http_request_duration_seconds_count{method="GET",path="/api/info/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/info;",status="429"} 0.00019462 http_request_duration_seconds_count{method="GET",path="/api/info;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/info;.php",status="429"} 0.000120056 http_request_duration_seconds_count{method="GET",path="/api/info;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/info;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/info;/",status="429"} 0.000145171 http_request_duration_seconds_count{method="GET",path="/api/info;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/keys.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/keys.json",status="429"} 0.00028660199999999995 http_request_duration_seconds_count{method="GET",path="/api/keys.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/mail/config",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/mail/config",status="401"} 0.000170325 http_request_duration_seconds_count{method="GET",path="/api/mail/config",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/openapi.json",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/openapi.json",status="401"} 0.000170725 http_request_duration_seconds_count{method="GET",path="/api/openapi.json",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config",status="401"} 0.000340971 http_request_duration_seconds_count{method="GET",path="/api/runtime-config",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config",status="429"} 0.001236527 http_request_duration_seconds_count{method="GET",path="/api/runtime-config",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config",status="429"} 0.000504554 http_request_duration_seconds_count{method="GET",path="/api/runtime-config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config ",status="429"} 0.00020965 http_request_duration_seconds_count{method="GET",path="/api/runtime-config ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config..;/",status="429"} 0.00014111 http_request_duration_seconds_count{method="GET",path="/api/runtime-config..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config/",status="429"} 0.000298038 http_request_duration_seconds_count{method="GET",path="/api/runtime-config/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config/.",status="429"} 7.185e-05 http_request_duration_seconds_count{method="GET",path="/api/runtime-config/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config;",status="429"} 0.00011939 http_request_duration_seconds_count{method="GET",path="/api/runtime-config;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config;.php",status="429"} 0.000100386 http_request_duration_seconds_count{method="GET",path="/api/runtime-config;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/runtime-config;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/runtime-config;/",status="429"} 0.000115045 http_request_duration_seconds_count{method="GET",path="/api/runtime-config;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="401",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/api/settings",status="401"} 0.0011585880000000001 http_request_duration_seconds_count{method="GET",path="/api/settings",status="401"} 5 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/settings",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/api/settings",status="429"} 0.00123418 http_request_duration_seconds_count{method="GET",path="/api/settings",status="429"} 12 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"} 0.000190214 http_request_duration_seconds_count{method="GET",path="/api/settings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/settings ",status="429"} 0.00024953 http_request_duration_seconds_count{method="GET",path="/api/settings ",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"} 0.000145977 http_request_duration_seconds_count{method="GET",path="/api/settings..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/settings/",status="401"} 0.00055576 http_request_duration_seconds_count{method="GET",path="/api/settings/",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/settings/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/settings/",status="429"} 0.00019650899999999998 http_request_duration_seconds_count{method="GET",path="/api/settings/",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"} 0.000304511 http_request_duration_seconds_count{method="GET",path="/api/settings/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings/smtp",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/settings/smtp",status="401"} 0.000178108 http_request_duration_seconds_count{method="GET",path="/api/settings/smtp",status="401"} 1 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"} 0.000127981 http_request_duration_seconds_count{method="GET",path="/api/settings;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/settings;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/settings;.php",status="429"} 0.000130823 http_request_duration_seconds_count{method="GET",path="/api/settings;.php",status="429"} 1 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"} 0.000114785 http_request_duration_seconds_count{method="GET",path="/api/settings;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/stacks",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/stacks",status="401"} 0.000171098 http_request_duration_seconds_count{method="GET",path="/api/stacks",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/staging/.env",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/staging/.env",status="401"} 0.000378581 http_request_duration_seconds_count{method="GET",path="/api/staging/.env",status="401"} 2 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"} 47 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="0.5"} 117 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="1"} 128 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="2.5"} 130 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="5"} 130 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="10"} 130 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="200",le="+Inf"} 130 http_request_duration_seconds_sum{method="GET",path="/api/stream/range",status="200"} 43.56624447099999 http_request_duration_seconds_count{method="GET",path="/api/stream/range",status="200"} 130 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"} 0 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.25"} 58 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="0.5"} 60 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="1"} 60 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="2.5"} 60 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="5"} 60 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="10"} 60 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="206",le="+Inf"} 60 http_request_duration_seconds_sum{method="GET",path="/api/stream/range",status="206"} 9.651723045 http_request_duration_seconds_count{method="GET",path="/api/stream/range",status="206"} 60 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"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/stream/range",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/api/stream/range",status="404"} 0.7101880929999999 http_request_duration_seconds_count{method="GET",path="/api/stream/range",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/config",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/system/config",status="401"} 0.000158968 http_request_duration_seconds_count{method="GET",path="/api/system/config",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/settings",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/system/settings",status="401"} 0.000219402 http_request_duration_seconds_count{method="GET",path="/api/system/settings",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/system/status",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/system/status",status="401"} 0.000173794 http_request_duration_seconds_count{method="GET",path="/api/system/status",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests",status="401",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests",status="401"} 0.0030146599999999997 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests",status="401"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests ",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests ",status="401"} 0.000236724 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests ",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests..;/",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests..;/",status="401"} 0.000245377 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests..;/",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.json",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests.json",status="401"} 0.000227166 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests.json",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests.txt",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests.txt",status="401"} 0.000171941 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests.txt",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/.",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests/.",status="401"} 0.000197073 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests/.",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests/..",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests/..",status="401"} 0.000165968 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests/..",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests;",status="401"} 0.000211554 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests;",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;.js",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests;.js",status="401"} 0.000218285 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests;.js",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/telescope/requests;/",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/telescope/requests;/",status="401"} 0.000280868 http_request_duration_seconds_count{method="GET",path="/api/telescope/requests;/",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/tenant/config",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/api/tenant/config",status="429"} 0.000538806 http_request_duration_seconds_count{method="GET",path="/api/tenant/config",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="0.005"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="0.01"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="0.025"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="0.05"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="0.1"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="0.25"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="0.5"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="1"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="2.5"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="5"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="10"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/user",status="401",le="+Inf"} 29 http_request_duration_seconds_sum{method="GET",path="/api/user",status="401"} 0.00674241 http_request_duration_seconds_count{method="GET",path="/api/user",status="401"} 29 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v0/run_sql",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v0/run_sql",status="401"} 0.000810456 http_request_duration_seconds_count{method="GET",path="/api/v0/run_sql",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/./config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/./config",status="429"} 0.000252636 http_request_duration_seconds_count{method="GET",path="/api/v1/./config",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.00040505399999999996 http_request_duration_seconds_count{method="GET",path="/api/v1/.env",status="401"} 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"} 0.000155987 http_request_duration_seconds_count{method="GET",path="/api/v1/Config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="401",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/api/v1/config",status="401"} 0.0007781439999999999 http_request_duration_seconds_count{method="GET",path="/api/v1/config",status="401"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/api/v1/config",status="429"} 0.001586717 http_request_duration_seconds_count{method="GET",path="/api/v1/config",status="429"} 14 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"} 0.000142699 http_request_duration_seconds_count{method="GET",path="/api/v1/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/config ",status="429"} 0.00024686 http_request_duration_seconds_count{method="GET",path="/api/v1/config ",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"} 0.000115079 http_request_duration_seconds_count{method="GET",path="/api/v1/config..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/config/",status="429"} 0.000214895 http_request_duration_seconds_count{method="GET",path="/api/v1/config/",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"} 0.000161281 http_request_duration_seconds_count{method="GET",path="/api/v1/config/.",status="429"} 1 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"} 0.000136378 http_request_duration_seconds_count{method="GET",path="/api/v1/config;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/config;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/config;.php",status="429"} 0.000150565 http_request_duration_seconds_count{method="GET",path="/api/v1/config;.php",status="429"} 1 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"} 0.000190071 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="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/credentials",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/credentials",status="401"} 0.000557164 http_request_duration_seconds_count{method="GET",path="/api/v1/credentials",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/db/meta/plugins",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/db/meta/plugins",status="401"} 0.00030863 http_request_duration_seconds_count{method="GET",path="/api/v1/db/meta/plugins",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/env",status="429"} 0.000128665 http_request_duration_seconds_count{method="GET",path="/api/v1/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/dkim/private/",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/get/dkim/private/",status="401"} 0.000165748 http_request_duration_seconds_count{method="GET",path="/api/v1/get/dkim/private/",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/get/smtp/all",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/get/smtp/all",status="401"} 0.000164467 http_request_duration_seconds_count{method="GET",path="/api/v1/get/smtp/all",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/info",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/info",status="401"} 0.000191866 http_request_duration_seconds_count{method="GET",path="/api/v1/info",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/messages",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/messages",status="401"} 0.000420779 http_request_duration_seconds_count{method="GET",path="/api/v1/messages",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/namespaces/default/secrets",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/namespaces/default/secrets",status="401"} 0.000186951 http_request_duration_seconds_count{method="GET",path="/api/v1/namespaces/default/secrets",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/onboarding/config",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/onboarding/config",status="401"} 0.000165815 http_request_duration_seconds_count{method="GET",path="/api/v1/onboarding/config",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/organization/config",status="401"} 4.5241e-05 http_request_duration_seconds_count{method="GET",path="/api/v1/organization/config",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organization/config",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/api/v1/organization/config",status="429"} 0.00039068899999999995 http_request_duration_seconds_count{method="GET",path="/api/v1/organization/config",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/organizations",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/organizations",status="401"} 0.000191155 http_request_duration_seconds_count{method="GET",path="/api/v1/organizations",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/secrets",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/secrets",status="401"} 0.00017175 http_request_duration_seconds_count{method="GET",path="/api/v1/secrets",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/v1/settings",status="401"} 0.000402892 http_request_duration_seconds_count{method="GET",path="/api/v1/settings",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/settings/",status="401"} 0.000195326 http_request_duration_seconds_count{method="GET",path="/api/v1/settings/",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/settings/api",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/settings/api",status="401"} 0.000177159 http_request_duration_seconds_count{method="GET",path="/api/v1/settings/api",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/smtp",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/smtp",status="401"} 0.000149778 http_request_duration_seconds_count{method="GET",path="/api/v1/smtp",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v1/system/settings",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v1/system/settings",status="401"} 0.000196326 http_request_duration_seconds_count{method="GET",path="/api/v1/system/settings",status="401"} 1 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.000449703 http_request_duration_seconds_count{method="GET",path="/api/v2/.env",status="401"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/settings/",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v2/settings/",status="401"} 0.000146591 http_request_duration_seconds_count{method="GET",path="/api/v2/settings/",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v2/system/settings",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v2/system/settings",status="401"} 0.000169854 http_request_duration_seconds_count{method="GET",path="/api/v2/system/settings",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v3/.env",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v3/.env",status="401"} 0.000499973 http_request_duration_seconds_count{method="GET",path="/api/v3/.env",status="401"} 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"} 0.000176129 http_request_duration_seconds_count{method="GET",path="/api/v3/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v4/config",status="401"} 0.000306203 http_request_duration_seconds_count{method="GET",path="/api/v4/config",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/config/client",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v4/config/client",status="401"} 0.000326143 http_request_duration_seconds_count{method="GET",path="/api/v4/config/client",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/email/test",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v4/email/test",status="401"} 0.000218106 http_request_duration_seconds_count{method="GET",path="/api/v4/email/test",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/v4/system/ping",status="401",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/v4/system/ping",status="401"} 0.000223478 http_request_duration_seconds_count{method="GET",path="/api/v4/system/ping",status="401"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/api/version",status="429"} 0.001282295 http_request_duration_seconds_count{method="GET",path="/api/version",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/version",status="429"} 0.000138849 http_request_duration_seconds_count{method="GET",path="/api/version",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/version ",status="429"} 0.000270072 http_request_duration_seconds_count{method="GET",path="/api/version ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/version..;/",status="429"} 0.000115613 http_request_duration_seconds_count{method="GET",path="/api/version..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/api/version/",status="429"} 0.00026000000000000003 http_request_duration_seconds_count{method="GET",path="/api/version/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/version/.",status="429"} 0.000207453 http_request_duration_seconds_count{method="GET",path="/api/version/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/version;",status="429"} 3.2739e-05 http_request_duration_seconds_count{method="GET",path="/api/version;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/version;.php",status="429"} 5.9102e-05 http_request_duration_seconds_count{method="GET",path="/api/version;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/api/version;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/api/version;/",status="429"} 0.00011353 http_request_duration_seconds_count{method="GET",path="/api/version;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app-config.json",status="429"} 0.000332231 http_request_duration_seconds_count{method="GET",path="/app-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.js",status="404"} 0.00015971 http_request_duration_seconds_count{method="GET",path="/app.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/app.json",status="429"} 0.0012930170000000003 http_request_duration_seconds_count{method="GET",path="/app.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.json",status="429"} 0.000104798 http_request_duration_seconds_count{method="GET",path="/app.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app.json ",status="429"} 0.000280208 http_request_duration_seconds_count{method="GET",path="/app.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.json..;/",status="429"} 0.000140792 http_request_duration_seconds_count{method="GET",path="/app.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app.json/",status="429"} 0.00021946 http_request_duration_seconds_count{method="GET",path="/app.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.json/.",status="429"} 0.000124768 http_request_duration_seconds_count{method="GET",path="/app.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.json;",status="429"} 0.000111283 http_request_duration_seconds_count{method="GET",path="/app.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.json;.php",status="429"} 4.0903e-05 http_request_duration_seconds_count{method="GET",path="/app.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app.json;/",status="429"} 0.000190348 http_request_duration_seconds_count{method="GET",path="/app.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/app.log",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/app.log",status="429"} 0.00023342499999999997 http_request_duration_seconds_count{method="GET",path="/app.log",status="429"} 4 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.000410046 http_request_duration_seconds_count{method="GET",path="/app.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app.yaml",status="404"} 0.000335871 http_request_duration_seconds_count{method="GET",path="/app.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.aws/credentials",status="429"} 0.000131168 http_request_duration_seconds_count{method="GET",path="/app/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/app/.env",status="404"} 0.000911866 http_request_duration_seconds_count{method="GET",path="/app/.env",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.env",status="429"} 0.000148241 http_request_duration_seconds_count{method="GET",path="/app/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.env.local",status="404"} 6.044e-05 http_request_duration_seconds_count{method="GET",path="/app/.env.local",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.env.local",status="429"} 0.000118857 http_request_duration_seconds_count{method="GET",path="/app/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.env.production",status="404"} 9.1062e-05 http_request_duration_seconds_count{method="GET",path="/app/.env.production",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/.env.production",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/.env.production",status="429"} 0.000171573 http_request_duration_seconds_count{method="GET",path="/app/.env.production",status="429"} 1 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.00014021599999999997 http_request_duration_seconds_count{method="GET",path="/app/.git/config",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/api/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/api/.env",status="404"} 0.000222367 http_request_duration_seconds_count{method="GET",path="/app/api/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/backend/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/backend/.env",status="429"} 4.8234e-05 http_request_duration_seconds_count{method="GET",path="/app/backend/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/config.js",status="404"} 0.000196478 http_request_duration_seconds_count{method="GET",path="/app/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/config.json",status="429"} 0.000189323 http_request_duration_seconds_count{method="GET",path="/app/config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/application.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/config/application.yml",status="404"} 0.000174407 http_request_duration_seconds_count{method="GET",path="/app/config/application.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/mail.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/config/mail.php",status="404"} 0.000181364 http_request_duration_seconds_count{method="GET",path="/app/config/mail.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/app/config/parameters.php",status="404"} 0.0006403600000000001 http_request_duration_seconds_count{method="GET",path="/app/config/parameters.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/config/parameters.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/app/config/parameters.yml",status="404"} 0.000479648 http_request_duration_seconds_count{method="GET",path="/app/config/parameters.yml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/app/etc/config.php",status="404"} 0.0005071419999999999 http_request_duration_seconds_count{method="GET",path="/app/etc/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/env.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/etc/env.php",status="404"} 0.00043489500000000003 http_request_duration_seconds_count{method="GET",path="/app/etc/env.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/etc/local.xml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/app/etc/local.xml",status="404"} 0.000615431 http_request_duration_seconds_count{method="GET",path="/app/etc/local.xml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/app/settings.py",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/app/settings.py",status="429"} 7.4814e-05 http_request_duration_seconds_count{method="GET",path="/app/settings.py",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.env",status="429"} 8.1413e-05 http_request_duration_seconds_count{method="GET",path="/application.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.log",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/application.log",status="429"} 0.000426225 http_request_duration_seconds_count{method="GET",path="/application.log",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.properties",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application.properties",status="404"} 0.00032746999999999995 http_request_duration_seconds_count{method="GET",path="/application.properties",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application.yml",status="404"} 0.000285193 http_request_duration_seconds_count{method="GET",path="/application.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application.yml",status="429"} 0.000349258 http_request_duration_seconds_count{method="GET",path="/application.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/application/.env",status="404"} 0.000275853 http_request_duration_seconds_count{method="GET",path="/application/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application/.env",status="429"} 0.000184268 http_request_duration_seconds_count{method="GET",path="/application/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application/.git/config",status="429"} 0.00010429 http_request_duration_seconds_count{method="GET",path="/application/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application/config/email.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application/config/email.php",status="404"} 0.000150629 http_request_duration_seconds_count{method="GET",path="/application/config/email.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/application_default_credentials.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/application_default_credentials.json",status="429"} 0.000230273 http_request_duration_seconds_count{method="GET",path="/application_default_credentials.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apps/.env",status="404"} 0.000608493 http_request_duration_seconds_count{method="GET",path="/apps/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/api/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/api/.env",status="429"} 8.0188e-05 http_request_duration_seconds_count{method="GET",path="/apps/api/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/backend/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/backend/.env",status="429"} 9.1404e-05 http_request_duration_seconds_count{method="GET",path="/apps/backend/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429"} 0.000129405 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 0.001435062 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 0.000212795 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429"} 0.000266974 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429"} 0.000132634 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404"} 0.000199501 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429"} 0.00019161 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429"} 0.000126666 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429"} 0.000141431 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429"} 0.000144943 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429"} 0.000322736 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429"} 0.000187653 http_request_duration_seconds_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Development.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.Development.json",status="429"} 0.000156905 http_request_duration_seconds_count{method="GET",path="/appsettings.Development.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.Production.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.Production.json",status="429"} 8.9155e-05 http_request_duration_seconds_count{method="GET",path="/appsettings.Production.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.json",status="404"} 0.000251663 http_request_duration_seconds_count{method="GET",path="/appsettings.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/appsettings.json",status="429"} 0.000560697 http_request_duration_seconds_count{method="GET",path="/appsettings.json",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak",status="404"} 0.000308111 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak",status="429"} 0.00118337 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak",status="429"} 8.4686e-05 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak ",status="429"} 0.00014917400000000002 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak..;/",status="429"} 0.000124465 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak/",status="429"} 0.00016790000000000002 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak/.",status="429"} 8.0109e-05 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak;",status="429"} 5.2281e-05 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak;.php",status="429"} 0.000109809 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appsettings.json.bak;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appsettings.json.bak;/",status="429"} 0.000161078 http_request_duration_seconds_count{method="GET",path="/appsettings.json.bak;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/appt.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/appt.php",status="404"} 0.000171526 http_request_duration_seconds_count{method="GET",path="/appt.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/archive.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/archive.php",status="404"} 0.00040809 http_request_duration_seconds_count{method="GET",path="/archive.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/artisan",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/artisan",status="404"} 0.00018987 http_request_duration_seconds_count{method="GET",path="/artisan",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="404",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/as.php",status="404"} 0.002510908 http_request_duration_seconds_count{method="GET",path="/as.php",status="404"} 15 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/as.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/as.php",status="429"} 0.000899455 http_request_duration_seconds_count{method="GET",path="/as.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/asas.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/asas.php",status="404"} 0.000195773 http_request_duration_seconds_count{method="GET",path="/asas.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/asasx.php",status="404"} 0.000183095 http_request_duration_seconds_count{method="GET",path="/asasx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/asasx.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/asasx.php",status="429"} 0.000125319 http_request_duration_seconds_count{method="GET",path="/asasx.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/asd.php",status="404"} 0.000218365 http_request_duration_seconds_count{method="GET",path="/asd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/asd67.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/asd67.php",status="404"} 0.000667494 http_request_duration_seconds_count{method="GET",path="/asd67.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assacc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assacc.php",status="404"} 0.000185441 http_request_duration_seconds_count{method="GET",path="/assacc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/asset-manifest.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/asset-manifest.json",status="404"} 0.000230382 http_request_duration_seconds_count{method="GET",path="/asset-manifest.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/assets",status="429"} 0.000329646 http_request_duration_seconds_count{method="GET",path="/assets",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets../../../../../etc/passwd",status="404"} 0.00027083900000000004 http_request_duration_seconds_count{method="GET",path="/assets../../../../../etc/passwd",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../../../../etc/passwd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets../../../../../etc/passwd",status="429"} 0.000218301 http_request_duration_seconds_count{method="GET",path="/assets../../../../../etc/passwd",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/assets../../.env",status="404"} 0.000464862 http_request_duration_seconds_count{method="GET",path="/assets../../.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets../../.env",status="429"} 0.000357241 http_request_duration_seconds_count{method="GET",path="/assets../../.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets../../var/www/html/wp-config.php",status="404"} 0.000186168 http_request_duration_seconds_count{method="GET",path="/assets../../var/www/html/wp-config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/assets../../var/www/html/wp-config.php",status="429"} 0.000401219 http_request_duration_seconds_count{method="GET",path="/assets../../var/www/html/wp-config.php",status="429"} 3 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.000132092 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"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets../.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/assets../.env",status="429"} 0.000556238 http_request_duration_seconds_count{method="GET",path="/assets../.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets/",status="404"} 0.000289773 http_request_duration_seconds_count{method="GET",path="/assets/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/./env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets/./env.js",status="429"} 0.00014 http_request_duration_seconds_count{method="GET",path="/assets/./env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets/.env",status="404"} 0.000342265 http_request_duration_seconds_count{method="GET",path="/assets/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/Env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/Env.js",status="429"} 0.000139012 http_request_duration_seconds_count{method="GET",path="/assets/Env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/admin/login/info.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/admin/login/info.php",status="404"} 0.00018638 http_request_duration_seconds_count{method="GET",path="/assets/admin/login/info.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/config.js",status="404"} 0.000190131 http_request_duration_seconds_count{method="GET",path="/assets/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/config.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/config.json",status="404"} 0.000394808 http_request_duration_seconds_count{method="GET",path="/assets/config.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/edit.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/edit.php",status="404"} 0.000691847 http_request_duration_seconds_count{method="GET",path="/assets/edit.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/assets/env.js",status="429"} 0.0018162669999999999 http_request_duration_seconds_count{method="GET",path="/assets/env.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/env.js",status="429"} 0.000130767 http_request_duration_seconds_count{method="GET",path="/assets/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets/env.js ",status="429"} 0.000228392 http_request_duration_seconds_count{method="GET",path="/assets/env.js ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/env.js..;/",status="429"} 0.000107752 http_request_duration_seconds_count{method="GET",path="/assets/env.js..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/assets/env.js/",status="429"} 0.000327024 http_request_duration_seconds_count{method="GET",path="/assets/env.js/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/env.js/.",status="429"} 0.000113193 http_request_duration_seconds_count{method="GET",path="/assets/env.js/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/env.js;",status="429"} 0.00011347 http_request_duration_seconds_count{method="GET",path="/assets/env.js;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/env.js;.php",status="429"} 0.000131507 http_request_duration_seconds_count{method="GET",path="/assets/env.js;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/env.js;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/env.js;/",status="429"} 0.000164335 http_request_duration_seconds_count{method="GET",path="/assets/env.js;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/environment.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/environment.json",status="404"} 0.000227634 http_request_duration_seconds_count{method="GET",path="/assets/environment.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/filemanager/dialog.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/filemanager/dialog.php",status="404"} 0.000257165 http_request_duration_seconds_count{method="GET",path="/assets/filemanager/dialog.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404"} 0.000135693 http_request_duration_seconds_count{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/images/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/images/about.php",status="404"} 0.000137841 http_request_duration_seconds_count{method="GET",path="/assets/images/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/plugins/gmap/dapa.php",status="404"} 0.000182035 http_request_duration_seconds_count{method="GET",path="/assets/plugins/gmap/dapa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429"} 0.000177529 http_request_duration_seconds_count{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/atex1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/atex1.php",status="404"} 0.000448971 http_request_duration_seconds_count{method="GET",path="/atex1.php",status="404"} 2 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.000159608 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"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/atomlib.php",status="404"} 0.001735328 http_request_duration_seconds_count{method="GET",path="/atomlib.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/atomlib.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/atomlib.php",status="429"} 0.000125828 http_request_duration_seconds_count{method="GET",path="/atomlib.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/auDSb1pcgtR.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/auDSb1pcgtR.php",status="404"} 0.000157952 http_request_duration_seconds_count{method="GET",path="/auDSb1pcgtR.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/auth.json",status="404"} 0.000207589 http_request_duration_seconds_count{method="GET",path="/auth.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/auth/v1/settings",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/auth/v1/settings",status="404"} 0.000208977 http_request_duration_seconds_count{method="GET",path="/auth/v1/settings",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/autogooey.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/autogooey.php",status="404"} 0.000371859 http_request_duration_seconds_count{method="GET",path="/autogooey.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/autoload_classmap.php",status="404"} 0.000305603 http_request_duration_seconds_count{method="GET",path="/autoload_classmap.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/autoload_classmap/function.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/autoload_classmap/function.php",status="429"} 0.000169951 http_request_duration_seconds_count{method="GET",path="/autoload_classmap/function.php",status="429"} 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.000140102 http_request_duration_seconds_count{method="GET",path="/av.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ava.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ava.php",status="404"} 0.000237803 http_request_duration_seconds_count{method="GET",path="/ava.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/avaa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/avaa.php",status="404"} 0.000146685 http_request_duration_seconds_count{method="GET",path="/avaa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/avim.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/avim.php",status="404"} 0.000527789 http_request_duration_seconds_count{method="GET",path="/avim.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/aw.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/aw.php",status="404"} 0.000534938 http_request_duration_seconds_count{method="GET",path="/aw.php",status="404"} 3 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.000653497 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-config.js",status="429"} 0.000122644 http_request_duration_seconds_count{method="GET",path="/aws-config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-credentials",status="429"} 9.31e-05 http_request_duration_seconds_count{method="GET",path="/aws-credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-credentials.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-credentials.json",status="429"} 0.000296241 http_request_duration_seconds_count{method="GET",path="/aws-credentials.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js",status="404"} 0.00047023700000000003 http_request_duration_seconds_count{method="GET",path="/aws-exports.js",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.005"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.01"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.025"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.05"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.1"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.25"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.5"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="1"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="2.5"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="5"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="10"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="+Inf"} 33 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js",status="429"} 0.004833573000000002 http_request_duration_seconds_count{method="GET",path="/aws-exports.js",status="429"} 33 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js",status="429"} 0.000525523 http_request_duration_seconds_count{method="GET",path="/aws-exports.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js ",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js ",status="429"} 0.000670357 http_request_duration_seconds_count{method="GET",path="/aws-exports.js ",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js..;/",status="429"} 0.000461107 http_request_duration_seconds_count{method="GET",path="/aws-exports.js..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js/",status="429"} 0.0007883 http_request_duration_seconds_count{method="GET",path="/aws-exports.js/",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js/.",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js/.",status="429"} 0.0007298140000000001 http_request_duration_seconds_count{method="GET",path="/aws-exports.js/.",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js::$DATA",status="429"} 0.000157064 http_request_duration_seconds_count{method="GET",path="/aws-exports.js::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js;",status="404"} 0.000463234 http_request_duration_seconds_count{method="GET",path="/aws-exports.js;",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js;",status="429"} 0.00035567 http_request_duration_seconds_count{method="GET",path="/aws-exports.js;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js;.php",status="429"} 0.000302531 http_request_duration_seconds_count{method="GET",path="/aws-exports.js;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.js;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws-exports.js;/",status="429"} 0.00030091 http_request_duration_seconds_count{method="GET",path="/aws-exports.js;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-exports.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws-exports.json",status="404"} 0.000330777 http_request_duration_seconds_count{method="GET",path="/aws-exports.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/aws-ses.json",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/aws-ses.json",status="404"} 0.000549075 http_request_duration_seconds_count{method="GET",path="/aws-ses.json",status="404"} 3 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.000421638 http_request_duration_seconds_count{method="GET",path="/aws.config.js",status="404"} 3 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.000160627 http_request_duration_seconds_count{method="GET",path="/aws.credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws.env",status="404"} 0.000129229 http_request_duration_seconds_count{method="GET",path="/aws.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/aws.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/aws.json",status="429"} 0.000302594 http_request_duration_seconds_count{method="GET",path="/aws.json",status="429"} 2 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.000321712 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"} 7.4571e-05 http_request_duration_seconds_count{method="GET",path="/aws/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/.env.production",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws/.env.production",status="429"} 8.1421e-05 http_request_duration_seconds_count{method="GET",path="/aws/.env.production",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/aws/credentials",status="429"} 9.6742e-05 http_request_duration_seconds_count{method="GET",path="/aws/credentials",status="429"} 1 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.000143517 http_request_duration_seconds_count{method="GET",path="/aws_credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json",status="404"} 0.000971504 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.005"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.01"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.025"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.05"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.1"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.25"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.5"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="1"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="2.5"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="5"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="10"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="+Inf"} 26 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json",status="429"} 0.003937370000000001 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json",status="429"} 26 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json",status="429"} 0.000347669 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json ",status="404"} 0.000167808 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json ",status="429"} 0.000552068 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json..;/",status="429"} 0.000576734 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json/",status="429"} 0.000851308 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json/",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json/.",status="404"} 0.000159796 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json/.",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json/.",status="429"} 0.000344558 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json/.",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json::$DATA",status="429"} 0.000129002 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json;",status="429"} 0.0005260320000000001 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json;",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json;.php",status="429"} 0.000434079 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/awsconfiguration.json;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/awsconfiguration.json;/",status="429"} 0.000377872 http_request_duration_seconds_count{method="GET",path="/awsconfiguration.json;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/azure-pipelines.yml",status="404"} 0.00042167400000000003 http_request_duration_seconds_count{method="GET",path="/azure-pipelines.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure-pipelines.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/azure-pipelines.yml",status="429"} 0.000460407 http_request_duration_seconds_count{method="GET",path="/azure-pipelines.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/azure/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/azure/.env",status="404"} 0.000463937 http_request_duration_seconds_count{method="GET",path="/azure/.env",status="404"} 2 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.000136572 http_request_duration_seconds_count{method="GET",path="/b.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/b.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/b.php",status="429"} 0.000180378 http_request_duration_seconds_count{method="GET",path="/b.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/baba.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/baba.php",status="404"} 0.000238844 http_request_duration_seconds_count{method="GET",path="/baba.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/back/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/back/.env",status="429"} 4.4719e-05 http_request_duration_seconds_count{method="GET",path="/back/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend-api/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend-api/.env",status="404"} 6.2399e-05 http_request_duration_seconds_count{method="GET",path="/backend-api/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.aws/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/.aws/credentials",status="429"} 0.000100717 http_request_duration_seconds_count{method="GET",path="/backend/.aws/credentials",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/backend/.env",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/backend/.env",status="404"} 0.001190812 http_request_duration_seconds_count{method="GET",path="/backend/.env",status="404"} 7 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.00041896100000000003 http_request_duration_seconds_count{method="GET",path="/backend/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/.env.local",status="429"} 7.4721e-05 http_request_duration_seconds_count{method="GET",path="/backend/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.env.production",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/.env.production",status="429"} 5.4845e-05 http_request_duration_seconds_count{method="GET",path="/backend/.env.production",status="429"} 1 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.000420231 http_request_duration_seconds_count{method="GET",path="/backend/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/.git/config",status="429"} 4.603e-05 http_request_duration_seconds_count{method="GET",path="/backend/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/api/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/api/.env",status="429"} 8.8383e-05 http_request_duration_seconds_count{method="GET",path="/backend/api/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/aws.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/aws.json",status="429"} 0.000212396 http_request_duration_seconds_count{method="GET",path="/backend/aws.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/config.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/config.json",status="429"} 0.00024361799999999997 http_request_duration_seconds_count{method="GET",path="/backend/config.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/service-account.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backend/service-account.json",status="429"} 0.000246781 http_request_duration_seconds_count{method="GET",path="/backend/service-account.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backend/settings.py",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backend/settings.py",status="429"} 8.8929e-05 http_request_duration_seconds_count{method="GET",path="/backend/settings.py",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup",status="429"} 0.000140645 http_request_duration_seconds_count{method="GET",path="/backup",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup ",status="429"} 3.9194e-05 http_request_duration_seconds_count{method="GET",path="/backup ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup..;/",status="429"} 0.00013314 http_request_duration_seconds_count{method="GET",path="/backup..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/backup.sql",status="404"} 0.001650483 http_request_duration_seconds_count{method="GET",path="/backup.sql",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.005"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.01"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.025"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.05"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.1"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.25"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.5"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="1"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="2.5"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="5"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="10"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="+Inf"} 26 http_request_duration_seconds_sum{method="GET",path="/backup.sql",status="429"} 0.0036334620000000005 http_request_duration_seconds_count{method="GET",path="/backup.sql",status="429"} 26 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup.sql",status="429"} 0.0005801410000000001 http_request_duration_seconds_count{method="GET",path="/backup.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql ",status="404"} 0.000207521 http_request_duration_seconds_count{method="GET",path="/backup.sql ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/backup.sql ",status="429"} 0.00191668 http_request_duration_seconds_count{method="GET",path="/backup.sql ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/backup.sql..;/",status="429"} 0.000336157 http_request_duration_seconds_count{method="GET",path="/backup.sql..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz",status="429"} 0.001143729 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz",status="429"} 0.000142709 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz ",status="429"} 0.000285778 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz..;/",status="429"} 9.9996e-05 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz..;/",status="429"} 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.000112114 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz/",status="429"} 0.000103264 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz/.",status="429"} 0.000150475 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz;",status="429"} 0.000149735 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz;.php",status="429"} 0.000120715 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.gz;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.gz;/",status="429"} 0.000116598 http_request_duration_seconds_count{method="GET",path="/backup.sql.gz;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip",status="429"} 0.0015575900000000002 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip",status="429"} 0.000145954 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip ",status="429"} 0.00029078700000000003 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip..;/",status="429"} 0.000134086 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip/",status="429"} 0.000319661 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip/.",status="429"} 0.000183054 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip;",status="429"} 0.000167234 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip;.php",status="429"} 4.7801e-05 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql.zip;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql.zip;/",status="429"} 9.6095e-05 http_request_duration_seconds_count{method="GET",path="/backup.sql.zip;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/backup.sql/",status="429"} 0.00046704499999999997 http_request_duration_seconds_count{method="GET",path="/backup.sql/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup.sql/.",status="404"} 0.000155312 http_request_duration_seconds_count{method="GET",path="/backup.sql/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup.sql/.",status="429"} 0.000356599 http_request_duration_seconds_count{method="GET",path="/backup.sql/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/backup.sql;",status="429"} 0.000656438 http_request_duration_seconds_count{method="GET",path="/backup.sql;",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup.sql;.php",status="429"} 0.000269999 http_request_duration_seconds_count{method="GET",path="/backup.sql;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.sql;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backup.sql;/",status="429"} 0.00029671600000000004 http_request_duration_seconds_count{method="GET",path="/backup.sql;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.tar.gz",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/backup.tar.gz",status="429"} 0.000295435 http_request_duration_seconds_count{method="GET",path="/backup.tar.gz",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup.zip",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/backup.zip",status="429"} 0.000210051 http_request_duration_seconds_count{method="GET",path="/backup.zip",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup/",status="404"} 0.000144035 http_request_duration_seconds_count{method="GET",path="/backup/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/backup/",status="429"} 0.001795741 http_request_duration_seconds_count{method="GET",path="/backup/",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/ ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup/ ",status="429"} 0.000131014 http_request_duration_seconds_count{method="GET",path="/backup/ ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup/.",status="429"} 5.0375e-05 http_request_duration_seconds_count{method="GET",path="/backup/.",status="429"} 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.000336287 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"} 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.000250601 http_request_duration_seconds_count{method="GET",path="/backup/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup/.git/config",status="404"} 0.000204919 http_request_duration_seconds_count{method="GET",path="/backup/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup//",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup//",status="429"} 0.000183831 http_request_duration_seconds_count{method="GET",path="/backup//",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup/;.php",status="429"} 0.000153188 http_request_duration_seconds_count{method="GET",path="/backup/;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup/;/",status="429"} 0.000181343 http_request_duration_seconds_count{method="GET",path="/backup/;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backup;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backup;",status="429"} 0.000139294 http_request_duration_seconds_count{method="GET",path="/backup;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups",status="429"} 0.000171868 http_request_duration_seconds_count{method="GET",path="/backups",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups ",status="429"} 0.00010859 http_request_duration_seconds_count{method="GET",path="/backups ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups..;/",status="429"} 8.9235e-05 http_request_duration_seconds_count{method="GET",path="/backups..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups/",status="404"} 0.000162905 http_request_duration_seconds_count{method="GET",path="/backups/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/backups/",status="429"} 0.001401795 http_request_duration_seconds_count{method="GET",path="/backups/",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/ ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups/ ",status="429"} 0.00021803 http_request_duration_seconds_count{method="GET",path="/backups/ ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups/.",status="429"} 4.8849e-05 http_request_duration_seconds_count{method="GET",path="/backups/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/backups/.env",status="404"} 0.000436854 http_request_duration_seconds_count{method="GET",path="/backups/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups//",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups//",status="429"} 0.000136783 http_request_duration_seconds_count{method="GET",path="/backups//",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups/;.php",status="429"} 0.000154492 http_request_duration_seconds_count{method="GET",path="/backups/;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups/;/",status="429"} 9.7616e-05 http_request_duration_seconds_count{method="GET",path="/backups/;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/backups;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/backups;",status="429"} 0.000168758 http_request_duration_seconds_count{method="GET",path="/backups;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/baindex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/baindex.php",status="404"} 0.000184476 http_request_duration_seconds_count{method="GET",path="/baindex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/bajah.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/bajah.php",status="404"} 0.001141246 http_request_duration_seconds_count{method="GET",path="/bajah.php",status="404"} 6 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.000206121 http_request_duration_seconds_count{method="GET",path="/bak.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/bb.php",status="404"} 0.00188086 http_request_duration_seconds_count{method="GET",path="/bb.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bb.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bb.php",status="429"} 0.000358347 http_request_duration_seconds_count{method="GET",path="/bb.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bbcc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bbcc.php",status="404"} 0.000211786 http_request_duration_seconds_count{method="GET",path="/bbcc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bdroot.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bdroot.php",status="404"} 0.000178153 http_request_duration_seconds_count{method="GET",path="/bdroot.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/berlin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/berlin.php",status="404"} 0.000175038 http_request_duration_seconds_count{method="GET",path="/berlin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bes.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bes.php",status="404"} 0.000428914 http_request_duration_seconds_count{method="GET",path="/bes.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/beta/.env",status="404"} 0.000275864 http_request_duration_seconds_count{method="GET",path="/beta/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/beta/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/beta/phpinfo.php",status="404"} 0.00031400899999999997 http_request_duration_seconds_count{method="GET",path="/beta/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bg/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bg/xmrlpc.php",status="404"} 0.000199269 http_request_duration_seconds_count{method="GET",path="/bg/xmrlpc.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.001827946 http_request_duration_seconds_count{method="GET",path="/bgymj.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bgymj.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bgymj.php",status="429"} 0.000145036 http_request_duration_seconds_count{method="GET",path="/bgymj.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bhfnd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bhfnd.php",status="404"} 0.000353065 http_request_duration_seconds_count{method="GET",path="/bhfnd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bin/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bin/.env",status="404"} 0.000335936 http_request_duration_seconds_count{method="GET",path="/bin/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bind.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bind.php",status="404"} 0.000191129 http_request_duration_seconds_count{method="GET",path="/bind.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bitbucket-pipelines.yaml",status="404"} 0.000403232 http_request_duration_seconds_count{method="GET",path="/bitbucket-pipelines.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/bitbucket-pipelines.yml",status="404"} 0.000520461 http_request_duration_seconds_count{method="GET",path="/bitbucket-pipelines.yml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bitbucket-pipelines.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bitbucket-pipelines.yml",status="429"} 0.000189104 http_request_duration_seconds_count{method="GET",path="/bitbucket-pipelines.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/biufile.php",status="404"} 0.003616354 http_request_duration_seconds_count{method="GET",path="/biufile.php",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/biufile.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/biufile.php",status="429"} 0.000252402 http_request_duration_seconds_count{method="GET",path="/biufile.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/bk.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/bk.php",status="404"} 0.00047278200000000004 http_request_duration_seconds_count{method="GET",path="/bk.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bks.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bks.php",status="404"} 0.0002716 http_request_duration_seconds_count{method="GET",path="/bks.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/black.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/black.php",status="404"} 0.0006183860000000001 http_request_duration_seconds_count{method="GET",path="/black.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blacks.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blacks.php",status="404"} 0.000167015 http_request_duration_seconds_count{method="GET",path="/blacks.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/bless.php",status="404"} 0.002739187 http_request_duration_seconds_count{method="GET",path="/bless.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless11.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bless11.php",status="404"} 0.000255488 http_request_duration_seconds_count{method="GET",path="/bless11.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless18.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bless18.php",status="404"} 0.000142657 http_request_duration_seconds_count{method="GET",path="/bless18.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bless24.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bless24.php",status="404"} 0.000327583 http_request_duration_seconds_count{method="GET",path="/bless24.php",status="404"} 2 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.000308475 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bless5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bless5.php",status="404"} 0.000233712 http_request_duration_seconds_count{method="GET",path="/bless5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/block-bindings.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/block-bindings.php",status="404"} 0.000132713 http_request_duration_seconds_count{method="GET",path="/block-bindings.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blog",status="404"} 0.000136916 http_request_duration_seconds_count{method="GET",path="/blog",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blog.php",status="404"} 0.000215668 http_request_duration_seconds_count{method="GET",path="/blog.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/blog/",status="404"} 0.004299217 http_request_duration_seconds_count{method="GET",path="/blog/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/byp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blog/byp.php",status="404"} 0.000187235 http_request_duration_seconds_count{method="GET",path="/blog/byp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-json/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/blog/wp-json/",status="404"} 0.0021378390000000003 http_request_duration_seconds_count{method="GET",path="/blog/wp-json/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/blog/wp-login.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/blog/wp-login.php",status="404"} 0.0014873859999999998 http_request_duration_seconds_count{method="GET",path="/blog/wp-login.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blrga.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blrga.php",status="404"} 0.000245417 http_request_duration_seconds_count{method="GET",path="/blrga.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/blue.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/blue.php",status="404"} 0.000196553 http_request_duration_seconds_count{method="GET",path="/blue.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/blurbs.php",status="404"} 0.004927051 http_request_duration_seconds_count{method="GET",path="/blurbs.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/blurbs.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/blurbs.php",status="429"} 0.000411508 http_request_duration_seconds_count{method="GET",path="/blurbs.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bob.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bob.php",status="404"} 0.00020427 http_request_duration_seconds_count{method="GET",path="/bob.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/bolt.php",status="404"} 0.0011174499999999999 http_request_duration_seconds_count{method="GET",path="/bolt.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bolt.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bolt.php",status="429"} 0.000192745 http_request_duration_seconds_count{method="GET",path="/bolt.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/bootstrap.php",status="404"} 0.001433492 http_request_duration_seconds_count{method="GET",path="/bootstrap.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bootstrap.yml",status="429"} 0.000104867 http_request_duration_seconds_count{method="GET",path="/bootstrap.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bootstrap/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bootstrap/.env",status="404"} 0.000410155 http_request_duration_seconds_count{method="GET",path="/bootstrap/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/borneo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/borneo.php",status="404"} 0.00039270600000000004 http_request_duration_seconds_count{method="GET",path="/borneo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/brc.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/brc.php",status="404"} 0.000365159 http_request_duration_seconds_count{method="GET",path="/brc.php",status="404"} 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.000196463 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.000240362 http_request_duration_seconds_count{method="GET",path="/brevo/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/browse.php",status="404"} 0.000222623 http_request_duration_seconds_count{method="GET",path="/browse.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/browse.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/browse.php",status="429"} 0.000216652 http_request_duration_seconds_count{method="GET",path="/browse.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bscclapb.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bscclapb.php",status="404"} 0.00030355 http_request_duration_seconds_count{method="GET",path="/bscclapb.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bsg-management/php.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bsg-management/php.php",status="404"} 0.000413031 http_request_duration_seconds_count{method="GET",path="/bsg-management/php.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/bthil.php",status="404"} 0.004090732 http_request_duration_seconds_count{method="GET",path="/bthil.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bthil.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bthil.php",status="429"} 0.000165232 http_request_duration_seconds_count{method="GET",path="/bthil.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/btx25.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/btx25.php",status="404"} 0.0017857279999999999 http_request_duration_seconds_count{method="GET",path="/btx25.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/buds1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/buds1.php",status="404"} 0.000157249 http_request_duration_seconds_count{method="GET",path="/buds1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/build.json",status="429"} 0.0010284040000000001 http_request_duration_seconds_count{method="GET",path="/build.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.json",status="429"} 0.000205111 http_request_duration_seconds_count{method="GET",path="/build.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/build.json ",status="429"} 0.000263112 http_request_duration_seconds_count{method="GET",path="/build.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.json..;/",status="429"} 0.000143288 http_request_duration_seconds_count{method="GET",path="/build.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/build.json/",status="429"} 0.000197511 http_request_duration_seconds_count{method="GET",path="/build.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.json/.",status="429"} 0.000185048 http_request_duration_seconds_count{method="GET",path="/build.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.json;",status="429"} 0.000164053 http_request_duration_seconds_count{method="GET",path="/build.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.json;.php",status="429"} 0.000141462 http_request_duration_seconds_count{method="GET",path="/build.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.json;/",status="429"} 0.000107575 http_request_duration_seconds_count{method="GET",path="/build.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build.php",status="404"} 0.00018496 http_request_duration_seconds_count{method="GET",path="/build.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build/.env",status="404"} 0.000227894 http_request_duration_seconds_count{method="GET",path="/build/.env",status="404"} 1 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.000191043 http_request_duration_seconds_count{method="GET",path="/build/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/build/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/build/config.js",status="404"} 0.001120948 http_request_duration_seconds_count{method="GET",path="/build/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildkite/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/buildkite/.env",status="404"} 0.00027052900000000004 http_request_duration_seconds_count{method="GET",path="/buildkite/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/buildspec.yml",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/buildspec.yml",status="429"} 0.00024946 http_request_duration_seconds_count{method="GET",path="/buildspec.yml",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/bulk/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/bulk/.env",status="404"} 0.000491162 http_request_duration_seconds_count{method="GET",path="/bulk/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bumxewlsll.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bumxewlsll.php",status="404"} 0.000128595 http_request_duration_seconds_count{method="GET",path="/bumxewlsll.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/buy.php",status="404"} 0.000513909 http_request_duration_seconds_count{method="GET",path="/buy.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/buy.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/buy.php",status="429"} 0.000195392 http_request_duration_seconds_count{method="GET",path="/buy.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxhnfdgd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bxhnfdgd.php",status="404"} 0.000149238 http_request_duration_seconds_count{method="GET",path="/bxhnfdgd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bxkss.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bxkss.php",status="404"} 0.000359479 http_request_duration_seconds_count{method="GET",path="/bxkss.php",status="404"} 1 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.000138441 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/byp.php",status="404"} 0.000229149 http_request_duration_seconds_count{method="GET",path="/byp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/byp8.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/byp8.php",status="404"} 0.000692818 http_request_duration_seconds_count{method="GET",path="/byp8.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/bypass.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/bypass.php",status="404"} 0.000181133 http_request_duration_seconds_count{method="GET",path="/bypass.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/c4.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/c4.php",status="404"} 0.0005164179999999999 http_request_duration_seconds_count{method="GET",path="/c4.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache-compat.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cache-compat.php",status="404"} 0.000198382 http_request_duration_seconds_count{method="GET",path="/cache-compat.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/cache.php",status="404"} 0.001709028 http_request_duration_seconds_count{method="GET",path="/cache.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cache.php",status="429"} 0.000322543 http_request_duration_seconds_count{method="GET",path="/cache.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cache/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cache/.env",status="404"} 0.001554588 http_request_duration_seconds_count{method="GET",path="/cache/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cah.php",status="404"} 0.001039505 http_request_duration_seconds_count{method="GET",path="/cah.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cah.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cah.php",status="429"} 0.000698686 http_request_duration_seconds_count{method="GET",path="/cah.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cakephp/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cakephp/.env",status="404"} 0.00036549499999999997 http_request_duration_seconds_count{method="GET",path="/cakephp/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/camara.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/camara.php",status="404"} 0.000505787 http_request_duration_seconds_count{method="GET",path="/camara.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/campaign/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/campaign/.env",status="404"} 0.00048282200000000005 http_request_duration_seconds_count{method="GET",path="/campaign/.env",status="404"} 2 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.000523643 http_request_duration_seconds_count{method="GET",path="/cap.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/card.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/card.php",status="404"} 0.00019196 http_request_duration_seconds_count{method="GET",path="/card.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/catalog/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/catalog/config.php",status="404"} 0.000626329 http_request_duration_seconds_count{method="GET",path="/catalog/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/cc.php",status="404"} 0.0011224610000000002 http_request_duration_seconds_count{method="GET",path="/cc.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cc.php",status="429"} 0.000309343 http_request_duration_seconds_count{method="GET",path="/cc.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cc13.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cc13.php",status="404"} 0.000258565 http_request_duration_seconds_count{method="GET",path="/cc13.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/ccc.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/ccc.php",status="404"} 0.0027254980000000002 http_request_duration_seconds_count{method="GET",path="/ccc.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cccc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cccc.php",status="404"} 0.000249964 http_request_duration_seconds_count{method="GET",path="/cccc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/ccou.php",status="404"} 0.0020980910000000003 http_request_duration_seconds_count{method="GET",path="/ccou.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ccou.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ccou.php",status="429"} 0.000123968 http_request_duration_seconds_count{method="GET",path="/ccou.php",status="429"} 1 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.000208524 http_request_duration_seconds_count{method="GET",path="/ccs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cd/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cd/.env",status="404"} 0.00043691 http_request_duration_seconds_count{method="GET",path="/cd/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cfile.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cfile.php",status="404"} 0.000790535 http_request_duration_seconds_count{method="GET",path="/cfile.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/",status="404"} 0.000528742 http_request_duration_seconds_count{method="GET",path="/cgi-bin/",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404"} 0.000128435 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429"} 0.000488409 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404"} 0.000158236 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429"} 0.000855115 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429"} 0.00045922599999999997 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429"} 0.00033566800000000007 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429"} 0.000501245 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404"} 0.00041794 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429"} 0.000417673 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404"} 0.000353604 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429"} 0.000289743 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404"} 7.8614e-05 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429"} 0.00036571 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404"} 7.7199e-05 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429"} 0.000405849 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404"} 0.000113296 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429"} 0.00039692899999999997 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429"} 0.0005085780000000001 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404"} 0.000143696 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429"} 0.000445734 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429"} 0.000249151 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429"} 0.001190233 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429"} 0.00042417900000000006 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404"} 0.00028251700000000003 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429"} 0.00035335300000000004 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404"} 6.3196e-05 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429"} 0.000583252 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429"} 0.000356241 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404"} 0.00039806899999999997 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429"} 0.000280937 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404"} 0.000118053 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429"} 0.000515741 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404"} 0.000167666 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429"} 0.00041717200000000005 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404"} 0.000226456 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429"} 0.00031840899999999997 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429"} 0.000624063 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404"} 0.000187387 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429"} 0.00054925 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429"} 0.000895724 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429"} 0.000469471 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404"} 0.00024671299999999997 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429"} 0.001017344 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429"} 0.000842932 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404"} 0.000237586 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429"} 0.0005511639999999999 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429"} 0.00047084000000000004 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404"} 0.000144182 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429"} 0.00037600000000000003 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404"} 0.00026790500000000003 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429"} 0.00036508600000000003 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404"} 0.000300856 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429"} 0.000306854 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404"} 0.000167397 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429"} 0.000459702 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404"} 3.9057e-05 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429"} 0.000333781 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404"} 0.000137503 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429"} 0.000311864 http_request_duration_seconds_count{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/about.php",status="404"} 0.000159614 http_request_duration_seconds_count{method="GET",path="/cgi-bin/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/cloud.php",status="404"} 0.000242788 http_request_duration_seconds_count{method="GET",path="/cgi-bin/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/index.php",status="404"} 0.0015466660000000001 http_request_duration_seconds_count{method="GET",path="/cgi-bin/index.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/index.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/index.php",status="429"} 0.00031733 http_request_duration_seconds_count{method="GET",path="/cgi-bin/index.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/upfile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/upfile.php",status="404"} 0.000145043 http_request_duration_seconds_count{method="GET",path="/cgi-bin/upfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cgi-bin/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cgi-bin/xmrlpc.php",status="404"} 0.000192389 http_request_duration_seconds_count{method="GET",path="/cgi-bin/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.production.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/charts/values.production.yaml",status="404"} 0.000215235 http_request_duration_seconds_count{method="GET",path="/charts/values.production.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/charts/values.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/charts/values.yaml",status="404"} 0.000208039 http_request_duration_seconds_count{method="GET",path="/charts/values.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/chomu.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/chomu.php",status="404"} 0.000338939 http_request_duration_seconds_count{method="GET",path="/chomu.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="404",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/chosen.php",status="404"} 0.003941237 http_request_duration_seconds_count{method="GET",path="/chosen.php",status="404"} 19 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/chosen.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/chosen.php",status="429"} 0.0009778590000000002 http_request_duration_seconds_count{method="GET",path="/chosen.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ci/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ci/.env",status="404"} 0.00030917 http_request_duration_seconds_count{method="GET",path="/ci/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cilus.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cilus.php",status="404"} 0.000572639 http_request_duration_seconds_count{method="GET",path="/cilus.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/circleci/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/circleci/.env",status="404"} 0.000394554 http_request_duration_seconds_count{method="GET",path="/circleci/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/clasa99.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/clasa99.php",status="404"} 0.000366382 http_request_duration_seconds_count{method="GET",path="/clasa99.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-t.api.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/class-t.api.php",status="404"} 0.00081317 http_request_duration_seconds_count{method="GET",path="/class-t.api.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-walker-footer-dev.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/class-walker-footer-dev.php",status="404"} 0.000413644 http_request_duration_seconds_count{method="GET",path="/class-walker-footer-dev.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-image.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class-wp-image.php",status="404"} 0.000136579 http_request_duration_seconds_count{method="GET",path="/class-wp-image.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp-logo-new.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class-wp-logo-new.php",status="404"} 0.000235062 http_request_duration_seconds_count{method="GET",path="/class-wp-logo-new.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class-wp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class-wp.php",status="404"} 0.000171459 http_request_duration_seconds_count{method="GET",path="/class-wp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/class.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/class.php",status="404"} 0.001017042 http_request_duration_seconds_count{method="GET",path="/class.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class19.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class19.php",status="404"} 0.000273803 http_request_duration_seconds_count{method="GET",path="/class19.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class20.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class20.php",status="404"} 0.000152934 http_request_duration_seconds_count{method="GET",path="/class20.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class629.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class629.php",status="404"} 0.000204685 http_request_duration_seconds_count{method="GET",path="/class629.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/class9.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/class9.php",status="404"} 0.000227572 http_request_duration_seconds_count{method="GET",path="/class9.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/classsmtps.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/classsmtps.php",status="404"} 0.000160336 http_request_duration_seconds_count{method="GET",path="/classsmtps.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.005"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.01"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.025"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.05"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.1"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.25"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="0.5"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="1"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="2.5"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="5"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="10"} 35 http_request_duration_seconds_bucket{method="GET",path="/classwithtostring.php",status="404",le="+Inf"} 35 http_request_duration_seconds_sum{method="GET",path="/classwithtostring.php",status="404"} 0.009121980000000002 http_request_duration_seconds_count{method="GET",path="/classwithtostring.php",status="404"} 35 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.000203885 http_request_duration_seconds_count{method="GET",path="/classwithtostring.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/claude.md",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/claude.md",status="429"} 0.000403591 http_request_duration_seconds_count{method="GET",path="/claude.md",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/click.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/click.php",status="404"} 0.000165098 http_request_duration_seconds_count{method="GET",path="/click.php",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.000177324 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"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/client/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/client/.env",status="429"} 0.000541898 http_request_duration_seconds_count{method="GET",path="/client/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/client_secret.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/client_secret.json",status="429"} 0.000214379 http_request_duration_seconds_count{method="GET",path="/client_secret.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud-init/user-data",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cloud-init/user-data",status="404"} 0.00015152 http_request_duration_seconds_count{method="GET",path="/cloud-init/user-data",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cloud.json",status="429"} 0.000119507 http_request_duration_seconds_count{method="GET",path="/cloud.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cloud.php",status="404"} 0.000155768 http_request_duration_seconds_count{method="GET",path="/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cloud/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cloud/.env",status="404"} 0.000342442 http_request_duration_seconds_count{method="GET",path="/cloud/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cls.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cls.php",status="404"} 0.000252699 http_request_duration_seconds_count{method="GET",path="/cls.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/clxcc.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/clxcc.php",status="404"} 0.000448303 http_request_duration_seconds_count{method="GET",path="/clxcc.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cmd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cmd.php",status="404"} 0.000155377 http_request_duration_seconds_count{method="GET",path="/cmd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cms.php",status="404"} 0.000176064 http_request_duration_seconds_count{method="GET",path="/cms.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/cms/",status="404"} 0.0013103630000000002 http_request_duration_seconds_count{method="GET",path="/cms/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cms/.env",status="404"} 0.000340997 http_request_duration_seconds_count{method="GET",path="/cms/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-json/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/cms/wp-json/",status="404"} 0.0009944230000000001 http_request_duration_seconds_count{method="GET",path="/cms/wp-json/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/cms/wp-login.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/cms/wp-login.php",status="404"} 0.0011425250000000001 http_request_duration_seconds_count{method="GET",path="/cms/wp-login.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/co.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/co.php",status="404"} 0.000424994 http_request_duration_seconds_count{method="GET",path="/co.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/codeigniter/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/codeigniter/.env",status="404"} 0.000343929 http_request_duration_seconds_count{method="GET",path="/codeigniter/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffee.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/coffee.php",status="404"} 0.002015944 http_request_duration_seconds_count{method="GET",path="/coffee.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/coffexium.php",status="404",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/coffexium.php",status="404"} 0.003271406999999999 http_request_duration_seconds_count{method="GET",path="/coffexium.php",status="404"} 19 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cok.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cok.php",status="404"} 0.000169737 http_request_duration_seconds_count{method="GET",path="/cok.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/colors.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/colors.php",status="404"} 0.000202633 http_request_duration_seconds_count{method="GET",path="/colors.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/colour.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/colour.php",status="404"} 0.000163561 http_request_duration_seconds_count{method="GET",path="/colour.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/common.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/common.php",status="404"} 0.000184344 http_request_duration_seconds_count{method="GET",path="/common.php",status="404"} 1 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.000213079 http_request_duration_seconds_count{method="GET",path="/composer.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config",status="404"} 0.000183867 http_request_duration_seconds_count{method="GET",path="/config",status="404"} 1 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.00107976 http_request_duration_seconds_count{method="GET",path="/config.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.ini",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.ini",status="404"} 0.00012301 http_request_duration_seconds_count{method="GET",path="/config.ini",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config.js",status="404"} 0.000628305 http_request_duration_seconds_count{method="GET",path="/config.js",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config.js",status="429"} 0.001710542 http_request_duration_seconds_count{method="GET",path="/config.js",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.js",status="429"} 0.000113296 http_request_duration_seconds_count{method="GET",path="/config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.js ",status="429"} 0.000285227 http_request_duration_seconds_count{method="GET",path="/config.js ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.js..;/",status="429"} 7.5089e-05 http_request_duration_seconds_count{method="GET",path="/config.js..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.js/",status="429"} 0.000217989 http_request_duration_seconds_count{method="GET",path="/config.js/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.js/.",status="429"} 0.000141884 http_request_duration_seconds_count{method="GET",path="/config.js/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.js;",status="404"} 0.00012874 http_request_duration_seconds_count{method="GET",path="/config.js;",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.js;.php",status="429"} 0.000121106 http_request_duration_seconds_count{method="GET",path="/config.js;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.js;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.js;/",status="429"} 0.000149992 http_request_duration_seconds_count{method="GET",path="/config.js;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/config.json",status="404"} 0.0012960839999999999 http_request_duration_seconds_count{method="GET",path="/config.json",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/config.json",status="429"} 0.0014461359999999998 http_request_duration_seconds_count{method="GET",path="/config.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json",status="429"} 0.000191186 http_request_duration_seconds_count{method="GET",path="/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json ",status="404"} 0.000167195 http_request_duration_seconds_count{method="GET",path="/config.json ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json ",status="429"} 0.000135698 http_request_duration_seconds_count{method="GET",path="/config.json ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json..;/",status="429"} 0.00017279 http_request_duration_seconds_count{method="GET",path="/config.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/config.json.php",status="404"} 0.001190669 http_request_duration_seconds_count{method="GET",path="/config.json.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json.php",status="429"} 0.000135169 http_request_duration_seconds_count{method="GET",path="/config.json.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json.save",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config.json.save",status="404"} 0.000548145 http_request_duration_seconds_count{method="GET",path="/config.json.save",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.json/",status="429"} 0.00033271500000000003 http_request_duration_seconds_count{method="GET",path="/config.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json/.",status="429"} 0.000129678 http_request_duration_seconds_count{method="GET",path="/config.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json;",status="429"} 0.000139659 http_request_duration_seconds_count{method="GET",path="/config.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json;.php",status="429"} 0.000140962 http_request_duration_seconds_count{method="GET",path="/config.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.json;/",status="429"} 0.000153016 http_request_duration_seconds_count{method="GET",path="/config.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/config.php",status="404"} 0.001907068 http_request_duration_seconds_count{method="GET",path="/config.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php",status="429"} 0.000253706 http_request_duration_seconds_count{method="GET",path="/config.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config.php.bak",status="404"} 0.0005835220000000001 http_request_duration_seconds_count{method="GET",path="/config.php.bak",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/config.php.bak",status="429"} 0.0013605470000000001 http_request_duration_seconds_count{method="GET",path="/config.php.bak",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.bak",status="429"} 0.000109529 http_request_duration_seconds_count{method="GET",path="/config.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.php.bak ",status="429"} 0.000287316 http_request_duration_seconds_count{method="GET",path="/config.php.bak ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.bak..;/",status="429"} 0.000176546 http_request_duration_seconds_count{method="GET",path="/config.php.bak..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.php.bak/",status="429"} 0.000206634 http_request_duration_seconds_count{method="GET",path="/config.php.bak/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.bak/.",status="429"} 0.000121735 http_request_duration_seconds_count{method="GET",path="/config.php.bak/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.bak;",status="429"} 7.7003e-05 http_request_duration_seconds_count{method="GET",path="/config.php.bak;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.bak;.php",status="429"} 0.00015502 http_request_duration_seconds_count{method="GET",path="/config.php.bak;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.bak;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.bak;/",status="429"} 0.000141562 http_request_duration_seconds_count{method="GET",path="/config.php.bak;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/config.php.old",status="429"} 0.001472797 http_request_duration_seconds_count{method="GET",path="/config.php.old",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.old",status="429"} 9.5485e-05 http_request_duration_seconds_count{method="GET",path="/config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.php.old ",status="429"} 0.000286576 http_request_duration_seconds_count{method="GET",path="/config.php.old ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.old..;/",status="429"} 0.000244058 http_request_duration_seconds_count{method="GET",path="/config.php.old..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.php.old/",status="429"} 0.000206753 http_request_duration_seconds_count{method="GET",path="/config.php.old/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.old/.",status="429"} 0.000841217 http_request_duration_seconds_count{method="GET",path="/config.php.old/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.old;",status="429"} 0.000111415 http_request_duration_seconds_count{method="GET",path="/config.php.old;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.old;.php",status="429"} 0.000297388 http_request_duration_seconds_count{method="GET",path="/config.php.old;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php.old;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php.old;/",status="429"} 0.000240996 http_request_duration_seconds_count{method="GET",path="/config.php.old;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.php7",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.php7",status="404"} 0.000146675 http_request_duration_seconds_count{method="GET",path="/config.php7",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.py",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config.py",status="404"} 0.00010376 http_request_duration_seconds_count{method="GET",path="/config.py",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.toml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.toml",status="404"} 0.00032767 http_request_duration_seconds_count{method="GET",path="/config.toml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config.yaml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config.yaml",status="404"} 0.00044800199999999997 http_request_duration_seconds_count{method="GET",path="/config.yaml",status="404"} 3 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.0006028310000000001 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config.yml",status="404"} 0.000331866 http_request_duration_seconds_count{method="GET",path="/config.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/./app.php",status="404"} 0.00017553 http_request_duration_seconds_count{method="GET",path="/config/./app.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./app.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/./app.php",status="429"} 0.000651174 http_request_duration_seconds_count{method="GET",path="/config/./app.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./database.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/config/./database.php",status="429"} 0.0008254950000000001 http_request_duration_seconds_count{method="GET",path="/config/./database.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/./mail.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/./mail.php",status="429"} 0.000364582 http_request_duration_seconds_count{method="GET",path="/config/./mail.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/.env",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/config/.env",status="404"} 0.000921816 http_request_duration_seconds_count{method="GET",path="/config/.env",status="404"} 5 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.00033037699999999997 http_request_duration_seconds_count{method="GET",path="/config/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/.env.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/.env.php",status="429"} 0.000102265 http_request_duration_seconds_count{method="GET",path="/config/.env.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/App.php",status="404"} 0.000605346 http_request_duration_seconds_count{method="GET",path="/config/App.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/App.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/App.php",status="429"} 0.000155408 http_request_duration_seconds_count{method="GET",path="/config/App.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Database.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/Database.php",status="429"} 0.000572707 http_request_duration_seconds_count{method="GET",path="/config/Database.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/Mail.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/Mail.php",status="429"} 0.00031725 http_request_duration_seconds_count{method="GET",path="/config/Mail.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/config/app.php",status="404"} 0.001314272 http_request_duration_seconds_count{method="GET",path="/config/app.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/config/app.php",status="429",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/config/app.php",status="429"} 0.002692717 http_request_duration_seconds_count{method="GET",path="/config/app.php",status="429"} 17 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.000381451 http_request_duration_seconds_count{method="GET",path="/config/app.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php ",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/config/app.php ",status="429"} 0.00087196 http_request_duration_seconds_count{method="GET",path="/config/app.php ",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/app.php..;/",status="404"} 0.000360384 http_request_duration_seconds_count{method="GET",path="/config/app.php..;/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/app.php..;/",status="429"} 0.000149697 http_request_duration_seconds_count{method="GET",path="/config/app.php..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/app.php/",status="404"} 0.000236247 http_request_duration_seconds_count{method="GET",path="/config/app.php/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/app.php/",status="429"} 0.000668255 http_request_duration_seconds_count{method="GET",path="/config/app.php/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php/.",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/app.php/.",status="429"} 0.000588078 http_request_duration_seconds_count{method="GET",path="/config/app.php/.",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php::$DATA",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/app.php::$DATA",status="404"} 0.000196017 http_request_duration_seconds_count{method="GET",path="/config/app.php::$DATA",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/app.php;",status="429"} 0.0005836120000000001 http_request_duration_seconds_count{method="GET",path="/config/app.php;",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/app.php;.php",status="429"} 0.00032839800000000004 http_request_duration_seconds_count{method="GET",path="/config/app.php;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/app.php;/",status="404"} 0.000184905 http_request_duration_seconds_count{method="GET",path="/config/app.php;/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app.php;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/app.php;/",status="429"} 0.000146837 http_request_duration_seconds_count{method="GET",path="/config/app.php;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/app/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/app/.env",status="404"} 0.000296617 http_request_duration_seconds_count{method="GET",path="/config/app/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.properties",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/application.properties",status="404"} 0.000147505 http_request_duration_seconds_count{method="GET",path="/config/application.properties",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/application.yml",status="404"} 0.000339649 http_request_duration_seconds_count{method="GET",path="/config/application.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/application.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/application.yml",status="429"} 0.000138802 http_request_duration_seconds_count{method="GET",path="/config/application.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.env",status="404"} 0.000157342 http_request_duration_seconds_count{method="GET",path="/config/aws.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.json",status="404"} 0.000176819 http_request_duration_seconds_count{method="GET",path="/config/aws.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.json",status="429"} 0.00025029 http_request_duration_seconds_count{method="GET",path="/config/aws.json",status="429"} 1 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.00018492 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.php",status="429"} 9.1534e-05 http_request_duration_seconds_count{method="GET",path="/config/aws.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.yaml",status="404"} 0.00019346 http_request_duration_seconds_count{method="GET",path="/config/aws.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.yml",status="404"} 0.000347311 http_request_duration_seconds_count{method="GET",path="/config/aws.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/aws.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/aws.yml",status="429"} 8.2646e-05 http_request_duration_seconds_count{method="GET",path="/config/aws.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/config.php",status="429"} 0.00025638 http_request_duration_seconds_count{method="GET",path="/config/config.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/credentials.json",status="429"} 0.00039955 http_request_duration_seconds_count{method="GET",path="/config/credentials.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/credentials.yml.enc",status="404"} 0.000377719 http_request_duration_seconds_count{method="GET",path="/config/credentials.yml.enc",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/credentials.yml.enc",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/credentials.yml.enc",status="429"} 4.6284e-05 http_request_duration_seconds_count{method="GET",path="/config/credentials.yml.enc",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/config/database.php",status="404"} 0.001245983 http_request_duration_seconds_count{method="GET",path="/config/database.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.005"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.01"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.025"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.05"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.1"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.25"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/config/database.php",status="429"} 0.0033675130000000004 http_request_duration_seconds_count{method="GET",path="/config/database.php",status="429"} 20 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/database.php",status="404"} 0.000171235 http_request_duration_seconds_count{method="GET",path="/config/database.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/database.php",status="429"} 0.000134437 http_request_duration_seconds_count{method="GET",path="/config/database.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/database.php ",status="404"} 0.000132488 http_request_duration_seconds_count{method="GET",path="/config/database.php ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/database.php ",status="429"} 0.0006260889999999999 http_request_duration_seconds_count{method="GET",path="/config/database.php ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/database.php..;/",status="429"} 0.000397952 http_request_duration_seconds_count{method="GET",path="/config/database.php..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/config/database.php/",status="429"} 0.000632705 http_request_duration_seconds_count{method="GET",path="/config/database.php/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php/.",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/database.php/.",status="429"} 0.000432939 http_request_duration_seconds_count{method="GET",path="/config/database.php/.",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/database.php::$DATA",status="429"} 0.000152425 http_request_duration_seconds_count{method="GET",path="/config/database.php::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/database.php;",status="429"} 0.00043911799999999995 http_request_duration_seconds_count{method="GET",path="/config/database.php;",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.php;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/database.php;.php",status="429"} 0.00036838500000000004 http_request_duration_seconds_count{method="GET",path="/config/database.php;.php",status="429"} 2 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.000263874 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.000339001 http_request_duration_seconds_count{method="GET",path="/config/database.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/database.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/database.yml",status="429"} 0.000235781 http_request_duration_seconds_count{method="GET",path="/config/database.yml",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/default.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/default.json",status="404"} 0.00023119 http_request_duration_seconds_count{method="GET",path="/config/default.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/deploy.rb",status="404"} 0.000163994 http_request_duration_seconds_count{method="GET",path="/config/deploy.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/deploy/production.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/deploy/production.rb",status="404"} 0.000198348 http_request_duration_seconds_count{method="GET",path="/config/deploy/production.rb",status="404"} 1 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.000181702 http_request_duration_seconds_count{method="GET",path="/config/development.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/email.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/email.php",status="404"} 0.000198473 http_request_duration_seconds_count{method="GET",path="/config/email.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/development.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/environments/development.rb",status="404"} 0.00018005 http_request_duration_seconds_count{method="GET",path="/config/environments/development.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/production.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/environments/production.rb",status="404"} 0.000157906 http_request_duration_seconds_count{method="GET",path="/config/environments/production.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/environments/staging.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/environments/staging.rb",status="404"} 0.002273568 http_request_duration_seconds_count{method="GET",path="/config/environments/staging.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/firebase-admin.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/firebase-admin.json",status="429"} 0.000108132 http_request_duration_seconds_count{method="GET",path="/config/firebase-admin.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/gcp-credentials.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/gcp-credentials.json",status="429"} 0.000116041 http_request_duration_seconds_count{method="GET",path="/config/gcp-credentials.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/action_mailer.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/initializers/action_mailer.rb",status="404"} 0.000278101 http_request_duration_seconds_count{method="GET",path="/config/initializers/action_mailer.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/aws.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/initializers/aws.rb",status="404"} 0.000201094 http_request_duration_seconds_count{method="GET",path="/config/initializers/aws.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/mail.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/initializers/mail.rb",status="404"} 0.000176345 http_request_duration_seconds_count{method="GET",path="/config/initializers/mail.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/ses.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/initializers/ses.rb",status="404"} 0.000140003 http_request_duration_seconds_count{method="GET",path="/config/initializers/ses.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/initializers/smtp.rb",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/initializers/smtp.rb",status="404"} 0.000171895 http_request_duration_seconds_count{method="GET",path="/config/initializers/smtp.rb",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/local.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/local.json",status="404"} 0.00082712 http_request_duration_seconds_count{method="GET",path="/config/local.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/config/mail.php",status="404"} 0.001174814 http_request_duration_seconds_count{method="GET",path="/config/mail.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/config/mail.php",status="429"} 0.0018922499999999998 http_request_duration_seconds_count{method="GET",path="/config/mail.php",status="429"} 13 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.000218498 http_request_duration_seconds_count{method="GET",path="/config/mail.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php ",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/mail.php ",status="429"} 0.000444053 http_request_duration_seconds_count{method="GET",path="/config/mail.php ",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/mail.php..;/",status="429"} 0.000365004 http_request_duration_seconds_count{method="GET",path="/config/mail.php..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/mail.php/",status="429"} 0.00041869499999999996 http_request_duration_seconds_count{method="GET",path="/config/mail.php/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/mail.php/.",status="429"} 0.000273819 http_request_duration_seconds_count{method="GET",path="/config/mail.php/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/mail.php;",status="429"} 0.000333133 http_request_duration_seconds_count{method="GET",path="/config/mail.php;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/mail.php;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/mail.php;.php",status="429"} 0.000116654 http_request_duration_seconds_count{method="GET",path="/config/mail.php;.php",status="429"} 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.000167074 http_request_duration_seconds_count{method="GET",path="/config/mail.php;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/master.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/master.key",status="404"} 0.00053469 http_request_duration_seconds_count{method="GET",path="/config/master.key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/prod.exs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/prod.exs",status="429"} 0.00011992 http_request_duration_seconds_count{method="GET",path="/config/prod.exs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/production.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/production.json",status="404"} 0.000264304 http_request_duration_seconds_count{method="GET",path="/config/production.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/runtime.exs",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/runtime.exs",status="404"} 0.000195427 http_request_duration_seconds_count{method="GET",path="/config/runtime.exs",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/secrets.json",status="404"} 0.000162254 http_request_duration_seconds_count{method="GET",path="/config/secrets.json",status="404"} 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.000176489 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/secrets.yml",status="429"} 0.000192676 http_request_duration_seconds_count{method="GET",path="/config/secrets.yml",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/secrets.yml.enc",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/secrets.yml.enc",status="404"} 0.000183294 http_request_duration_seconds_count{method="GET",path="/config/secrets.yml.enc",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/sendgrid.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/sendgrid.env",status="429"} 0.000208874 http_request_duration_seconds_count{method="GET",path="/config/sendgrid.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/service-account.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/config/service-account.json",status="429"} 0.001075776 http_request_duration_seconds_count{method="GET",path="/config/service-account.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/ses.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/ses.php",status="404"} 0.00022559 http_request_duration_seconds_count{method="GET",path="/config/ses.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.inc.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/config/settings.inc.php",status="404"} 0.000550325 http_request_duration_seconds_count{method="GET",path="/config/settings.inc.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.py",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/settings.py",status="429"} 0.000104299 http_request_duration_seconds_count{method="GET",path="/config/settings.py",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/settings.yml",status="404"} 0.000159567 http_request_duration_seconds_count{method="GET",path="/config/settings.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/production.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/settings/production.yml",status="404"} 0.000326491 http_request_duration_seconds_count{method="GET",path="/config/settings/production.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/settings/staging.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/settings/staging.yml",status="404"} 0.000127749 http_request_duration_seconds_count{method="GET",path="/config/settings/staging.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/storage.yml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/storage.yml",status="404"} 0.000132053 http_request_duration_seconds_count{method="GET",path="/config/storage.yml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/config/stripe.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/config/stripe.json",status="404"} 0.000130937 http_request_duration_seconds_count{method="GET",path="/config/stripe.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configprops",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configprops",status="404"} 0.00014907 http_request_duration_seconds_count{method="GET",path="/configprops",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configs.php",status="404"} 0.000204459 http_request_duration_seconds_count{method="GET",path="/configs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configuration.js",status="429"} 0.000117135 http_request_duration_seconds_count{method="GET",path="/configuration.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/configuration.php",status="404"} 0.000541904 http_request_duration_seconds_count{method="GET",path="/configuration.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configuration.php",status="429"} 0.000150476 http_request_duration_seconds_count{method="GET",path="/configuration.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/configuration.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/configuration.php.bak",status="429"} 0.000148368 http_request_duration_seconds_count{method="GET",path="/configuration.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cong.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cong.php",status="404"} 0.0009412730000000001 http_request_duration_seconds_count{method="GET",path="/cong.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/console/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/console/",status="404"} 0.000469016 http_request_duration_seconds_count{method="GET",path="/console/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/containers/json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/containers/json",status="404"} 0.000241061 http_request_duration_seconds_count{method="GET",path="/containers/json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/content.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/content.php",status="404"} 0.00032224900000000004 http_request_duration_seconds_count{method="GET",path="/content.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/control-panel/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/control-panel/.env",status="404"} 0.000399253 http_request_duration_seconds_count{method="GET",path="/control-panel/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cookie.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cookie.php",status="404"} 0.000208697 http_request_duration_seconds_count{method="GET",path="/cookie.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/core",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core",status="404"} 0.000138646 http_request_duration_seconds_count{method="GET",path="/core",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/core.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/core.php",status="404"} 0.000678005 http_request_duration_seconds_count{method="GET",path="/core.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/core/.env",status="404"} 0.000357241 http_request_duration_seconds_count{method="GET",path="/core/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/.env",status="429"} 0.000116135 http_request_duration_seconds_count{method="GET",path="/core/.env",status="429"} 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.000234049 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"} 0.000259717 http_request_duration_seconds_count{method="GET",path="/core/app/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/core/phpinfo.php",status="404"} 0.00030539499999999997 http_request_duration_seconds_count{method="GET",path="/core/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/core/settings.py",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/core/settings.py",status="429"} 0.000167979 http_request_duration_seconds_count{method="GET",path="/core/settings.py",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cp2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cp2.php",status="404"} 0.000142858 http_request_duration_seconds_count{method="GET",path="/cp2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cpanel/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cpanel/phpinfo.php",status="404"} 0.000388952 http_request_duration_seconds_count{method="GET",path="/cpanel/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/credentials.json",status="404"} 0.00021294 http_request_duration_seconds_count{method="GET",path="/credentials.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials.json",status="429"} 8.5062e-05 http_request_duration_seconds_count{method="GET",path="/credentials.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/credentials/store/system/domain/_/api/json",status="404"} 0.000315922 http_request_duration_seconds_count{method="GET",path="/credentials/store/system/domain/_/api/json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/creds.json",status="404"} 0.000194583 http_request_duration_seconds_count{method="GET",path="/creds.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/creds.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/creds.json",status="429"} 0.000130021 http_request_duration_seconds_count{method="GET",path="/creds.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/crgio.php",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/crgio.php",status="404"} 0.002670094 http_request_duration_seconds_count{method="GET",path="/crgio.php",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/crm/.env",status="404"} 0.00036579799999999997 http_request_duration_seconds_count{method="GET",path="/crm/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/crm/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/crm/.env",status="429"} 0.000128169 http_request_duration_seconds_count{method="GET",path="/crm/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cron.php",status="404"} 0.000283441 http_request_duration_seconds_count{method="GET",path="/cron.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cron/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cron/.env",status="404"} 0.00042768 http_request_duration_seconds_count{method="GET",path="/cron/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cronlab/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cronlab/.env",status="404"} 0.000357922 http_request_duration_seconds_count{method="GET",path="/cronlab/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/crusader-404-probe",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/crusader-404-probe",status="429"} 0.000175035 http_request_duration_seconds_count{method="GET",path="/crusader-404-probe",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/csa.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/csa.php",status="404"} 0.000367318 http_request_duration_seconds_count{method="GET",path="/csa.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css",status="404"} 0.000144986 http_request_duration_seconds_count{method="GET",path="/css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/css",status="429"} 8.991000000000001e-05 http_request_duration_seconds_count{method="GET",path="/css",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css.php",status="404"} 0.00045697 http_request_duration_seconds_count{method="GET",path="/css.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css/",status="404"} 0.000175966 http_request_duration_seconds_count{method="GET",path="/css/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/css/",status="429"} 0.00011817 http_request_duration_seconds_count{method="GET",path="/css/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/chosen.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css/chosen.php",status="429"} 0.000110704 http_request_duration_seconds_count{method="GET",path="/css/chosen.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/classwithtostring.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css/classwithtostring.php",status="429"} 0.00022208 http_request_duration_seconds_count{method="GET",path="/css/classwithtostring.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css/cloud.php",status="404"} 0.000126296 http_request_duration_seconds_count{method="GET",path="/css/cloud.php",status="404"} 1 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.000321408 http_request_duration_seconds_count{method="GET",path="/css/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/install.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css/install.php",status="429"} 0.000139009 http_request_duration_seconds_count{method="GET",path="/css/install.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/css/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/css/xmrlpc.php",status="404"} 0.000223068 http_request_duration_seconds_count{method="GET",path="/css/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/cu.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/cu.php",status="404"} 0.000674647 http_request_duration_seconds_count{method="GET",path="/cu.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/current/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/current/.env",status="404"} 0.00039400199999999996 http_request_duration_seconds_count{method="GET",path="/current/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cv.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cv.php",status="404"} 0.000357712 http_request_duration_seconds_count{method="GET",path="/cv.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cwclass.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cwclass.php",status="404"} 0.000304027 http_request_duration_seconds_count{method="GET",path="/cwclass.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/cx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/cx.php",status="404"} 0.000406427 http_request_duration_seconds_count{method="GET",path="/cx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/cxc.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/cxc.php",status="404"} 0.00031734 http_request_duration_seconds_count{method="GET",path="/cxc.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/d.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/d.php",status="404"} 0.000306367 http_request_duration_seconds_count{method="GET",path="/d.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/d61.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/d61.php",status="404"} 0.000153835 http_request_duration_seconds_count{method="GET",path="/d61.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/d62.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/d62.php",status="404"} 0.00089477 http_request_duration_seconds_count{method="GET",path="/d62.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/dZ3wP5.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/dZ3wP5.php",status="404"} 0.0007021670000000001 http_request_duration_seconds_count{method="GET",path="/dZ3wP5.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/da1c121bb2index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/da1c121bb2index.php",status="404"} 0.000184215 http_request_duration_seconds_count{method="GET",path="/da1c121bb2index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/daerl3.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/daerl3.php",status="404"} 0.000490742 http_request_duration_seconds_count{method="GET",path="/daerl3.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429"} 0.000238737 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429"} 0.000112298 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404"} 0.000128005 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 0.0018717360000000001 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 5.101e-05 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429"} 0.000196928 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429"} 0.000112996 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429"} 0.000233589 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429"} 6.1902e-05 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429"} 0.000108296 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429"} 0.000201244 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429"} 0.000168207 http_request_duration_seconds_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dashboard.css",status="404"} 0.000144177 http_request_duration_seconds_count{method="GET",path="/dashboard.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dashboard.js",status="404"} 0.000238902 http_request_duration_seconds_count{method="GET",path="/dashboard.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dashboard/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dashboard/.env",status="404"} 0.000336476 http_request_duration_seconds_count{method="GET",path="/dashboard/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dass.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dass.php",status="404"} 0.000501341 http_request_duration_seconds_count{method="GET",path="/dass.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/data.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/data.php",status="404"} 0.000224875 http_request_duration_seconds_count{method="GET",path="/data.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.000287469 http_request_duration_seconds_count{method="GET",path="/database.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/database.sql",status="404"} 0.001304883 http_request_duration_seconds_count{method="GET",path="/database.sql",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.005"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.01"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.025"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.05"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.1"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.25"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="1"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="2.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="5"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="10"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="+Inf"} 21 http_request_duration_seconds_sum{method="GET",path="/database.sql",status="429"} 0.0027841240000000002 http_request_duration_seconds_count{method="GET",path="/database.sql",status="429"} 21 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.sql",status="429"} 0.00033331500000000004 http_request_duration_seconds_count{method="GET",path="/database.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/database.sql ",status="429"} 0.00057494 http_request_duration_seconds_count{method="GET",path="/database.sql ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.sql..;/",status="429"} 0.000195893 http_request_duration_seconds_count{method="GET",path="/database.sql..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz",status="429"} 0.001744094 http_request_duration_seconds_count{method="GET",path="/database.sql.gz",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz",status="429"} 0.000126091 http_request_duration_seconds_count{method="GET",path="/database.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz ",status="429"} 0.000196226 http_request_duration_seconds_count{method="GET",path="/database.sql.gz ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz..;/",status="429"} 0.000118932 http_request_duration_seconds_count{method="GET",path="/database.sql.gz..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz/",status="429"} 0.000266711 http_request_duration_seconds_count{method="GET",path="/database.sql.gz/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz/.",status="429"} 0.00014377 http_request_duration_seconds_count{method="GET",path="/database.sql.gz/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz;",status="429"} 0.000144592 http_request_duration_seconds_count{method="GET",path="/database.sql.gz;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz;.php",status="429"} 6.8108e-05 http_request_duration_seconds_count{method="GET",path="/database.sql.gz;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql.gz;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql.gz;/",status="429"} 0.000109845 http_request_duration_seconds_count{method="GET",path="/database.sql.gz;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.sql/",status="404"} 0.000168026 http_request_duration_seconds_count{method="GET",path="/database.sql/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/database.sql/",status="429"} 0.0004959140000000001 http_request_duration_seconds_count{method="GET",path="/database.sql/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.sql/.",status="429"} 0.000200926 http_request_duration_seconds_count{method="GET",path="/database.sql/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.sql;",status="429"} 0.00023062 http_request_duration_seconds_count{method="GET",path="/database.sql;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.sql;.php",status="429"} 0.00015463800000000002 http_request_duration_seconds_count{method="GET",path="/database.sql;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.sql;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.sql;/",status="429"} 0.000253875 http_request_duration_seconds_count{method="GET",path="/database.sql;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak",status="429"} 0.001419484 http_request_duration_seconds_count{method="GET",path="/database.yml.bak",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak",status="429"} 0.00020821 http_request_duration_seconds_count{method="GET",path="/database.yml.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak ",status="429"} 0.00020914799999999998 http_request_duration_seconds_count{method="GET",path="/database.yml.bak ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak..;/",status="429"} 0.000163427 http_request_duration_seconds_count{method="GET",path="/database.yml.bak..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak/",status="429"} 0.000260198 http_request_duration_seconds_count{method="GET",path="/database.yml.bak/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak/.",status="429"} 0.000169573 http_request_duration_seconds_count{method="GET",path="/database.yml.bak/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak;",status="429"} 0.000126873 http_request_duration_seconds_count{method="GET",path="/database.yml.bak;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak;.php",status="429"} 0.000280226 http_request_duration_seconds_count{method="GET",path="/database.yml.bak;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database.yml.bak;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database.yml.bak;/",status="429"} 0.000164617 http_request_duration_seconds_count{method="GET",path="/database.yml.bak;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/database/.env",status="404"} 0.00032731700000000004 http_request_duration_seconds_count{method="GET",path="/database/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/database/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/database/.env",status="429"} 0.000129348 http_request_duration_seconds_count{method="GET",path="/database/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.php",status="404"} 0.000226997 http_request_duration_seconds_count{method="GET",path="/db.php",status="404"} 1 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.00031623999999999997 http_request_duration_seconds_count{method="GET",path="/db.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/db.sql",status="429"} 0.0019211699999999998 http_request_duration_seconds_count{method="GET",path="/db.sql",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.sql",status="429"} 0.000150968 http_request_duration_seconds_count{method="GET",path="/db.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/db.sql ",status="429"} 0.000259957 http_request_duration_seconds_count{method="GET",path="/db.sql ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.sql..;/",status="429"} 0.000121746 http_request_duration_seconds_count{method="GET",path="/db.sql..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/db.sql/",status="429"} 9.8684e-05 http_request_duration_seconds_count{method="GET",path="/db.sql/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.sql/.",status="429"} 7.3696e-05 http_request_duration_seconds_count{method="GET",path="/db.sql/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.sql;",status="429"} 9.8216e-05 http_request_duration_seconds_count{method="GET",path="/db.sql;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.sql;.php",status="429"} 0.000115367 http_request_duration_seconds_count{method="GET",path="/db.sql;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/db.sql;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/db.sql;/",status="429"} 0.000177284 http_request_duration_seconds_count{method="GET",path="/db.sql;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/debug.log",status="429"} 0.001763641 http_request_duration_seconds_count{method="GET",path="/debug.log",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.log",status="429"} 0.000251152 http_request_duration_seconds_count{method="GET",path="/debug.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/debug.log ",status="429"} 0.000341647 http_request_duration_seconds_count{method="GET",path="/debug.log ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.log..;/",status="429"} 0.000101373 http_request_duration_seconds_count{method="GET",path="/debug.log..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/debug.log/",status="429"} 0.000333348 http_request_duration_seconds_count{method="GET",path="/debug.log/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.log/.",status="429"} 0.000133348 http_request_duration_seconds_count{method="GET",path="/debug.log/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.log;",status="429"} 0.000114981 http_request_duration_seconds_count{method="GET",path="/debug.log;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.log;.php",status="429"} 0.000203709 http_request_duration_seconds_count{method="GET",path="/debug.log;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.log;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/debug.log;/",status="429"} 0.000147106 http_request_duration_seconds_count{method="GET",path="/debug.log;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/debug.php",status="404"} 0.00037858 http_request_duration_seconds_count{method="GET",path="/debug.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/debug/default/view",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/debug/default/view",status="404"} 0.000388173 http_request_duration_seconds_count{method="GET",path="/debug/default/view",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/deepseek_d.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/deepseek_d.php",status="404"} 0.000609213 http_request_duration_seconds_count{method="GET",path="/deepseek_d.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/defau1t.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/defau1t.php",status="404"} 0.000158623 http_request_duration_seconds_count{method="GET",path="/defau1t.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/default.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/default.php",status="404"} 0.000520976 http_request_duration_seconds_count{method="GET",path="/default.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dehnl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dehnl.php",status="404"} 0.000189439 http_request_duration_seconds_count{method="GET",path="/dehnl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/dejavu.php",status="404"} 0.001096539 http_request_duration_seconds_count{method="GET",path="/dejavu.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dejavu.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dejavu.php",status="429"} 0.000114892 http_request_duration_seconds_count{method="GET",path="/dejavu.php",status="429"} 1 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.000630169 http_request_duration_seconds_count{method="GET",path="/deploy/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/config.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/deploy/config.json",status="404"} 0.000131883 http_request_duration_seconds_count{method="GET",path="/deploy/config.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/deploy/service-account.json",status="404"} 0.000114501 http_request_duration_seconds_count{method="GET",path="/deploy/service-account.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/service-account.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/deploy/service-account.json",status="429"} 0.000149202 http_request_duration_seconds_count{method="GET",path="/deploy/service-account.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/deploy/terraform.tfstate",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/deploy/terraform.tfstate",status="404"} 0.000263613 http_request_duration_seconds_count{method="GET",path="/deploy/terraform.tfstate",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/deployment/values.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/deployment/values.yaml",status="404"} 0.000184524 http_request_duration_seconds_count{method="GET",path="/deployment/values.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/des.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/des.php",status="404"} 0.000182393 http_request_duration_seconds_count{method="GET",path="/des.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/dev/.env",status="404"} 0.000617107 http_request_duration_seconds_count{method="GET",path="/dev/.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dev/.git/config",status="429"} 0.000103406 http_request_duration_seconds_count{method="GET",path="/dev/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dev/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dev/phpinfo.php",status="404"} 0.000274196 http_request_duration_seconds_count{method="GET",path="/dev/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/development/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/development/.env",status="404"} 0.000530261 http_request_duration_seconds_count{method="GET",path="/development/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/dex.php",status="404",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/dex.php",status="404"} 0.0025773069999999996 http_request_duration_seconds_count{method="GET",path="/dex.php",status="404"} 14 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/df.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/df.php",status="404"} 0.000302386 http_request_duration_seconds_count{method="GET",path="/df.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dfd76.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dfd76.php",status="404"} 0.000148717 http_request_duration_seconds_count{method="GET",path="/dfd76.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/diidi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/diidi.php",status="404"} 0.000359247 http_request_duration_seconds_count{method="GET",path="/diidi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/directus/settings",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/directus/settings",status="404"} 0.000221786 http_request_duration_seconds_count{method="GET",path="/directus/settings",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/disagreed.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/disagreed.php",status="404"} 0.000164051 http_request_duration_seconds_count{method="GET",path="/disagreed.php",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.00028569200000000004 http_request_duration_seconds_count{method="GET",path="/dist/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dist/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dist/config.js",status="404"} 0.000143965 http_request_duration_seconds_count{method="GET",path="/dist/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dlvqo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dlvqo.php",status="404"} 0.000193364 http_request_duration_seconds_count{method="GET",path="/dlvqo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dmin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dmin.php",status="404"} 0.000172426 http_request_duration_seconds_count{method="GET",path="/dmin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/doc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/doc.php",status="404"} 0.000121949 http_request_duration_seconds_count{method="GET",path="/doc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.override.yml",status="404"} 0.00039017 http_request_duration_seconds_count{method="GET",path="/docker-compose.override.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.override.yml",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/docker-compose.override.yml",status="429"} 0.000426532 http_request_duration_seconds_count{method="GET",path="/docker-compose.override.yml",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.prod.yml",status="404"} 0.000369875 http_request_duration_seconds_count{method="GET",path="/docker-compose.prod.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.prod.yml",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/docker-compose.prod.yml",status="429"} 0.000524772 http_request_duration_seconds_count{method="GET",path="/docker-compose.prod.yml",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.production.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.production.yml",status="404"} 0.000343633 http_request_duration_seconds_count{method="GET",path="/docker-compose.production.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yaml",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yaml",status="404"} 0.00090218 http_request_duration_seconds_count{method="GET",path="/docker-compose.yaml",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml",status="404"} 0.001892738 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.005"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml",status="429"} 0.00385629 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml",status="429"} 25 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml",status="429"} 0.00031658399999999996 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml",status="429"} 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.0005825159999999999 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml..;/",status="429"} 0.000296086 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml..;/",status="429"} 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.0006849949999999999 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml/.",status="404"} 0.000147763 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml/.",status="429"} 0.000347418 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml::$DATA",status="429"} 0.00017187 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml;",status="404"} 0.000153007 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml;",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml;",status="429"} 0.000128393 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml;.php",status="429"} 0.000311026 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker-compose.yml;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docker-compose.yml;/",status="429"} 0.000343567 http_request_duration_seconds_count{method="GET",path="/docker-compose.yml;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/docker/.env",status="404"} 0.000721787 http_request_duration_seconds_count{method="GET",path="/docker/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/docker/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/docker/.env",status="429"} 6.5704e-05 http_request_duration_seconds_count{method="GET",path="/docker/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docs.php",status="404"} 0.000391792 http_request_duration_seconds_count{method="GET",path="/docs.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/docs/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/docs/phpinfo.php",status="404"} 0.000330159 http_request_duration_seconds_count{method="GET",path="/docs/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dom.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dom.php",status="404"} 0.000347138 http_request_duration_seconds_count{method="GET",path="/dom.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/domvf.php",status="404"} 0.0032058600000000005 http_request_duration_seconds_count{method="GET",path="/domvf.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/domvf.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/domvf.php",status="429"} 0.000197919 http_request_duration_seconds_count{method="GET",path="/domvf.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dot.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dot.php",status="404"} 0.000252841 http_request_duration_seconds_count{method="GET",path="/dot.php",status="404"} 1 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.000164802 http_request_duration_seconds_count{method="GET",path="/doti.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/dr.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/dr.php",status="404"} 0.001528306 http_request_duration_seconds_count{method="GET",path="/dr.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/dragonshell.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/dragonshell.php",status="404"} 0.001578558 http_request_duration_seconds_count{method="GET",path="/dragonshell.php",status="404"} 5 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.000312376 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dropdown.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dropdown.php",status="429"} 0.000325514 http_request_duration_seconds_count{method="GET",path="/dropdown.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/drupal/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/drupal/.env",status="404"} 0.0013025579999999999 http_request_duration_seconds_count{method="GET",path="/drupal/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/drykl.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/drykl.php",status="404"} 0.0005826939999999999 http_request_duration_seconds_count{method="GET",path="/drykl.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dsd.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dsd.php",status="404"} 0.000376067 http_request_duration_seconds_count{method="GET",path="/dsd.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/dump.sql",status="404"} 0.001512513 http_request_duration_seconds_count{method="GET",path="/dump.sql",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.005"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.01"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.025"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.05"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.1"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.25"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.5"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="1"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="2.5"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="5"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="10"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="+Inf"} 34 http_request_duration_seconds_sum{method="GET",path="/dump.sql",status="429"} 0.004804162 http_request_duration_seconds_count{method="GET",path="/dump.sql",status="429"} 34 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dump.sql",status="429"} 0.000212221 http_request_duration_seconds_count{method="GET",path="/dump.sql",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql ",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/dump.sql ",status="429"} 0.0006046510000000001 http_request_duration_seconds_count{method="GET",path="/dump.sql ",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/dump.sql..;/",status="429"} 0.00047060800000000007 http_request_duration_seconds_count{method="GET",path="/dump.sql..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz",status="429"} 0.0013463439999999998 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz",status="429"} 9.6083e-05 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz ",status="429"} 0.000297841 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz..;/",status="429"} 5.9108e-05 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz/",status="429"} 0.000310673 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz/.",status="429"} 0.000107297 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz;",status="429"} 0.000116248 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz;.php",status="429"} 0.000145953 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.gz;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.gz;/",status="429"} 0.000106054 http_request_duration_seconds_count{method="GET",path="/dump.sql.gz;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip",status="429"} 0.0016032560000000002 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip",status="429"} 8.9399e-05 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip ",status="429"} 0.00032861 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip..;/",status="429"} 9.6115e-05 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip/",status="429"} 0.000231404 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip/.",status="429"} 0.000109508 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip;",status="429"} 0.000133812 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip;.php",status="429"} 0.000107686 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql.zip;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/dump.sql.zip;/",status="429"} 7.5475e-05 http_request_duration_seconds_count{method="GET",path="/dump.sql.zip;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/dump.sql/",status="429"} 0.00044112299999999997 http_request_duration_seconds_count{method="GET",path="/dump.sql/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql/.",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/dump.sql/.",status="429"} 0.000608466 http_request_duration_seconds_count{method="GET",path="/dump.sql/.",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/dump.sql;",status="429"} 0.000497766 http_request_duration_seconds_count{method="GET",path="/dump.sql;",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dump.sql;.php",status="429"} 0.000279547 http_request_duration_seconds_count{method="GET",path="/dump.sql;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dump.sql;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dump.sql;/",status="429"} 0.00034205499999999996 http_request_duration_seconds_count{method="GET",path="/dump.sql;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dvjul.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dvjul.php",status="404"} 0.00035334 http_request_duration_seconds_count{method="GET",path="/dvjul.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/dx.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/dx.php",status="404"} 0.0017531930000000001 http_request_duration_seconds_count{method="GET",path="/dx.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404"} 0.000625625 http_request_duration_seconds_count{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/e.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/e.php",status="404"} 0.001448703 http_request_duration_seconds_count{method="GET",path="/e.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/eauu.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/eauu.php",status="404"} 0.000412941 http_request_duration_seconds_count{method="GET",path="/eauu.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebahvhhh.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ebahvhhh.php",status="404"} 0.000602243 http_request_duration_seconds_count{method="GET",path="/ebahvhhh.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ebs.php",status="404"} 0.000157999 http_request_duration_seconds_count{method="GET",path="/ebs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ebuom.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ebuom.php",status="404"} 0.000144432 http_request_duration_seconds_count{method="GET",path="/ebuom.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/echkm.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/echkm.php",status="404"} 0.001644972 http_request_duration_seconds_count{method="GET",path="/echkm.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 0.000428787 http_request_duration_seconds_count{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecs/task-definition.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ecs/task-definition.json",status="404"} 0.000221595 http_request_duration_seconds_count{method="GET",path="/ecs/task-definition.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ecvvhlei.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ecvvhlei.php",status="404"} 0.000895938 http_request_duration_seconds_count{method="GET",path="/ecvvhlei.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-form.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/edit-form.php",status="404"} 0.000145959 http_request_duration_seconds_count{method="GET",path="/edit-form.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/edit-tags.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/edit-tags.php",status="404"} 0.001057705 http_request_duration_seconds_count{method="GET",path="/edit-tags.php",status="404"} 3 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.0025819099999999998 http_request_duration_seconds_count{method="GET",path="/edit.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/edit.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/edit.php",status="429"} 0.0005738340000000001 http_request_duration_seconds_count{method="GET",path="/edit.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/edorxrr.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/edorxrr.php",status="404"} 0.000357262 http_request_duration_seconds_count{method="GET",path="/edorxrr.php",status="404"} 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.000173673 http_request_duration_seconds_count{method="GET",path="/ee.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/eee.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/eee.php",status="404"} 0.000600994 http_request_duration_seconds_count{method="GET",path="/eee.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/elasticsearch/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/elasticsearch/.env",status="404"} 0.000258459 http_request_duration_seconds_count{method="GET",path="/elasticsearch/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/elp.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/elp.php",status="404"} 0.0034282790000000002 http_request_duration_seconds_count{method="GET",path="/elp.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/email/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/email/.env",status="404"} 0.00088336 http_request_duration_seconds_count{method="GET",path="/email/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/emrlt.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/emrlt.php",status="404"} 0.000131651 http_request_duration_seconds_count{method="GET",path="/emrlt.php",status="404"} 1 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.000152139 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"} 0.000140162 http_request_duration_seconds_count{method="GET",path="/en/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/end.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/end.php",status="404"} 0.00039146 http_request_duration_seconds_count{method="GET",path="/end.php",status="404"} 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.000383043 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"} 0.000141294 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.000145267 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"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/env-config.js",status="429"} 0.0025352899999999995 http_request_duration_seconds_count{method="GET",path="/env-config.js",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env-config.js",status="429"} 6.4305e-05 http_request_duration_seconds_count{method="GET",path="/env-config.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env-config.js ",status="429"} 0.000179536 http_request_duration_seconds_count{method="GET",path="/env-config.js ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env-config.js..;/",status="429"} 0.000127198 http_request_duration_seconds_count{method="GET",path="/env-config.js..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env-config.js/",status="429"} 0.000130708 http_request_duration_seconds_count{method="GET",path="/env-config.js/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env-config.js/.",status="429"} 0.000125157 http_request_duration_seconds_count{method="GET",path="/env-config.js/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env-config.js;",status="429"} 0.000106166 http_request_duration_seconds_count{method="GET",path="/env-config.js;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env-config.js;.php",status="429"} 5.8417e-05 http_request_duration_seconds_count{method="GET",path="/env-config.js;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env-config.js;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env-config.js;/",status="429"} 8.304e-05 http_request_duration_seconds_count{method="GET",path="/env-config.js;/",status="429"} 1 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.000577397 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"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/env.js",status="429"} 0.001722953 http_request_duration_seconds_count{method="GET",path="/env.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env.js",status="429"} 0.000145529 http_request_duration_seconds_count{method="GET",path="/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env.js ",status="429"} 0.00022719800000000002 http_request_duration_seconds_count{method="GET",path="/env.js ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env.js..;/",status="429"} 0.000100645 http_request_duration_seconds_count{method="GET",path="/env.js..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env.js/",status="429"} 0.00019062499999999998 http_request_duration_seconds_count{method="GET",path="/env.js/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env.js/.",status="404"} 0.000152821 http_request_duration_seconds_count{method="GET",path="/env.js/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env.js;",status="429"} 0.000104004 http_request_duration_seconds_count{method="GET",path="/env.js;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env.js;.php",status="429"} 0.00012355 http_request_duration_seconds_count{method="GET",path="/env.js;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.js;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env.js;/",status="429"} 0.000136244 http_request_duration_seconds_count{method="GET",path="/env.js;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/env.json",status="404"} 0.000179813 http_request_duration_seconds_count{method="GET",path="/env.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/env.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/env.json",status="429"} 0.000122919 http_request_duration_seconds_count{method="GET",path="/env.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.prod.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/environment.prod.ts",status="404"} 0.000246092 http_request_duration_seconds_count{method="GET",path="/environment.prod.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/environment.ts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/environment.ts",status="404"} 0.000224702 http_request_duration_seconds_count{method="GET",path="/environment.ts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/epinyins.php",status="404"} 0.0015892049999999998 http_request_duration_seconds_count{method="GET",path="/epinyins.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/epinyins.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/epinyins.php",status="429"} 0.000446508 http_request_duration_seconds_count{method="GET",path="/epinyins.php",status="429"} 2 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.000120501 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/erp/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/erp/.env",status="429"} 0.000204311 http_request_duration_seconds_count{method="GET",path="/erp/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/err.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/err.php",status="404"} 0.001127099 http_request_duration_seconds_count{method="GET",path="/err.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/error.log",status="404"} 0.000134081 http_request_duration_seconds_count{method="GET",path="/error.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/error.log",status="429"} 0.001234755 http_request_duration_seconds_count{method="GET",path="/error.log",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/error.log",status="429"} 0.000105352 http_request_duration_seconds_count{method="GET",path="/error.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/error.log ",status="429"} 0.000249147 http_request_duration_seconds_count{method="GET",path="/error.log ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/error.log..;/",status="429"} 8.5451e-05 http_request_duration_seconds_count{method="GET",path="/error.log..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/error.log/",status="429"} 0.000181561 http_request_duration_seconds_count{method="GET",path="/error.log/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/error.log/.",status="429"} 0.000179814 http_request_duration_seconds_count{method="GET",path="/error.log/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/error.log;",status="429"} 0.000172286 http_request_duration_seconds_count{method="GET",path="/error.log;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/error.log;.php",status="429"} 0.000104611 http_request_duration_seconds_count{method="GET",path="/error.log;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/error.log;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/error.log;/",status="429"} 0.000105168 http_request_duration_seconds_count{method="GET",path="/error.log;/",status="429"} 1 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.000552421 http_request_duration_seconds_count{method="GET",path="/error.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/error1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/error1.php",status="404"} 0.00038712299999999996 http_request_duration_seconds_count{method="GET",path="/error1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/error_log.php",status="404"} 0.002078911 http_request_duration_seconds_count{method="GET",path="/error_log.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/error_log.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/error_log.php",status="429"} 0.000167618 http_request_duration_seconds_count{method="GET",path="/error_log.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/erty.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/erty.php",status="404"} 0.0016120090000000002 http_request_duration_seconds_count{method="GET",path="/erty.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/esp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/esp.php",status="404"} 0.000149221 http_request_duration_seconds_count{method="GET",path="/esp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ex.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ex.php",status="404"} 0.000431563 http_request_duration_seconds_count{method="GET",path="/ex.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/exapi/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/exapi/.env",status="404"} 0.00035412599999999996 http_request_duration_seconds_count{method="GET",path="/exapi/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/explorer/index_.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/explorer/index_.php",status="404"} 0.001960724 http_request_duration_seconds_count{method="GET",path="/explorer/index_.php",status="404"} 2 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.000188151 http_request_duration_seconds_count{method="GET",path="/export.sql",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/export.sql",status="429"} 0.0013804940000000001 http_request_duration_seconds_count{method="GET",path="/export.sql",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql",status="429"} 0.000145715 http_request_duration_seconds_count{method="GET",path="/export.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/export.sql ",status="429"} 0.000228409 http_request_duration_seconds_count{method="GET",path="/export.sql ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql..;/",status="429"} 0.000178176 http_request_duration_seconds_count{method="GET",path="/export.sql..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/export.sql/",status="429"} 0.00036471500000000005 http_request_duration_seconds_count{method="GET",path="/export.sql/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql/.",status="429"} 0.00011428 http_request_duration_seconds_count{method="GET",path="/export.sql/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql;",status="429"} 0.000165749 http_request_duration_seconds_count{method="GET",path="/export.sql;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql;.php",status="429"} 0.000114513 http_request_duration_seconds_count{method="GET",path="/export.sql;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/export.sql;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/export.sql;/",status="429"} 9.8894e-05 http_request_duration_seconds_count{method="GET",path="/export.sql;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/express/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/express/.env",status="404"} 0.00031035199999999996 http_request_duration_seconds_count{method="GET",path="/express/.env",status="404"} 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.000197335 http_request_duration_seconds_count{method="GET",path="/ey5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/f.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/f.php",status="404"} 0.00056978 http_request_duration_seconds_count{method="GET",path="/f.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="404",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/f35.php",status="404"} 0.0030814599999999994 http_request_duration_seconds_count{method="GET",path="/f35.php",status="404"} 19 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/f35.php",status="429"} 0.000315656 http_request_duration_seconds_count{method="GET",path="/f35.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/f35.update.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/f35.update.php",status="404"} 0.000654998 http_request_duration_seconds_count{method="GET",path="/f35.update.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/f6.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/f6.php",status="404"} 0.0005467849999999999 http_request_duration_seconds_count{method="GET",path="/f6.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/f900.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/f900.php",status="404"} 0.000704903 http_request_duration_seconds_count{method="GET",path="/f900.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fasx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fasx.php",status="404"} 0.0010421599999999999 http_request_duration_seconds_count{method="GET",path="/fasx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/favicon.ico",status="200",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/favicon.ico",status="200"} 0.013059844000000001 http_request_duration_seconds_count{method="GET",path="/favicon.ico",status="200"} 18 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/feed/",status="404"} 0.000175786 http_request_duration_seconds_count{method="GET",path="/feed/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/atom/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/feed/atom/",status="404"} 0.000119589 http_request_duration_seconds_count{method="GET",path="/feed/atom/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/feed/rss/",status="404"} 0.000123869 http_request_duration_seconds_count{method="GET",path="/feed/rss/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/feed/rss2/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/feed/rss2/",status="404"} 0.000220774 http_request_duration_seconds_count{method="GET",path="/feed/rss2/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/feeds.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/feeds.php",status="404"} 0.000141006 http_request_duration_seconds_count{method="GET",path="/feeds.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.0001437 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ff1.php",status="404"} 0.000334271 http_request_duration_seconds_count{method="GET",path="/ff1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ff1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ff1.php",status="429"} 0.000180573 http_request_duration_seconds_count{method="GET",path="/ff1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/fff.php",status="404"} 0.001246273 http_request_duration_seconds_count{method="GET",path="/fff.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fff.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fff.php",status="429"} 0.000146978 http_request_duration_seconds_count{method="GET",path="/fff.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/fffm.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/fffm.php",status="404"} 0.003549502 http_request_duration_seconds_count{method="GET",path="/fffm.php",status="404"} 16 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.000268911 http_request_duration_seconds_count{method="GET",path="/ffile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ffs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ffs.php",status="404"} 0.000146698 http_request_duration_seconds_count{method="GET",path="/ffs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/fi22.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/fi22.php",status="404"} 0.00158321 http_request_duration_seconds_count{method="GET",path="/fi22.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-gertdxz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file-gertdxz.php",status="404"} 0.000435085 http_request_duration_seconds_count{method="GET",path="/file-gertdxz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file-manager.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file-manager.php",status="404"} 0.000140354 http_request_duration_seconds_count{method="GET",path="/file-manager.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.005"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="404",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/file.php",status="404"} 0.005007186000000001 http_request_duration_seconds_count{method="GET",path="/file.php",status="404"} 25 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/file.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/file.php",status="429"} 0.000443378 http_request_duration_seconds_count{method="GET",path="/file.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/file1.php",status="404"} 0.000842085 http_request_duration_seconds_count{method="GET",path="/file1.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/file11.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/file11.php",status="404"} 0.000570712 http_request_duration_seconds_count{method="GET",path="/file11.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/file1221.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/file1221.php",status="404"} 0.0008575529999999999 http_request_duration_seconds_count{method="GET",path="/file1221.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/file15.php",status="404"} 0.0012262809999999999 http_request_duration_seconds_count{method="GET",path="/file15.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file15.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file15.php",status="429"} 0.000178549 http_request_duration_seconds_count{method="GET",path="/file15.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file17.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file17.php",status="404"} 0.000191935 http_request_duration_seconds_count{method="GET",path="/file17.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.00014744 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file2.php",status="404"} 0.00027992 http_request_duration_seconds_count{method="GET",path="/file2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file2.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file2.php",status="429"} 0.000166639 http_request_duration_seconds_count{method="GET",path="/file2.php",status="429"} 1 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.000219624 http_request_duration_seconds_count{method="GET",path="/file21.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/file25.php",status="404"} 0.0010926750000000002 http_request_duration_seconds_count{method="GET",path="/file25.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file25.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file25.php",status="429"} 0.000126213 http_request_duration_seconds_count{method="GET",path="/file25.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/file3.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/file3.php",status="404"} 0.001247939 http_request_duration_seconds_count{method="GET",path="/file3.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file30.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file30.php",status="404"} 0.000194552 http_request_duration_seconds_count{method="GET",path="/file30.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file32.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file32.php",status="404"} 0.000147905 http_request_duration_seconds_count{method="GET",path="/file32.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/file4.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/file4.php",status="404"} 0.0005245110000000001 http_request_duration_seconds_count{method="GET",path="/file4.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file46.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file46.php",status="404"} 0.000258502 http_request_duration_seconds_count{method="GET",path="/file46.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file48.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file48.php",status="404"} 0.000142901 http_request_duration_seconds_count{method="GET",path="/file48.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="404",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/file5.php",status="404"} 0.003499018000000001 http_request_duration_seconds_count{method="GET",path="/file5.php",status="404"} 15 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file5.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file5.php",status="429"} 0.002663131 http_request_duration_seconds_count{method="GET",path="/file5.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/file52.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/file52.php",status="404"} 0.0014784080000000003 http_request_duration_seconds_count{method="GET",path="/file52.php",status="404"} 9 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.000517256 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"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/file6.php",status="404"} 0.001298967 http_request_duration_seconds_count{method="GET",path="/file6.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file6.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file6.php",status="429"} 0.000152581 http_request_duration_seconds_count{method="GET",path="/file6.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/file61.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/file61.php",status="404"} 0.000528766 http_request_duration_seconds_count{method="GET",path="/file61.php",status="404"} 3 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.000240351 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/file88.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/file88.php",status="404"} 0.000476178 http_request_duration_seconds_count{method="GET",path="/file88.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/file9.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/file9.php",status="404"} 0.000156661 http_request_duration_seconds_count{method="GET",path="/file9.php",status="404"} 1 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.000160793 http_request_duration_seconds_count{method="GET",path="/fileas.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/filemanager.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/filemanager.php",status="429"} 0.000141786 http_request_duration_seconds_count{method="GET",path="/filemanager.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/files../.env",status="404"} 0.000220423 http_request_duration_seconds_count{method="GET",path="/files../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/files../.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/files../.env",status="429"} 0.00048308199999999997 http_request_duration_seconds_count{method="GET",path="/files../.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/files/index.php",status="404"} 0.001061184 http_request_duration_seconds_count{method="GET",path="/files/index.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/files/index.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/files/index.php",status="429"} 0.000966934 http_request_duration_seconds_count{method="GET",path="/files/index.php",status="429"} 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.000427198 http_request_duration_seconds_count{method="GET",path="/filesss.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fine.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fine.php",status="404"} 0.000511284 http_request_duration_seconds_count{method="GET",path="/fine.php",status="404"} 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.000157106 http_request_duration_seconds_count{method="GET",path="/finny.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-admin.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase-admin.json",status="429"} 9.5076e-05 http_request_duration_seconds_count{method="GET",path="/firebase-admin.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase-adminsdk.json",status="404"} 0.00020242 http_request_duration_seconds_count{method="GET",path="/firebase-adminsdk.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-adminsdk.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/firebase-adminsdk.json",status="429"} 0.000165036 http_request_duration_seconds_count{method="GET",path="/firebase-adminsdk.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase-config.json",status="429"} 0.000148847 http_request_duration_seconds_count{method="GET",path="/firebase-config.json",status="429"} 1 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"} 3.7484e-05 http_request_duration_seconds_count{method="GET",path="/firebase-credentials.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-key.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase-key.json",status="429"} 0.000207486 http_request_duration_seconds_count{method="GET",path="/firebase-key.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase-service-account.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/firebase-service-account.json",status="429"} 0.00019858 http_request_duration_seconds_count{method="GET",path="/firebase-service-account.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase.json",status="404"} 0.000132146 http_request_duration_seconds_count{method="GET",path="/firebase.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/firebase.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/firebase.json",status="429"} 0.000180112 http_request_duration_seconds_count{method="GET",path="/firebase.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/first.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/first.php",status="404"} 0.000329432 http_request_duration_seconds_count{method="GET",path="/first.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fleen.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fleen.php",status="404"} 0.00053327 http_request_duration_seconds_count{method="GET",path="/fleen.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fling.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fling.php",status="404"} 0.000218108 http_request_duration_seconds_count{method="GET",path="/fling.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/flower.php",status="404"} 0.001710977 http_request_duration_seconds_count{method="GET",path="/flower.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/flower.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/flower.php",status="429"} 0.00142311 http_request_duration_seconds_count{method="GET",path="/flower.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/flox.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/flox.php",status="404"} 0.000419566 http_request_duration_seconds_count{method="GET",path="/flox.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fm-cdjs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fm-cdjs.php",status="404"} 0.000187484 http_request_duration_seconds_count{method="GET",path="/fm-cdjs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmws.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fmws.php",status="404"} 0.00034267 http_request_duration_seconds_count{method="GET",path="/fmws.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fmwsv2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fmwsv2.php",status="404"} 0.000194446 http_request_duration_seconds_count{method="GET",path="/fmwsv2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/fnstall.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/fnstall.php",status="404"} 0.00041879700000000005 http_request_duration_seconds_count{method="GET",path="/fnstall.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fone1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fone1.php",status="404"} 0.000344275 http_request_duration_seconds_count{method="GET",path="/fone1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/footer.php",status="404"} 0.000309962 http_request_duration_seconds_count{method="GET",path="/footer.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/footer.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/footer.php",status="429"} 0.000654309 http_request_duration_seconds_count{method="GET",path="/footer.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/for.php",status="404"} 0.000636447 http_request_duration_seconds_count{method="GET",path="/for.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/for.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/for.php",status="429"} 0.000161851 http_request_duration_seconds_count{method="GET",path="/for.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/forbidals.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/forbidals.php",status="404"} 0.000364925 http_request_duration_seconds_count{method="GET",path="/forbidals.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fox.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fox.php",status="404"} 0.00018373 http_request_duration_seconds_count{method="GET",path="/fox.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="404",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/fpwch.php",status="404"} 0.004232599000000001 http_request_duration_seconds_count{method="GET",path="/fpwch.php",status="404"} 19 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fpwch.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fpwch.php",status="429"} 0.00027912499999999997 http_request_duration_seconds_count{method="GET",path="/fpwch.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fr/ms.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fr/ms.php",status="404"} 0.00036001299999999996 http_request_duration_seconds_count{method="GET",path="/fr/ms.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fraro.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fraro.php",status="404"} 0.000212828 http_request_duration_seconds_count{method="GET",path="/fraro.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/frontend/.env",status="404"} 0.000340598 http_request_duration_seconds_count{method="GET",path="/frontend/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/frontend/.env",status="429"} 0.000246161 http_request_duration_seconds_count{method="GET",path="/frontend/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend/.env.local",status="429"} 5.9591e-05 http_request_duration_seconds_count{method="GET",path="/frontend/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/frontend/.env.production",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/frontend/.env.production",status="429"} 0.000126948 http_request_duration_seconds_count{method="GET",path="/frontend/.env.production",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/fs.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/fs.php",status="404"} 0.000557306 http_request_duration_seconds_count{method="GET",path="/fs.php",status="404"} 3 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.000862933 http_request_duration_seconds_count{method="GET",path="/ftde.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/fun.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/fun.php",status="404"} 0.000640287 http_request_duration_seconds_count{method="GET",path="/fun.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/function/function.php",status="404"} 0.0011929640000000001 http_request_duration_seconds_count{method="GET",path="/function/function.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/function/function.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/function/function.php",status="429"} 0.0010277490000000001 http_request_duration_seconds_count{method="GET",path="/function/function.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/functions.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/functions.php",status="404"} 0.000154508 http_request_duration_seconds_count{method="GET",path="/functions.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fw.php",status="404"} 0.000198457 http_request_duration_seconds_count{method="GET",path="/fw.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fw.php",status="429"} 0.000132464 http_request_duration_seconds_count{method="GET",path="/fw.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/fw/faiyy.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/fw/faiyy.php",status="404"} 0.000413897 http_request_duration_seconds_count{method="GET",path="/fw/faiyy.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/fz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/fz.php",status="404"} 0.000201579 http_request_duration_seconds_count{method="GET",path="/fz.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.000350705 http_request_duration_seconds_count{method="GET",path="/g.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gateway/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gateway/.env",status="404"} 0.000400843 http_request_duration_seconds_count{method="GET",path="/gateway/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gc-service.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gc-service.json",status="429"} 8.0198e-05 http_request_duration_seconds_count{method="GET",path="/gc-service.json",status="429"} 1 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.000223448 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-credentials.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gcp-credentials.json",status="429"} 0.000357249 http_request_duration_seconds_count{method="GET",path="/gcp-credentials.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-key.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gcp-key.json",status="429"} 0.000311356 http_request_duration_seconds_count{method="GET",path="/gcp-key.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-sa.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gcp-sa.json",status="404"} 0.000127915 http_request_duration_seconds_count{method="GET",path="/gcp-sa.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp-service.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gcp-service.json",status="429"} 0.00013143 http_request_duration_seconds_count{method="GET",path="/gcp-service.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gcp/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gcp/.env",status="404"} 0.000429376 http_request_duration_seconds_count{method="GET",path="/gcp/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/gec.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/gec.php",status="404"} 0.001958166 http_request_duration_seconds_count{method="GET",path="/gec.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/geck.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/geck.php",status="404"} 0.0012364779999999998 http_request_duration_seconds_count{method="GET",path="/geck.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/gecko-new.php",status="404"} 0.002456797 http_request_duration_seconds_count{method="GET",path="/gecko-new.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko-new.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gecko-new.php",status="429"} 0.000122399 http_request_duration_seconds_count{method="GET",path="/gecko-new.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="404",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/gecko.php",status="404"} 0.0034389509999999996 http_request_duration_seconds_count{method="GET",path="/gecko.php",status="404"} 15 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/gecko.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/gecko.php",status="429"} 0.00048781199999999996 http_request_duration_seconds_count{method="GET",path="/gecko.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/geforce.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/geforce.php",status="404"} 0.000167872 http_request_duration_seconds_count{method="GET",path="/geforce.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelay.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/gelay.php",status="404"} 0.001904144 http_request_duration_seconds_count{method="GET",path="/gelay.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gelio1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gelio1.php",status="404"} 0.000262018 http_request_duration_seconds_count{method="GET",path="/gelio1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/genco.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/genco.php",status="404"} 0.000167796 http_request_duration_seconds_count{method="GET",path="/genco.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/get.php",status="404"} 0.0016139829999999998 http_request_duration_seconds_count{method="GET",path="/get.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/get.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/get.php",status="429"} 0.000136721 http_request_duration_seconds_count{method="GET",path="/get.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/gettest.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/gettest.php",status="404"} 0.000495104 http_request_duration_seconds_count{method="GET",path="/gettest.php",status="404"} 3 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.000174413 http_request_duration_seconds_count{method="GET",path="/gettest.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gfile.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gfile.php",status="404"} 0.000423982 http_request_duration_seconds_count{method="GET",path="/gfile.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gg.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gg.php",status="429"} 0.000181504 http_request_duration_seconds_count{method="GET",path="/gg.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/admin/settings/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ghost/api/admin/settings/",status="404"} 0.000133927 http_request_duration_seconds_count{method="GET",path="/ghost/api/admin/settings/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v3/admin/settings/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ghost/api/v3/admin/settings/",status="404"} 0.000202044 http_request_duration_seconds_count{method="GET",path="/ghost/api/v3/admin/settings/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ghost/api/v4/admin/settings/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ghost/api/v4/admin/settings/",status="404"} 0.000270715 http_request_duration_seconds_count{method="GET",path="/ghost/api/v4/admin/settings/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/git/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/git/.git/config",status="404"} 0.000150225 http_request_duration_seconds_count{method="GET",path="/git/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/github/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/github/.env",status="404"} 0.000149483 http_request_duration_seconds_count{method="GET",path="/github/.env",status="404"} 1 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"} 0.000123697 http_request_duration_seconds_count{method="GET",path="/github/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gitlab/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gitlab/.env",status="404"} 0.000289947 http_request_duration_seconds_count{method="GET",path="/gitlab/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gjm.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gjm.php",status="404"} 0.0008899120000000001 http_request_duration_seconds_count{method="GET",path="/gjm.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/gk.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/gk.php",status="404"} 0.000657084 http_request_duration_seconds_count{method="GET",path="/gk.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gmo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gmo.php",status="404"} 0.000154715 http_request_duration_seconds_count{method="GET",path="/gmo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/god.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/god.php",status="404"} 0.0022882939999999997 http_request_duration_seconds_count{method="GET",path="/god.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/goods.php",status="404"} 0.001484014 http_request_duration_seconds_count{method="GET",path="/goods.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/goods.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/goods.php",status="429"} 0.000344312 http_request_duration_seconds_count{method="GET",path="/goods.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/google-credentials.json",status="404"} 0.000320668 http_request_duration_seconds_count{method="GET",path="/google-credentials.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-credentials.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google-credentials.json",status="429"} 5.1163e-05 http_request_duration_seconds_count{method="GET",path="/google-credentials.json",status="429"} 1 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"} 0.000124053 http_request_duration_seconds_count{method="GET",path="/google-key.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google-service-account.json",status="404"} 0.000166276 http_request_duration_seconds_count{method="GET",path="/google-service-account.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-service-account.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google-service-account.json",status="429"} 0.00014619 http_request_duration_seconds_count{method="GET",path="/google-service-account.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/google-services.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/google-services.json",status="429"} 0.000180923 http_request_duration_seconds_count{method="GET",path="/google-services.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gool.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gool.php",status="404"} 0.000848804 http_request_duration_seconds_count{method="GET",path="/gool.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gptsh.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gptsh.php",status="404"} 0.000149079 http_request_duration_seconds_count{method="GET",path="/gptsh.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gradle.properties",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gradle.properties",status="429"} 0.000108407 http_request_duration_seconds_count{method="GET",path="/gradle.properties",status="429"} 1 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.000184577 http_request_duration_seconds_count{method="GET",path="/graphql",status="404"} 1 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.000146251 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"} 0.000181804 http_request_duration_seconds_count{method="GET",path="/graphql/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/graphql/console",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/graphql/console",status="429"} 9.5313e-05 http_request_duration_seconds_count{method="GET",path="/graphql/console",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/greap.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/greap.php",status="404"} 0.000272824 http_request_duration_seconds_count{method="GET",path="/greap.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/green.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/green.php",status="404"} 0.00042681899999999994 http_request_duration_seconds_count{method="GET",path="/green.php",status="404"} 2 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.000144471 http_request_duration_seconds_count{method="GET",path="/green1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/green3.php",status="404"} 0.000585816 http_request_duration_seconds_count{method="GET",path="/green3.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/green3.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/green3.php",status="429"} 0.000169099 http_request_duration_seconds_count{method="GET",path="/green3.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/grsiuk.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/grsiuk.php",status="404"} 0.001074913 http_request_duration_seconds_count{method="GET",path="/grsiuk.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/guk.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/guk.php",status="404"} 0.0024023399999999998 http_request_duration_seconds_count{method="GET",path="/guk.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gulu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gulu.php",status="404"} 0.000224612 http_request_duration_seconds_count{method="GET",path="/gulu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404"} 0.00052171 http_request_duration_seconds_count{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404"} 0.000677144 http_request_duration_seconds_count{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/gxlql.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/gxlql.php",status="404"} 0.000200537 http_request_duration_seconds_count{method="GET",path="/gxlql.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/h.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/h.php",status="404"} 0.001201176 http_request_duration_seconds_count{method="GET",path="/h.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/h02ugyh.php",status="404"} 0.0015570620000000001 http_request_duration_seconds_count{method="GET",path="/h02ugyh.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/h02ugyh.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/h02ugyh.php",status="429"} 0.000260815 http_request_duration_seconds_count{method="GET",path="/h02ugyh.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/ha.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/ha.php",status="404"} 0.000771609 http_request_duration_seconds_count{method="GET",path="/ha.php",status="404"} 5 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.000175227 http_request_duration_seconds_count{method="GET",path="/haa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/harvestry.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/harvestry.php",status="404"} 0.000192129 http_request_duration_seconds_count{method="GET",path="/harvestry.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/haxor.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/haxor.php",status="429"} 0.000143281 http_request_duration_seconds_count{method="GET",path="/haxor.php",status="429"} 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.000309507 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"} 0.0003392 http_request_duration_seconds_count{method="GET",path="/health",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/health",status="429"} 0.0011672149999999999 http_request_duration_seconds_count{method="GET",path="/health",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/health",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/health",status="429"} 0.000133172 http_request_duration_seconds_count{method="GET",path="/health",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/health ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/health ",status="429"} 0.000239776 http_request_duration_seconds_count{method="GET",path="/health ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/health..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/health..;/",status="429"} 0.000168383 http_request_duration_seconds_count{method="GET",path="/health..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/health/",status="429"} 0.00031101 http_request_duration_seconds_count{method="GET",path="/health/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/health/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/health/.",status="429"} 3.6717e-05 http_request_duration_seconds_count{method="GET",path="/health/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/health;",status="429"} 0.000182154 http_request_duration_seconds_count{method="GET",path="/health;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/health;.php",status="429"} 0.000171399 http_request_duration_seconds_count{method="GET",path="/health;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/health;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/health;/",status="429"} 0.000287761 http_request_duration_seconds_count{method="GET",path="/health;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/healthz",status="404"} 0.000210378 http_request_duration_seconds_count{method="GET",path="/healthz",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/healthz",status="429"} 0.001096981 http_request_duration_seconds_count{method="GET",path="/healthz",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/healthz",status="429"} 0.000145629 http_request_duration_seconds_count{method="GET",path="/healthz",status="429"} 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.000315313 http_request_duration_seconds_count{method="GET",path="/healthz ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/healthz..;/",status="429"} 0.00013424 http_request_duration_seconds_count{method="GET",path="/healthz..;/",status="429"} 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.00083106 http_request_duration_seconds_count{method="GET",path="/healthz/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/healthz/.",status="429"} 0.000198343 http_request_duration_seconds_count{method="GET",path="/healthz/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/healthz;",status="429"} 0.000111783 http_request_duration_seconds_count{method="GET",path="/healthz;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/healthz;.php",status="429"} 9.974e-05 http_request_duration_seconds_count{method="GET",path="/healthz;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/healthz;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/healthz;/",status="429"} 0.000116848 http_request_duration_seconds_count{method="GET",path="/healthz;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hehe.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hehe.php",status="404"} 0.00028185000000000005 http_request_duration_seconds_count{method="GET",path="/hehe.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/hello.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/hello.php",status="404"} 0.000468309 http_request_duration_seconds_count{method="GET",path="/hello.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.prod.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/helm/values.prod.yaml",status="404"} 0.000229644 http_request_duration_seconds_count{method="GET",path="/helm/values.prod.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.production.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/helm/values.production.yaml",status="404"} 0.000139312 http_request_duration_seconds_count{method="GET",path="/helm/values.production.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/helm/values.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/helm/values.yaml",status="404"} 0.000509532 http_request_duration_seconds_count{method="GET",path="/helm/values.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/help/crnpwfiu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/help/crnpwfiu.php",status="404"} 0.000210846 http_request_duration_seconds_count{method="GET",path="/help/crnpwfiu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/home",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/home",status="404"} 0.000233842 http_request_duration_seconds_count{method="GET",path="/home",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home.php",status="404"} 0.00041631299999999997 http_request_duration_seconds_count{method="GET",path="/home.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/home/.env",status="404"} 0.000270344 http_request_duration_seconds_count{method="GET",path="/home/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/app/.aws/credentials",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/home/app/.aws/credentials",status="404"} 0.000493629 http_request_duration_seconds_count{method="GET",path="/home/app/.aws/credentials",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/deploy/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/home/deploy/.aws/credentials",status="404"} 0.000223329 http_request_duration_seconds_count{method="GET",path="/home/deploy/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/home/ubuntu/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/home/ubuntu/.aws/credentials",status="404"} 0.000245456 http_request_duration_seconds_count{method="GET",path="/home/ubuntu/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hook.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hook.php",status="404"} 0.00037255 http_request_duration_seconds_count{method="GET",path="/hook.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/host.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/host.key",status="404"} 0.000185645 http_request_duration_seconds_count{method="GET",path="/host.key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosting/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/hosting/phpinfo.php",status="404"} 0.000350734 http_request_duration_seconds_count{method="GET",path="/hosting/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hosty.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hosty.php",status="429"} 0.000133871 http_request_duration_seconds_count{method="GET",path="/hosty.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/hp2.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/hp2.php",status="404"} 0.000741459 http_request_duration_seconds_count{method="GET",path="/hp2.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hplfuns.php",status="404"} 0.00024048 http_request_duration_seconds_count{method="GET",path="/hplfuns.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hplfuns.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hplfuns.php",status="429"} 0.000143722 http_request_duration_seconds_count{method="GET",path="/hplfuns.php",status="429"} 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.000437553 http_request_duration_seconds_count{method="GET",path="/htaccess.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/htdocs/.env",status="404"} 0.000362337 http_request_duration_seconds_count{method="GET",path="/htdocs/.env",status="404"} 2 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.000220731 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="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/htdocs/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/htdocs/phpinfo.php",status="404"} 0.000326054 http_request_duration_seconds_count{method="GET",path="/htdocs/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/html/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/html/.env",status="404"} 0.000368287 http_request_duration_seconds_count{method="GET",path="/html/.env",status="404"} 2 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.000192245 http_request_duration_seconds_count{method="GET",path="/html/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/htrpu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/htrpu.php",status="404"} 0.000238516 http_request_duration_seconds_count{method="GET",path="/htrpu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/httpd-status",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/httpd-status",status="429"} 0.000292012 http_request_duration_seconds_count{method="GET",path="/httpd-status",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/hunter.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/hunter.php",status="404"} 0.000154128 http_request_duration_seconds_count{method="GET",path="/hunter.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/hur.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/hur.php",status="404"} 0.002032572 http_request_duration_seconds_count{method="GET",path="/hur.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/hypo.php",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/hypo.php",status="404"} 0.0033603519999999996 http_request_duration_seconds_count{method="GET",path="/hypo.php",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/i.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/i.php",status="404"} 0.0021449019999999997 http_request_duration_seconds_count{method="GET",path="/i.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404"} 0.0010175330000000002 http_request_duration_seconds_count{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/icons/../../../../../../../etc/passwd",status="404"} 0.000152349 http_request_duration_seconds_count{method="GET",path="/icons/../../../../../../../etc/passwd",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/icons/../../../../../../../etc/passwd",status="429"} 0.00047612399999999997 http_request_duration_seconds_count{method="GET",path="/icons/../../../../../../../etc/passwd",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/icons/../../../../../../var/www/.env",status="429"} 0.000566572 http_request_duration_seconds_count{method="GET",path="/icons/../../../../../../var/www/.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404"} 0.000167856 http_request_duration_seconds_count{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429"} 0.000502687 http_request_duration_seconds_count{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_dsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/id_dsa",status="404"} 0.000211562 http_request_duration_seconds_count{method="GET",path="/id_dsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ecdsa",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/id_ecdsa",status="404"} 0.000120385 http_request_duration_seconds_count{method="GET",path="/id_ecdsa",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_ed25519",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/id_ed25519",status="404"} 0.000247267 http_request_duration_seconds_count{method="GET",path="/id_ed25519",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/id_rsa",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/id_rsa",status="429"} 6.6804e-05 http_request_duration_seconds_count{method="GET",path="/id_rsa",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/if.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/if.php",status="429"} 0.000174521 http_request_duration_seconds_count{method="GET",path="/if.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/iko.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/iko.php",status="404"} 0.0005028890000000001 http_request_duration_seconds_count{method="GET",path="/iko.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/il.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/il.php",status="404"} 0.000173128 http_request_duration_seconds_count{method="GET",path="/il.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.000788076 http_request_duration_seconds_count{method="GET",path="/ilex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="0.005"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="0.01"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="0.025"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="0.05"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="0.1"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="0.25"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="0.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="1"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="2.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="5"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="10"} 23 http_request_duration_seconds_bucket{method="GET",path="/images.php",status="404",le="+Inf"} 23 http_request_duration_seconds_sum{method="GET",path="/images.php",status="404"} 0.005849895000000001 http_request_duration_seconds_count{method="GET",path="/images.php",status="404"} 23 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/about.php",status="404"} 0.000157189 http_request_duration_seconds_count{method="GET",path="/images/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/admin.php",status="429"} 0.000136054 http_request_duration_seconds_count{method="GET",path="/images/admin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/chosen.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/chosen.php",status="404"} 0.000239741 http_request_duration_seconds_count{method="GET",path="/images/chosen.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/class-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/class-config.php",status="404"} 0.000149152 http_request_duration_seconds_count{method="GET",path="/images/class-config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/cloud.php",status="404"} 0.000161541 http_request_duration_seconds_count{method="GET",path="/images/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/images/images/about.php",status="404"} 0.001144614 http_request_duration_seconds_count{method="GET",path="/images/images/about.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/images/about.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/images/about.php",status="429"} 0.000124894 http_request_duration_seconds_count{method="GET",path="/images/images/about.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/lmfi2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/lmfi2.php",status="404"} 0.000186556 http_request_duration_seconds_count{method="GET",path="/images/lmfi2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404"} 0.000224432 http_request_duration_seconds_count{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/slide/2025/09/op4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/slide/2025/09/op4.php",status="404"} 0.000243337 http_request_duration_seconds_count{method="GET",path="/images/slide/2025/09/op4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/stories/admin-post.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/stories/admin-post.php",status="429"} 0.000139189 http_request_duration_seconds_count{method="GET",path="/images/stories/admin-post.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/uploader.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/uploader.php",status="404"} 0.000134732 http_request_duration_seconds_count{method="GET",path="/images/uploader.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/wso.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/wso.php",status="429"} 0.000177987 http_request_duration_seconds_count{method="GET",path="/images/wso.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/images/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/images/xmrlpc.php",status="404"} 0.000155894 http_request_duration_seconds_count{method="GET",path="/images/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/imagesvuln.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/imagesvuln.php",status="404"} 0.000132962 http_request_duration_seconds_count{method="GET",path="/imagesvuln.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/img../.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/img../.env",status="429"} 0.000763839 http_request_duration_seconds_count{method="GET",path="/img../.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/img.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/img.php",status="404"} 0.0018213060000000002 http_request_duration_seconds_count{method="GET",path="/img.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/img/about.php",status="404"} 0.000268376 http_request_duration_seconds_count{method="GET",path="/img/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/img/cloud.php",status="404"} 0.000208614 http_request_duration_seconds_count{method="GET",path="/img/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/img/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/img/xmrlpc.php",status="404"} 0.00018161 http_request_duration_seconds_count{method="GET",path="/img/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/include/wp-configs.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/include/wp-configs.php",status="429"} 0.000147116 http_request_duration_seconds_count{method="GET",path="/include/wp-configs.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/application_top.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/includes/application_top.php",status="404"} 0.000590756 http_request_duration_seconds_count{method="GET",path="/includes/application_top.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/configure.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/includes/configure.php",status="404"} 0.001029635 http_request_duration_seconds_count{method="GET",path="/includes/configure.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/includes/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/includes/phpinfo.php",status="404"} 0.000355748 http_request_duration_seconds_count{method="GET",path="/includes/phpinfo.php",status="404"} 2 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.000272578 http_request_duration_seconds_count{method="GET",path="/inde.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index.js",status="404"} 0.000234351 http_request_duration_seconds_count{method="GET",path="/index.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.005"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.01"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.025"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.05"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.1"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.25"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="1"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="2.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="5"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="10"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="+Inf"} 23 http_request_duration_seconds_sum{method="GET",path="/index.php",status="404"} 0.004099283 http_request_duration_seconds_count{method="GET",path="/index.php",status="404"} 23 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.005"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.01"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.025"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.05"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.1"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.25"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.5"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="1"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="2.5"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="5"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="10"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="+Inf"} 61 http_request_duration_seconds_sum{method="GET",path="/index.php",status="429"} 0.008274714999999998 http_request_duration_seconds_count{method="GET",path="/index.php",status="429"} 61 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index.php",status="404"} 0.000138364 http_request_duration_seconds_count{method="GET",path="/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/index.php",status="429"} 0.000898027 http_request_duration_seconds_count{method="GET",path="/index.php",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/index.php ",status="404"} 0.0004959960000000001 http_request_duration_seconds_count{method="GET",path="/index.php ",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php ",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/index.php ",status="429"} 0.0022399310000000006 http_request_duration_seconds_count{method="GET",path="/index.php ",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/index.php..;/",status="404"} 0.000375248 http_request_duration_seconds_count{method="GET",path="/index.php..;/",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php..;/",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/index.php..;/",status="429"} 0.000689608 http_request_duration_seconds_count{method="GET",path="/index.php..;/",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/index.php/",status="404"} 0.000773306 http_request_duration_seconds_count{method="GET",path="/index.php/",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/index.php/",status="429"} 0.0014966520000000002 http_request_duration_seconds_count{method="GET",path="/index.php/",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/index.php/.",status="404"} 0.000474094 http_request_duration_seconds_count{method="GET",path="/index.php/.",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php/.",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/index.php/.",status="429"} 0.0005057729999999999 http_request_duration_seconds_count{method="GET",path="/index.php/.",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index.php;",status="404"} 0.000190192 http_request_duration_seconds_count{method="GET",path="/index.php;",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/index.php;",status="429"} 0.001040782 http_request_duration_seconds_count{method="GET",path="/index.php;",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/index.php;.php",status="404"} 0.00040901 http_request_duration_seconds_count{method="GET",path="/index.php;.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;.php",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/index.php;.php",status="429"} 0.000741395 http_request_duration_seconds_count{method="GET",path="/index.php;.php",status="429"} 6 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.000278834 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"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/index.php;/",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/index.php;/",status="429"} 0.00079535 http_request_duration_seconds_count{method="GET",path="/index.php;/",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/index/function.php",status="404"} 0.002331544 http_request_duration_seconds_count{method="GET",path="/index/function.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/function.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/index/function.php",status="429"} 0.000904009 http_request_duration_seconds_count{method="GET",path="/index/function.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index/index.php",status="429"} 0.000165262 http_request_duration_seconds_count{method="GET",path="/index/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index/lock.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index/lock.php",status="429"} 0.000176783 http_request_duration_seconds_count{method="GET",path="/index/lock.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/index2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/index2.php",status="404"} 0.001937576 http_request_duration_seconds_count{method="GET",path="/index2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/indo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/indo.php",status="404"} 0.000414434 http_request_duration_seconds_count{method="GET",path="/indo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/info",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/info",status="404"} 0.000269367 http_request_duration_seconds_count{method="GET",path="/info",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/info.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/info.php",status="404"} 0.018506725000000005 http_request_duration_seconds_count{method="GET",path="/info.php",status="404"} 16 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.000870541 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="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/info.php.bak",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/info.php.bak",status="404"} 0.00046142700000000004 http_request_duration_seconds_count{method="GET",path="/info.php.bak",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/infra/terraform.tfstate",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/infra/terraform.tfstate",status="404"} 0.000311192 http_request_duration_seconds_count{method="GET",path="/infra/terraform.tfstate",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/infrastructure/.env",status="404"} 0.00047113000000000005 http_request_duration_seconds_count{method="GET",path="/infrastructure/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/infrastructure/terraform.tfstate",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/infrastructure/terraform.tfstate",status="404"} 0.000303131 http_request_duration_seconds_count{method="GET",path="/infrastructure/terraform.tfstate",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/ingfo.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/ingfo.php",status="404"} 0.00163489 http_request_duration_seconds_count{method="GET",path="/ingfo.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ini.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ini.php",status="404"} 0.000206466 http_request_duration_seconds_count{method="GET",path="/ini.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/init.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/init.php",status="404"} 0.000601761 http_request_duration_seconds_count{method="GET",path="/init.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/input.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/input.php",status="404"} 0.000141233 http_request_duration_seconds_count{method="GET",path="/input.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.005"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="404",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/inputs.php",status="404"} 0.005231765 http_request_duration_seconds_count{method="GET",path="/inputs.php",status="404"} 25 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/inputs.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/inputs.php",status="429"} 0.00042711699999999997 http_request_duration_seconds_count{method="GET",path="/inputs.php",status="429"} 3 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.000190005 http_request_duration_seconds_count{method="GET",path="/insc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/inso.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/inso.php",status="404"} 0.0009440669999999999 http_request_duration_seconds_count{method="GET",path="/inso.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/insta.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/insta.php",status="404"} 0.000181422 http_request_duration_seconds_count{method="GET",path="/insta.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/instance/config.py",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/instance/config.py",status="429"} 0.000115331 http_request_duration_seconds_count{method="GET",path="/instance/config.py",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/internal/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/internal/.env",status="404"} 0.000309222 http_request_duration_seconds_count{method="GET",path="/internal/.env",status="404"} 2 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"} 4.7926e-05 http_request_duration_seconds_count{method="GET",path="/internal/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/inx.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/inx.php",status="404"} 0.0008138900000000001 http_request_duration_seconds_count{method="GET",path="/inx.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/ioxi-o.php",status="404"} 0.0024462689999999996 http_request_duration_seconds_count{method="GET",path="/ioxi-o.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi-o.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ioxi-o.php",status="429"} 0.000513562 http_request_duration_seconds_count{method="GET",path="/ioxi-o.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ioxi.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ioxi.php",status="429"} 0.000128316 http_request_duration_seconds_count{method="GET",path="/ioxi.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ip.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ip.php",status="404"} 0.000167693 http_request_duration_seconds_count{method="GET",path="/ip.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/it.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/it.php",status="429"} 0.000137282 http_request_duration_seconds_count{method="GET",path="/it.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/item.php",status="404"} 0.001238308 http_request_duration_seconds_count{method="GET",path="/item.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/item.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/item.php",status="429"} 0.00043714299999999997 http_request_duration_seconds_count{method="GET",path="/item.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/j.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/j.php",status="404"} 0.000167589 http_request_duration_seconds_count{method="GET",path="/j.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/j260624_13.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/j260624_13.php",status="404"} 0.000556429 http_request_duration_seconds_count{method="GET",path="/j260624_13.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkins/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/jenkins/.env",status="404"} 0.000280143 http_request_duration_seconds_count{method="GET",path="/jenkins/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/jenkinsfile",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/jenkinsfile",status="404"} 0.000639149 http_request_duration_seconds_count{method="GET",path="/jenkinsfile",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/jga.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/jga.php",status="404"} 0.000611526 http_request_duration_seconds_count{method="GET",path="/jga.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/jj.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/jj.php",status="404"} 0.001130068 http_request_duration_seconds_count{method="GET",path="/jj.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/jlex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/jlex.php",status="404"} 0.000160851 http_request_duration_seconds_count{method="GET",path="/jlex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/job/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/job/.env",status="404"} 0.000296131 http_request_duration_seconds_count{method="GET",path="/job/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/joomla/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/joomla/.env",status="404"} 0.000286278 http_request_duration_seconds_count{method="GET",path="/joomla/.env",status="404"} 2 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.000557306 http_request_duration_seconds_count{method="GET",path="/jp.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/jq.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/jq.php",status="404"} 0.0006740279999999999 http_request_duration_seconds_count{method="GET",path="/jq.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/jrpga.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/jrpga.php",status="404"} 0.000162997 http_request_duration_seconds_count{method="GET",path="/jrpga.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/js",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/js",status="429"} 0.000242095 http_request_duration_seconds_count{method="GET",path="/js",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/js.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/js.php",status="404"} 0.0017145469999999999 http_request_duration_seconds_count{method="GET",path="/js.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/js/",status="429"} 0.00033048400000000003 http_request_duration_seconds_count{method="GET",path="/js/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/js/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/js/config.js",status="404"} 0.000184114 http_request_duration_seconds_count{method="GET",path="/js/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/jvcpa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/jvcpa.php",status="404"} 0.000257885 http_request_duration_seconds_count{method="GET",path="/jvcpa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.005"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.01"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.025"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.05"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.1"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.25"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="0.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="1"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="2.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="5"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="10"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="404",le="+Inf"} 22 http_request_duration_seconds_sum{method="GET",path="/k.php",status="404"} 0.004856874000000001 http_request_duration_seconds_count{method="GET",path="/k.php",status="404"} 22 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/k.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/k.php",status="429"} 0.000892276 http_request_duration_seconds_count{method="GET",path="/k.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/k2.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/k2.php",status="404"} 0.002908258 http_request_duration_seconds_count{method="GET",path="/k2.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/k3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k3.php",status="404"} 0.00012919 http_request_duration_seconds_count{method="GET",path="/k3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/k4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k4.php",status="404"} 0.000241724 http_request_duration_seconds_count{method="GET",path="/k4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/k5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k5.php",status="404"} 0.000154734 http_request_duration_seconds_count{method="GET",path="/k5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/k8s/.env",status="404"} 0.000810135 http_request_duration_seconds_count{method="GET",path="/k8s/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/configmap.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k8s/configmap.yaml",status="404"} 0.000159519 http_request_duration_seconds_count{method="GET",path="/k8s/configmap.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/k8s/secrets.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/k8s/secrets.yaml",status="404"} 0.000169551 http_request_duration_seconds_count{method="GET",path="/k8s/secrets.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/kafka/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/kafka/.env",status="404"} 0.00027183800000000005 http_request_duration_seconds_count{method="GET",path="/kafka/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kapxq.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kapxq.php",status="404"} 0.000143297 http_request_duration_seconds_count{method="GET",path="/kapxq.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kedi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kedi.php",status="404"} 0.000155564 http_request_duration_seconds_count{method="GET",path="/kedi.php",status="404"} 1 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.000263504 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/key.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/key.json",status="429"} 0.000109313 http_request_duration_seconds_count{method="GET",path="/key.json",status="429"} 1 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.000652262 http_request_duration_seconds_count{method="GET",path="/key.pem",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/keyfile.json",status="404"} 0.000268499 http_request_duration_seconds_count{method="GET",path="/keyfile.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/keyfile.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/keyfile.json",status="429"} 8.4584e-05 http_request_duration_seconds_count{method="GET",path="/keyfile.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/keys/service-account.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/keys/service-account.json",status="429"} 0.000123603 http_request_duration_seconds_count{method="GET",path="/keys/service-account.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kindex.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kindex.php",status="429"} 0.000156191 http_request_duration_seconds_count{method="GET",path="/kindex.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/kir.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/kir.php",status="404"} 0.000849333 http_request_duration_seconds_count{method="GET",path="/kir.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kiss.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kiss.php",status="404"} 0.000150296 http_request_duration_seconds_count{method="GET",path="/kiss.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/kj.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/kj.php",status="404"} 0.000427991 http_request_duration_seconds_count{method="GET",path="/kj.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kk.php",status="404"} 0.000146534 http_request_duration_seconds_count{method="GET",path="/kk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kkxuw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kkxuw.php",status="404"} 0.000285618 http_request_duration_seconds_count{method="GET",path="/kkxuw.php",status="404"} 1 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.000315048 http_request_duration_seconds_count{method="GET",path="/klex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kn.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kn.php",status="429"} 0.000205249 http_request_duration_seconds_count{method="GET",path="/kn.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/koala.php",status="404"} 0.000954812 http_request_duration_seconds_count{method="GET",path="/koala.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/koala.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/koala.php",status="429"} 0.000140305 http_request_duration_seconds_count{method="GET",path="/koala.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/koiy.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/koiy.php",status="404"} 0.00032596700000000003 http_request_duration_seconds_count{method="GET",path="/koiy.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/kon.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/kon.php",status="404"} 0.000437718 http_request_duration_seconds_count{method="GET",path="/kon.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kopyw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kopyw.php",status="404"} 0.000128113 http_request_duration_seconds_count{method="GET",path="/kopyw.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/kq1.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/kq1.php",status="404"} 0.000727442 http_request_duration_seconds_count{method="GET",path="/kq1.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404"} 0.000207335 http_request_duration_seconds_count{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404"} 1 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"} 0.000127315 http_request_duration_seconds_count{method="GET",path="/kube/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/kubernetes/.env",status="404"} 0.000766266 http_request_duration_seconds_count{method="GET",path="/kubernetes/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/configmap.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kubernetes/configmap.yaml",status="404"} 0.000137364 http_request_duration_seconds_count{method="GET",path="/kubernetes/configmap.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/kubernetes/secrets.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/kubernetes/secrets.yaml",status="404"} 0.000232694 http_request_duration_seconds_count{method="GET",path="/kubernetes/secrets.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/l.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/l.php",status="429"} 0.00012755 http_request_duration_seconds_count{method="GET",path="/l.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/la.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/la.php",status="404"} 0.000177033 http_request_duration_seconds_count{method="GET",path="/la.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/lab/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/lab/.env",status="404"} 0.000280786 http_request_duration_seconds_count{method="GET",path="/lab/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lala.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lala.php",status="404"} 0.000246055 http_request_duration_seconds_count{method="GET",path="/lala.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/laravel.log",status="429"} 0.0014114340000000003 http_request_duration_seconds_count{method="GET",path="/laravel.log",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.log",status="429"} 5.212e-05 http_request_duration_seconds_count{method="GET",path="/laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/laravel.log ",status="429"} 0.00031430900000000003 http_request_duration_seconds_count{method="GET",path="/laravel.log ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.log..;/",status="429"} 0.000104498 http_request_duration_seconds_count{method="GET",path="/laravel.log..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/laravel.log/",status="429"} 0.00023428700000000002 http_request_duration_seconds_count{method="GET",path="/laravel.log/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.log/.",status="429"} 0.000113727 http_request_duration_seconds_count{method="GET",path="/laravel.log/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.log;",status="429"} 0.00010038 http_request_duration_seconds_count{method="GET",path="/laravel.log;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.log;.php",status="429"} 0.000148708 http_request_duration_seconds_count{method="GET",path="/laravel.log;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel.log;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/laravel.log;/",status="429"} 0.000118094 http_request_duration_seconds_count{method="GET",path="/laravel.log;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/laravel/.env",status="404"} 0.000479256 http_request_duration_seconds_count{method="GET",path="/laravel/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/laravel/.env",status="429"} 0.000225978 http_request_duration_seconds_count{method="GET",path="/laravel/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/laravel5/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/laravel5/.env",status="404"} 0.00031611 http_request_duration_seconds_count{method="GET",path="/laravel5/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lazqstrk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lazqstrk.php",status="404"} 0.000171458 http_request_duration_seconds_count{method="GET",path="/lazqstrk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lddxs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lddxs.php",status="404"} 0.000444915 http_request_duration_seconds_count{method="GET",path="/lddxs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/leaf.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/leaf.php",status="404"} 0.000345218 http_request_duration_seconds_count{method="GET",path="/leaf.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/leafmailer.php",status="429"} 0.000158541 http_request_duration_seconds_count{method="GET",path="/leafmailer.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/leafmailer2.8.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/leafmailer2.8.php",status="429"} 0.00015935 http_request_duration_seconds_count{method="GET",path="/leafmailer2.8.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lf.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lf.php",status="429"} 0.000145386 http_request_duration_seconds_count{method="GET",path="/lf.php",status="429"} 1 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.000207989 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"} 0.000143128 http_request_duration_seconds_count{method="GET",path="/lib/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/legacy/updates.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/libraries/legacy/updates.php",status="404"} 0.000497831 http_request_duration_seconds_count{method="GET",path="/libraries/legacy/updates.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/phpmailer/updates.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/libraries/phpmailer/updates.php",status="404"} 0.000188177 http_request_duration_seconds_count{method="GET",path="/libraries/phpmailer/updates.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/libraries/vendor/updates.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/libraries/vendor/updates.php",status="404"} 0.001770392 http_request_duration_seconds_count{method="GET",path="/libraries/vendor/updates.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/link.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/link.php",status="404"} 0.000190762 http_request_duration_seconds_count{method="GET",path="/link.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lite.php",status="404"} 0.000154496 http_request_duration_seconds_count{method="GET",path="/lite.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lite.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lite.php",status="429"} 0.000185843 http_request_duration_seconds_count{method="GET",path="/lite.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/live/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/live/.env",status="404"} 0.0007410730000000001 http_request_duration_seconds_count{method="GET",path="/live/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lm13.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lm13.php",status="404"} 0.000322887 http_request_duration_seconds_count{method="GET",path="/lm13.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/load.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/load.php",status="404"} 0.00035530999999999996 http_request_duration_seconds_count{method="GET",path="/load.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/loader.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/loader.php",status="404"} 0.00037693700000000004 http_request_duration_seconds_count{method="GET",path="/loader.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/local.settings.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/local.settings.json",status="404"} 0.000157722 http_request_duration_seconds_count{method="GET",path="/local.settings.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/local/.env",status="404"} 0.00012775 http_request_duration_seconds_count{method="GET",path="/local/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/local/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/local/.env",status="429"} 0.000127847 http_request_duration_seconds_count{method="GET",path="/local/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/locale.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/locale.php",status="404"} 0.000165757 http_request_duration_seconds_count{method="GET",path="/locale.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/localhost.key",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/localhost.key",status="429"} 0.000107131 http_request_duration_seconds_count{method="GET",path="/localhost.key",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lock.php",status="404"} 0.000157478 http_request_duration_seconds_count{method="GET",path="/lock.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/lock360.php",status="404"} 0.0023845360000000005 http_request_duration_seconds_count{method="GET",path="/lock360.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lock360.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lock360.php",status="429"} 0.000141852 http_request_duration_seconds_count{method="GET",path="/lock360.php",status="429"} 1 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.000180445 http_request_duration_seconds_count{method="GET",path="/log.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/production.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/log/production.log",status="404"} 0.000167438 http_request_duration_seconds_count{method="GET",path="/log/production.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/log/staging.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/log/staging.log",status="404"} 0.00018649 http_request_duration_seconds_count{method="GET",path="/log/staging.log",status="404"} 1 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.000225972 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"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/login",status="429"} 0.001289723 http_request_duration_seconds_count{method="GET",path="/login",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login",status="429"} 0.000176376 http_request_duration_seconds_count{method="GET",path="/login",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/login ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/login ",status="429"} 0.000345244 http_request_duration_seconds_count{method="GET",path="/login ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login..;/",status="429"} 0.000141078 http_request_duration_seconds_count{method="GET",path="/login..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/login.action",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/login.action",status="404"} 0.00044979899999999997 http_request_duration_seconds_count{method="GET",path="/login.action",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/login/",status="429"} 0.00034925799999999997 http_request_duration_seconds_count{method="GET",path="/login/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login/.",status="429"} 0.000252745 http_request_duration_seconds_count{method="GET",path="/login/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login;",status="429"} 6.5027e-05 http_request_duration_seconds_count{method="GET",path="/login;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login;.php",status="429"} 0.000207173 http_request_duration_seconds_count{method="GET",path="/login;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/login;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/login;/",status="429"} 0.00019853 http_request_duration_seconds_count{method="GET",path="/login;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/logs/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/logs/.env",status="404"} 0.000353956 http_request_duration_seconds_count{method="GET",path="/logs/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lol.php",status="404"} 0.000254094 http_request_duration_seconds_count{method="GET",path="/lol.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lol.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lol.php",status="429"} 0.000134104 http_request_duration_seconds_count{method="GET",path="/lol.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/loxi-o.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/loxi-o.php",status="404"} 0.000449986 http_request_duration_seconds_count{method="GET",path="/loxi-o.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lp5.php",status="404"} 0.000197533 http_request_duration_seconds_count{method="GET",path="/lp5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/lp6.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/lp6.php",status="404"} 0.000364688 http_request_duration_seconds_count{method="GET",path="/lp6.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ls.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ls.php",status="404"} 0.000342141 http_request_duration_seconds_count{method="GET",path="/ls.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/lv.php",status="404"} 0.001117782 http_request_duration_seconds_count{method="GET",path="/lv.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/lv.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/lv.php",status="429"} 0.000551352 http_request_duration_seconds_count{method="GET",path="/lv.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/lxrgu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/lxrgu.php",status="404"} 0.000207152 http_request_duration_seconds_count{method="GET",path="/lxrgu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/m.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/m.php",status="404"} 0.000530383 http_request_duration_seconds_count{method="GET",path="/m.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.005"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.01"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.025"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.05"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.1"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.25"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="0.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="1"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="2.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="5"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="10"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="404",le="+Inf"} 24 http_request_duration_seconds_sum{method="GET",path="/mac.php",status="404"} 0.005371747999999999 http_request_duration_seconds_count{method="GET",path="/mac.php",status="404"} 24 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mac.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mac.php",status="429"} 0.000136762 http_request_duration_seconds_count{method="GET",path="/mac.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/magento/.env",status="404"} 0.000529307 http_request_duration_seconds_count{method="GET",path="/magento/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/magento/app/etc/local.xml",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/magento/app/etc/local.xml",status="404"} 0.000417877 http_request_duration_seconds_count{method="GET",path="/magento/app/etc/local.xml",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mah.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mah.php",status="429"} 0.000182561 http_request_duration_seconds_count{method="GET",path="/mah.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mail.php",status="404"} 0.000368853 http_request_duration_seconds_count{method="GET",path="/mail.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/mail/.env",status="404"} 0.000629046 http_request_duration_seconds_count{method="GET",path="/mail/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mail/.git/config",status="429"} 0.000122777 http_request_duration_seconds_count{method="GET",path="/mail/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mail/config",status="404"} 0.000143133 http_request_duration_seconds_count{method="GET",path="/mail/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mail/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mail/phpinfo.php",status="404"} 0.000360354 http_request_duration_seconds_count{method="GET",path="/mail/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailer/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mailer/.env",status="404"} 0.000259717 http_request_duration_seconds_count{method="GET",path="/mailer/.env",status="404"} 1 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"} 0.000135109 http_request_duration_seconds_count{method="GET",path="/mailer/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailgun/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mailgun/.env",status="404"} 0.0004979569999999999 http_request_duration_seconds_count{method="GET",path="/mailgun/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailing/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mailing/.env",status="404"} 0.000358699 http_request_duration_seconds_count{method="GET",path="/mailing/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mailjet/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mailjet/.env",status="404"} 0.000307676 http_request_duration_seconds_count{method="GET",path="/mailjet/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/main/",status="404"} 0.000742171 http_request_duration_seconds_count{method="GET",path="/main/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-json/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/main/wp-json/",status="404"} 0.0029804180000000003 http_request_duration_seconds_count{method="GET",path="/main/wp-json/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/main/wp-login.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/main/wp-login.php",status="404"} 0.001178291 http_request_duration_seconds_count{method="GET",path="/main/wp-login.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/makeasmtp.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/makeasmtp.php",status="404"} 0.0028223389999999997 http_request_duration_seconds_count{method="GET",path="/makeasmtp.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mamzi.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mamzi.php",status="404"} 0.000798701 http_request_duration_seconds_count{method="GET",path="/mamzi.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/manage/actuator/env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/manage/actuator/env",status="404"} 0.000215759 http_request_duration_seconds_count{method="GET",path="/manage/actuator/env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/management/actuator/env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/management/actuator/env",status="404"} 0.000318806 http_request_duration_seconds_count{method="GET",path="/management/actuator/env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/manager.phP",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/manager.phP",status="404"} 0.000190514 http_request_duration_seconds_count{method="GET",path="/manager.phP",status="404"} 1 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.00033513900000000003 http_request_duration_seconds_count{method="GET",path="/manager.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mandrill/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mandrill/.env",status="404"} 0.000389175 http_request_duration_seconds_count{method="GET",path="/mandrill/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/manifest.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/manifest.json",status="404"} 0.000282388 http_request_duration_seconds_count{method="GET",path="/manifest.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mans.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mans.php",status="404"} 0.000388923 http_request_duration_seconds_count{method="GET",path="/mans.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mariju.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mariju.php",status="404"} 0.000170853 http_request_duration_seconds_count{method="GET",path="/mariju.php",status="404"} 1 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.000289645 http_request_duration_seconds_count{method="GET",path="/mass.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/max.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/max.php",status="404"} 0.000389677 http_request_duration_seconds_count{method="GET",path="/max.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/maxro.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/maxro.php",status="404"} 0.00033609600000000003 http_request_duration_seconds_count{method="GET",path="/maxro.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mcs.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mcs.php",status="404"} 0.000336693 http_request_duration_seconds_count{method="GET",path="/mcs.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/mds.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/mds.php",status="404"} 0.000929369 http_request_duration_seconds_count{method="GET",path="/mds.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/me.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/me.css",status="404"} 0.000182049 http_request_duration_seconds_count{method="GET",path="/me.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/media-admin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/media-admin.php",status="404"} 0.000183307 http_request_duration_seconds_count{method="GET",path="/media-admin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/media../.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/media../.env",status="404"} 0.000403319 http_request_duration_seconds_count{method="GET",path="/media../.env",status="404"} 3 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.000462936 http_request_duration_seconds_count{method="GET",path="/media../.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/media.php",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/media.php",status="404"} 0.005915907000000001 http_request_duration_seconds_count{method="GET",path="/media.php",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429"} 0.000224034 http_request_duration_seconds_count{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/medusa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/medusa.php",status="404"} 0.000178288 http_request_duration_seconds_count{method="GET",path="/medusa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/memberfuns.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/memberfuns.php",status="404"} 0.000663753 http_request_duration_seconds_count{method="GET",path="/memberfuns.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/menu.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/menu.php",status="404"} 0.000367648 http_request_duration_seconds_count{method="GET",path="/menu.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/meta.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/meta.php",status="404"} 0.000550464 http_request_duration_seconds_count{method="GET",path="/meta.php",status="404"} 1 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"} 3 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"} 6 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="0.1"} 7 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"} 20 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="1"} 20 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="2.5"} 20 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="5"} 20 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="10"} 20 http_request_duration_seconds_bucket{method="GET",path="/metrics",status="200",le="+Inf"} 20 http_request_duration_seconds_sum{method="GET",path="/metrics",status="200"} 4.868339159999999 http_request_duration_seconds_count{method="GET",path="/metrics",status="200"} 20 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mg.php",status="404"} 0.000596614 http_request_duration_seconds_count{method="GET",path="/mg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mga.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mga.php",status="404"} 0.000316183 http_request_duration_seconds_count{method="GET",path="/mga.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/mgrr.php",status="404",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/mgrr.php",status="404"} 0.002518509 http_request_duration_seconds_count{method="GET",path="/mgrr.php",status="404"} 14 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mh.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mh.php",status="404"} 0.000442736 http_request_duration_seconds_count{method="GET",path="/mh.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/microservice/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/microservice/.env",status="404"} 0.00030320399999999995 http_request_duration_seconds_count{method="GET",path="/microservice/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/min.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/min.php",status="404"} 0.0014241649999999998 http_request_duration_seconds_count{method="GET",path="/min.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mini",status="429"} 0.000146741 http_request_duration_seconds_count{method="GET",path="/mini",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/mini.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/mini.php",status="404"} 0.000968016 http_request_duration_seconds_count{method="GET",path="/mini.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/minimo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/minimo.php",status="404"} 0.000138115 http_request_duration_seconds_count{method="GET",path="/minimo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/minishell.php",status="404"} 0.001234242 http_request_duration_seconds_count{method="GET",path="/minishell.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/minishell/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/minishell/",status="404"} 0.000162212 http_request_duration_seconds_count{method="GET",path="/minishell/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/miru3.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/miru3.php",status="404"} 0.000476431 http_request_duration_seconds_count{method="GET",path="/miru3.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mjq.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mjq.php",status="404"} 0.000202778 http_request_duration_seconds_count{method="GET",path="/mjq.php",status="404"} 1 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.000196784 http_request_duration_seconds_count{method="GET",path="/mlex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mlqeheok.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mlqeheok.php",status="404"} 0.000209299 http_request_duration_seconds_count{method="GET",path="/mlqeheok.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mnpiyfeish.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mnpiyfeish.php",status="404"} 0.000137739 http_request_duration_seconds_count{method="GET",path="/mnpiyfeish.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/modules/ets_whatsapp/security.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/modules/ets_whatsapp/security.php",status="404"} 0.000151761 http_request_duration_seconds_count{method="GET",path="/modules/ets_whatsapp/security.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.000187955 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="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404"} 0.00034935200000000004 http_request_duration_seconds_count{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mongodb/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mongodb/.env",status="404"} 0.0003052 http_request_duration_seconds_count{method="GET",path="/mongodb/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/moon.php",status="404"} 0.008267013 http_request_duration_seconds_count{method="GET",path="/moon.php",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/moon.php",status="429"} 0.000630862 http_request_duration_seconds_count{method="GET",path="/moon.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/moon3.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/moon3.php",status="404"} 0.00071427 http_request_duration_seconds_count{method="GET",path="/moon3.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/mosty.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/mosty.php",status="404"} 0.001145882 http_request_duration_seconds_count{method="GET",path="/mosty.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/motu.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/motu.php",status="404"} 0.004110573 http_request_duration_seconds_count{method="GET",path="/motu.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mrjn.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mrjn.php",status="404"} 0.000198635 http_request_duration_seconds_count{method="GET",path="/mrjn.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.005"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.01"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.025"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.05"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.1"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.25"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="0.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="1"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="2.5"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="5"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="10"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="404",le="+Inf"} 19 http_request_duration_seconds_sum{method="GET",path="/ms-edit.php",status="404"} 0.006044914999999999 http_request_duration_seconds_count{method="GET",path="/ms-edit.php",status="404"} 19 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms-edit.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ms-edit.php",status="429"} 0.000649532 http_request_duration_seconds_count{method="GET",path="/ms-edit.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ms.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ms.php",status="404"} 0.0005099680000000001 http_request_duration_seconds_count{method="GET",path="/ms.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mt/byp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mt/byp.php",status="404"} 0.000171602 http_request_duration_seconds_count{method="GET",path="/mt/byp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/museu/yhweq.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/museu/yhweq.php",status="404"} 0.000140924 http_request_duration_seconds_count{method="GET",path="/museu/yhweq.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/my-account.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/my-account.css",status="404"} 0.000325018 http_request_duration_seconds_count{method="GET",path="/my-account.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/myfile.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/myfile.php",status="404"} 0.000290588 http_request_duration_seconds_count{method="GET",path="/myfile.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mysql.sql",status="404"} 0.000269729 http_request_duration_seconds_count{method="GET",path="/mysql.sql",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/mysql.sql",status="429"} 0.0011171990000000001 http_request_duration_seconds_count{method="GET",path="/mysql.sql",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql.sql",status="429"} 0.000136025 http_request_duration_seconds_count{method="GET",path="/mysql.sql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mysql.sql ",status="429"} 0.000378513 http_request_duration_seconds_count{method="GET",path="/mysql.sql ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql.sql..;/",status="429"} 0.000104658 http_request_duration_seconds_count{method="GET",path="/mysql.sql..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/mysql.sql/",status="429"} 0.000277094 http_request_duration_seconds_count{method="GET",path="/mysql.sql/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql.sql/.",status="429"} 9.375e-05 http_request_duration_seconds_count{method="GET",path="/mysql.sql/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql.sql;",status="429"} 0.000111773 http_request_duration_seconds_count{method="GET",path="/mysql.sql;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql.sql;.php",status="429"} 0.000162777 http_request_duration_seconds_count{method="GET",path="/mysql.sql;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql.sql;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql.sql;/",status="429"} 0.000116576 http_request_duration_seconds_count{method="GET",path="/mysql.sql;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql/.env",status="404"} 0.000151642 http_request_duration_seconds_count{method="GET",path="/mysql/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/mysql/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/mysql/.env",status="429"} 0.000146377 http_request_duration_seconds_count{method="GET",path="/mysql/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/n.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/n.php",status="404"} 0.00043115 http_request_duration_seconds_count{method="GET",path="/n.php",status="404"} 2 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.00019994 http_request_duration_seconds_count{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nano.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nano.php",status="404"} 0.000187046 http_request_duration_seconds_count{method="GET",path="/nano.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nasgor.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nasgor.php",status="404"} 0.000142954 http_request_duration_seconds_count{method="GET",path="/nasgor.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nc4.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nc4.php",status="429"} 0.00038129600000000004 http_request_duration_seconds_count{method="GET",path="/nc4.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ncx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ncx.php",status="404"} 0.00039196399999999996 http_request_duration_seconds_count{method="GET",path="/ncx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nee.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nee.php",status="429"} 0.000171057 http_request_duration_seconds_count{method="GET",path="/nee.php",status="429"} 1 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.000167143 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"} 0.000165884 http_request_duration_seconds_count{method="GET",path="/nest/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/new",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/new",status="404"} 0.000332923 http_request_duration_seconds_count{method="GET",path="/new",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/new-index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/new-index.php",status="404"} 0.000239092 http_request_duration_seconds_count{method="GET",path="/new-index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/new.php",status="404"} 0.0013627140000000001 http_request_duration_seconds_count{method="GET",path="/new.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/new.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/new.php",status="429"} 0.000547008 http_request_duration_seconds_count{method="GET",path="/new.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/new/",status="404"} 0.000918953 http_request_duration_seconds_count{method="GET",path="/new/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-json/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/new/wp-json/",status="404"} 0.0009020410000000001 http_request_duration_seconds_count{method="GET",path="/new/wp-json/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/new/wp-login.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/new/wp-login.php",status="404"} 0.0009503620000000001 http_request_duration_seconds_count{method="GET",path="/new/wp-login.php",status="404"} 5 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.000551894 http_request_duration_seconds_count{method="GET",path="/new4.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/newfile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/newfile.php",status="404"} 0.000408644 http_request_duration_seconds_count{method="GET",path="/newfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsite",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/newsite",status="404"} 0.00017007 http_request_duration_seconds_count{method="GET",path="/newsite",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/newsletter/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/newsletter/.env",status="404"} 0.001046336 http_request_duration_seconds_count{method="GET",path="/newsletter/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/next/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/next/.env",status="404"} 0.00035610899999999996 http_request_duration_seconds_count{method="GET",path="/next/.env",status="404"} 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.000152767 http_request_duration_seconds_count{method="GET",path="/nfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/nginx_status",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/nginx_status",status="429"} 0.00049967 http_request_duration_seconds_count{method="GET",path="/nginx_status",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404"} 0.000308037 http_request_duration_seconds_count{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nhr.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nhr.php",status="404"} 0.000345233 http_request_duration_seconds_count{method="GET",path="/nhr.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/no.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/no.php",status="404"} 0.000157885 http_request_duration_seconds_count{method="GET",path="/no.php",status="404"} 1 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.000284846 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/node/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/node/.env",status="429"} 0.000255424 http_request_duration_seconds_count{method="GET",path="/node/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/noe.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/noe.php",status="404"} 0.000383049 http_request_duration_seconds_count{method="GET",path="/noe.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/norn.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/norn.php",status="404"} 0.000792259 http_request_duration_seconds_count{method="GET",path="/norn.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/notifications/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/notifications/.env",status="404"} 0.0005564280000000001 http_request_duration_seconds_count{method="GET",path="/notifications/.env",status="404"} 2 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.000240115 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.000179001 http_request_duration_seconds_count{method="GET",path="/notify/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nuxt/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nuxt/.env",status="404"} 0.000306867 http_request_duration_seconds_count{method="GET",path="/nuxt/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/nw.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/nw.php",status="404"} 0.000642479 http_request_duration_seconds_count{method="GET",path="/nw.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwflm.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/nwflm.php",status="404"} 0.001160675 http_request_duration_seconds_count{method="GET",path="/nwflm.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/nwwha.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/nwwha.php",status="404"} 0.000246075 http_request_duration_seconds_count{method="GET",path="/nwwha.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/nzv.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/nzv.php",status="404"} 0.000368771 http_request_duration_seconds_count{method="GET",path="/nzv.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/o.php",status="404"} 0.001367944 http_request_duration_seconds_count{method="GET",path="/o.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/o.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/o.php",status="429"} 0.000573684 http_request_duration_seconds_count{method="GET",path="/o.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/obfuscate.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/obfuscate.php",status="404"} 0.000144895 http_request_duration_seconds_count{method="GET",path="/obfuscate.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/oc-admin/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/oc-admin/config.php",status="404"} 0.000528721 http_request_duration_seconds_count{method="GET",path="/oc-admin/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ocxla.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ocxla.php",status="404"} 0.000368506 http_request_duration_seconds_count{method="GET",path="/ocxla.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohayo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ohayo.php",status="429"} 0.000153941 http_request_duration_seconds_count{method="GET",path="/ohayo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ohct.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ohct.php",status="404"} 0.000576008 http_request_duration_seconds_count{method="GET",path="/ohct.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/oivcl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/oivcl.php",status="404"} 0.000139029 http_request_duration_seconds_count{method="GET",path="/oivcl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/ok.php",status="404"} 0.0018948559999999999 http_request_duration_seconds_count{method="GET",path="/ok.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ok.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ok.php",status="429"} 0.000621089 http_request_duration_seconds_count{method="GET",path="/ok.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old",status="404"} 0.000354297 http_request_duration_seconds_count{method="GET",path="/old",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/old-index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/old-index.php",status="429"} 0.000175488 http_request_duration_seconds_count{method="GET",path="/old-index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/old/.env",status="404"} 0.00024847 http_request_duration_seconds_count{method="GET",path="/old/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/old/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/old/phpinfo.php",status="404"} 0.000337443 http_request_duration_seconds_count{method="GET",path="/old/phpinfo.php",status="404"} 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.000212252 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"} 0.000142966 http_request_duration_seconds_count{method="GET",path="/old_phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/olfclass.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/olfclass.php",status="404"} 0.000457641 http_request_duration_seconds_count{method="GET",path="/olfclass.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/olu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/olu.php",status="404"} 0.000177616 http_request_duration_seconds_count{method="GET",path="/olu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/one.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/one.php",status="404"} 0.000561527 http_request_duration_seconds_count{method="GET",path="/one.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/op.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/op.php",status="404"} 0.00028914800000000003 http_request_duration_seconds_count{method="GET",path="/op.php",status="404"} 2 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"} 6.8671e-05 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"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/openapi.json",status="429"} 0.0026574750000000003 http_request_duration_seconds_count{method="GET",path="/openapi.json",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/openapi.json",status="429"} 0.000115937 http_request_duration_seconds_count{method="GET",path="/openapi.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/openapi.json ",status="429"} 0.000181569 http_request_duration_seconds_count{method="GET",path="/openapi.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/openapi.json..;/",status="429"} 0.000140286 http_request_duration_seconds_count{method="GET",path="/openapi.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/openapi.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/openapi.json/",status="429"} 0.000890016 http_request_duration_seconds_count{method="GET",path="/openapi.json/",status="429"} 2 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.000179355 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/openapi.json;",status="429"} 0.000239025 http_request_duration_seconds_count{method="GET",path="/openapi.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/openapi.json;.php",status="429"} 0.000110774 http_request_duration_seconds_count{method="GET",path="/openapi.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/openapi.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/openapi.json;/",status="429"} 0.000113339 http_request_duration_seconds_count{method="GET",path="/openapi.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/opencart/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/opencart/config.php",status="404"} 0.000861268 http_request_duration_seconds_count{method="GET",path="/opencart/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.005"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.01"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.025"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.05"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.1"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.25"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="0.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="1"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="2.5"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="5"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="10"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="404",le="+Inf"} 23 http_request_duration_seconds_sum{method="GET",path="/ops.php",status="404"} 0.004512230000000001 http_request_duration_seconds_count{method="GET",path="/ops.php",status="404"} 23 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ops.php",status="429"} 0.000157081 http_request_duration_seconds_count{method="GET",path="/ops.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ops/values.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ops/values.yaml",status="404"} 0.000175975 http_request_duration_seconds_count{method="GET",path="/ops/values.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/opsqt.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/opsqt.php",status="404"} 0.000146082 http_request_duration_seconds_count{method="GET",path="/opsqt.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/opt/.env",status="404"} 0.000392021 http_request_duration_seconds_count{method="GET",path="/opt/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/opt/app/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/opt/app/.aws/credentials",status="404"} 0.000260121 http_request_duration_seconds_count{method="GET",path="/opt/app/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/opts.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/opts.php",status="404"} 0.000565684 http_request_duration_seconds_count{method="GET",path="/opts.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ora.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ora.php",status="404"} 0.000792361 http_request_duration_seconds_count{method="GET",path="/ora.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/orange3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/orange3.php",status="404"} 0.000153241 http_request_duration_seconds_count{method="GET",path="/orange3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/ors32envu.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/ors32envu.php",status="404"} 0.001507445 http_request_duration_seconds_count{method="GET",path="/ors32envu.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ortasekerli1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ortasekerli1.php",status="404"} 0.000153783 http_request_duration_seconds_count{method="GET",path="/ortasekerli1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/output.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/output.php",status="404"} 0.00036543000000000003 http_request_duration_seconds_count{method="GET",path="/output.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/oxse.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/oxse.php",status="404"} 0.00041233999999999997 http_request_duration_seconds_count{method="GET",path="/oxse.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/p-blog.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/p-blog.php",status="404"} 0.000717391 http_request_duration_seconds_count{method="GET",path="/p-blog.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/p.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/p.php",status="404"} 0.001215718 http_request_duration_seconds_count{method="GET",path="/p.php",status="404"} 6 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.000129221 http_request_duration_seconds_count{method="GET",path="/p.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/package.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/package.json",status="404"} 0.000153017 http_request_duration_seconds_count{method="GET",path="/package.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/packed.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/packed.php",status="429"} 0.000183906 http_request_duration_seconds_count{method="GET",path="/packed.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/panel.php",status="404"} 0.000465038 http_request_duration_seconds_count{method="GET",path="/panel.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/panel/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/panel/.env",status="404"} 0.000377885 http_request_duration_seconds_count{method="GET",path="/panel/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/pass4.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/pass4.php",status="404"} 0.000767408 http_request_duration_seconds_count{method="GET",path="/pass4.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/path.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/path.php",status="404"} 0.000502153 http_request_duration_seconds_count{method="GET",path="/path.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbck.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/pbck.php",status="404"} 0.00147906 http_request_duration_seconds_count{method="GET",path="/pbck.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pbmqm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pbmqm.php",status="404"} 0.000188465 http_request_duration_seconds_count{method="GET",path="/pbmqm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/petx.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/petx.php",status="404"} 0.000897269 http_request_duration_seconds_count{method="GET",path="/petx.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/php-info.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/php-info.php",status="404"} 0.0005341289999999999 http_request_duration_seconds_count{method="GET",path="/php-info.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/php.php",status="404"} 0.002510936 http_request_duration_seconds_count{method="GET",path="/php.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/php.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/php.php",status="429"} 0.000230388 http_request_duration_seconds_count{method="GET",path="/php.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/php5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/php5.php",status="404"} 0.000297679 http_request_duration_seconds_count{method="GET",path="/php5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/php8.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/php8.php",status="404"} 0.001451092 http_request_duration_seconds_count{method="GET",path="/php8.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_errors.log",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/php_errors.log",status="429"} 0.00018062200000000002 http_request_duration_seconds_count{method="GET",path="/php_errors.log",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_info.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/php_info.php",status="404"} 0.000807533 http_request_duration_seconds_count{method="GET",path="/php_info.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/php_version.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/php_version.php",status="404"} 0.000429967 http_request_duration_seconds_count{method="GET",path="/php_version.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/phpinfo",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/phpinfo",status="404"} 0.001325055 http_request_duration_seconds_count{method="GET",path="/phpinfo",status="404"} 5 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.0018149190000000001 http_request_duration_seconds_count{method="GET",path="/phpinfo.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.bak",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.bak",status="404"} 0.000594702 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.bak",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.old",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.old",status="404"} 0.000296858 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.old",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php.save",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php.save",status="404"} 0.000121832 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.save",status="404"} 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"} 0.000144942 http_request_duration_seconds_count{method="GET",path="/phpinfo.php.save",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php1",status="404"} 0.000235644 http_request_duration_seconds_count{method="GET",path="/phpinfo.php1",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpinfo.php~",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/phpinfo.php~",status="404"} 0.00025992400000000003 http_request_duration_seconds_count{method="GET",path="/phpinfo.php~",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/phpversion.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/phpversion.php",status="404"} 0.000567162 http_request_duration_seconds_count{method="GET",path="/phpversion.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/pi.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/pi.php",status="404"} 0.000630192 http_request_duration_seconds_count{method="GET",path="/pi.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/pinfo.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/pinfo.php",status="404"} 0.000660547 http_request_duration_seconds_count{method="GET",path="/pinfo.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pkmoj.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pkmoj.php",status="404"} 0.000165311 http_request_duration_seconds_count{method="GET",path="/pkmoj.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.005"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.01"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.025"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.05"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.1"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.25"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="0.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="1"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="2.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="5"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="10"} 22 http_request_duration_seconds_bucket{method="GET",path="/player",status="200",le="+Inf"} 22 http_request_duration_seconds_sum{method="GET",path="/player",status="200"} 0.033766807999999995 http_request_duration_seconds_count{method="GET",path="/player",status="200"} 22 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.000153916 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"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/plugins.php",status="404"} 0.001194675 http_request_duration_seconds_count{method="GET",path="/plugins.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404"} 0.000563788 http_request_duration_seconds_count{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pms297.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pms297.php",status="404"} 0.000143004 http_request_duration_seconds_count{method="GET",path="/pms297.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pn.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pn.php",status="404"} 0.000289237 http_request_duration_seconds_count{method="GET",path="/pn.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/pol.php",status="404"} 0.0010611020000000002 http_request_duration_seconds_count{method="GET",path="/pol.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pol.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pol.php",status="429"} 0.000342537 http_request_duration_seconds_count{method="GET",path="/pol.php",status="429"} 1 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.000174745 http_request_duration_seconds_count{method="GET",path="/popo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/portal/.env",status="404"} 0.000325969 http_request_duration_seconds_count{method="GET",path="/portal/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/portal/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/portal/.env",status="429"} 0.000206095 http_request_duration_seconds_count{method="GET",path="/portal/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/post.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/post.php",status="404"} 0.0007329600000000001 http_request_duration_seconds_count{method="GET",path="/post.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/postgres/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/postgres/.env",status="404"} 0.000413996 http_request_duration_seconds_count{method="GET",path="/postgres/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/postmark/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/postmark/.env",status="404"} 0.000298369 http_request_duration_seconds_count{method="GET",path="/postmark/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/pouhg.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/pouhg.php",status="404"} 0.000451233 http_request_duration_seconds_count{method="GET",path="/pouhg.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/pp.php",status="404"} 0.000761581 http_request_duration_seconds_count{method="GET",path="/pp.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pp.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pp.php",status="429"} 0.000146601 http_request_duration_seconds_count{method="GET",path="/pp.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ppp.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ppp.php",status="404"} 0.000485668 http_request_duration_seconds_count{method="GET",path="/ppp.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/presta/config/settings.inc.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/presta/config/settings.inc.php",status="404"} 0.000501052 http_request_duration_seconds_count{method="GET",path="/presta/config/settings.inc.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/prestashop/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/prestashop/.env",status="404"} 0.00030581900000000003 http_request_duration_seconds_count{method="GET",path="/prestashop/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/preview/.env",status="404"} 0.000475698 http_request_duration_seconds_count{method="GET",path="/preview/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/preview/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/preview/phpinfo.php",status="404"} 0.000188913 http_request_duration_seconds_count{method="GET",path="/preview/phpinfo.php",status="404"} 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"} 0.000202286 http_request_duration_seconds_count{method="GET",path="/preview/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/priv8.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/priv8.php",status="429"} 0.000121046 http_request_duration_seconds_count{method="GET",path="/priv8.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/private-key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/private-key",status="404"} 0.000119163 http_request_duration_seconds_count{method="GET",path="/private-key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/private/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/private/.env",status="404"} 0.00033186 http_request_duration_seconds_count{method="GET",path="/private/.env",status="404"} 2 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"} 5.7482e-05 http_request_duration_seconds_count{method="GET",path="/private/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/privatekey.json",status="429"} 0.000187478 http_request_duration_seconds_count{method="GET",path="/privatekey.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/privatekey.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/privatekey.key",status="404"} 0.000252308 http_request_duration_seconds_count{method="GET",path="/privatekey.key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/prod/.env",status="404"} 0.000428204 http_request_duration_seconds_count{method="GET",path="/prod/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/prod/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/prod/.env",status="429"} 5.8199e-05 http_request_duration_seconds_count{method="GET",path="/prod/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/production/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/production/.env",status="404"} 0.000566217 http_request_duration_seconds_count{method="GET",path="/production/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/profile",status="404"} 0.000186278 http_request_duration_seconds_count{method="GET",path="/profile",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/profile.css",status="404"} 0.000175754 http_request_duration_seconds_count{method="GET",path="/profile.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/profile.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/profile.js",status="404"} 0.000192354 http_request_duration_seconds_count{method="GET",path="/profile.js",status="404"} 1 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.000139333 http_request_duration_seconds_count{method="GET",path="/profile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/project/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/project/.env",status="404"} 0.000396413 http_request_duration_seconds_count{method="GET",path="/project/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/promma.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/promma.php",status="404"} 0.000138814 http_request_duration_seconds_count{method="GET",path="/promma.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/psnlink/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/psnlink/.env",status="404"} 0.00031618499999999997 http_request_duration_seconds_count{method="GET",path="/psnlink/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public../.env",status="404"} 0.000140235 http_request_duration_seconds_count{method="GET",path="/public../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/public../.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/public../.env",status="429"} 0.0006931929999999999 http_request_duration_seconds_count{method="GET",path="/public../.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/../.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/../.env",status="404"} 0.000211026 http_request_duration_seconds_count{method="GET",path="/public/../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/.env",status="404"} 0.000273473 http_request_duration_seconds_count{method="GET",path="/public/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/.env",status="429"} 0.000199936 http_request_duration_seconds_count{method="GET",path="/public/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/.git/config",status="404"} 8.4401e-05 http_request_duration_seconds_count{method="GET",path="/public/.git/config",status="404"} 1 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"} 0.000121909 http_request_duration_seconds_count{method="GET",path="/public/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/admin.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/admin.json",status="429"} 0.000101323 http_request_duration_seconds_count{method="GET",path="/public/admin.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/config.js",status="404"} 0.000174859 http_request_duration_seconds_count{method="GET",path="/public/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/css.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/public/css.php",status="404"} 0.004182506 http_request_duration_seconds_count{method="GET",path="/public/css.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/hi.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/hi.php",status="404"} 0.00058456 http_request_duration_seconds_count{method="GET",path="/public/hi.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404"} 0.0015090239999999999 http_request_duration_seconds_count{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404"} 2 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.000348937 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/public/phpinfo.php",status="429"} 0.000182641 http_request_duration_seconds_count{method="GET",path="/public/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/public/vx.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/public/vx.php",status="404"} 0.001486135 http_request_duration_seconds_count{method="GET",path="/public/vx.php",status="404"} 4 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.00032065399999999997 http_request_duration_seconds_count{method="GET",path="/public/wp-blog.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public_html/.env",status="404"} 0.000456627 http_request_duration_seconds_count{method="GET",path="/public_html/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/public_html/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/public_html/phpinfo.php",status="404"} 0.001675985 http_request_duration_seconds_count{method="GET",path="/public_html/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/puc.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/puc.php",status="404"} 0.001717803 http_request_duration_seconds_count{method="GET",path="/puc.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/pucci.php",status="404"} 0.00200821 http_request_duration_seconds_count{method="GET",path="/pucci.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/pucci.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/pucci.php",status="429"} 0.000124798 http_request_duration_seconds_count{method="GET",path="/pucci.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/punah.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/punah.php",status="404"} 0.000183736 http_request_duration_seconds_count{method="GET",path="/punah.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/q.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/q.php",status="404"} 0.000171765 http_request_duration_seconds_count{method="GET",path="/q.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404"} 0.001057082 http_request_duration_seconds_count{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/qa/.env",status="404"} 0.000357107 http_request_duration_seconds_count{method="GET",path="/qa/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/qa/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/qa/phpinfo.php",status="404"} 0.00034627499999999995 http_request_duration_seconds_count{method="GET",path="/qa/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/qfvqu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/qfvqu.php",status="404"} 0.000262454 http_request_duration_seconds_count{method="GET",path="/qfvqu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/qindex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/qindex.php",status="404"} 0.000137407 http_request_duration_seconds_count{method="GET",path="/qindex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/qlex1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/qlex1.php",status="404"} 0.000120237 http_request_duration_seconds_count{method="GET",path="/qlex1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/qp09X.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/qp09X.php",status="404"} 0.000132628 http_request_duration_seconds_count{method="GET",path="/qp09X.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/qqqa.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/qqqa.php",status="404"} 0.0008216850000000001 http_request_duration_seconds_count{method="GET",path="/qqqa.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/qterm.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/qterm.php",status="404"} 0.0015216399999999999 http_request_duration_seconds_count{method="GET",path="/qterm.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/queue/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/queue/.env",status="404"} 0.000408375 http_request_duration_seconds_count{method="GET",path="/queue/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/r.php",status="404"} 0.000823282 http_request_duration_seconds_count{method="GET",path="/r.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/r.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/r.php",status="429"} 0.00033948400000000003 http_request_duration_seconds_count{method="GET",path="/r.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rabbitmq/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rabbitmq/.env",status="404"} 0.000127665 http_request_duration_seconds_count{method="GET",path="/rabbitmq/.env",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"} 0.000162248 http_request_duration_seconds_count{method="GET",path="/rabbitmq/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/racs3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/racs3.php",status="404"} 0.000188584 http_request_duration_seconds_count{method="GET",path="/racs3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/radio.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/radio.php",status="404"} 0.000203948 http_request_duration_seconds_count{method="GET",path="/radio.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rahma.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rahma.php",status="429"} 0.000171729 http_request_duration_seconds_count{method="GET",path="/rahma.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/properties",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails/info/properties",status="404"} 0.000178446 http_request_duration_seconds_count{method="GET",path="/rails/info/properties",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rails/info/routes",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rails/info/routes",status="404"} 0.000273456 http_request_duration_seconds_count{method="GET",path="/rails/info/routes",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.000302949 http_request_duration_seconds_count{method="GET",path="/randkeyword.PhP7",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/raw.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/raw.php",status="404"} 0.001275253 http_request_duration_seconds_count{method="GET",path="/raw.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rclone.conf",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rclone.conf",status="404"} 0.000115387 http_request_duration_seconds_count{method="GET",path="/rclone.conf",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/re.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/re.php",status="404"} 0.0003706 http_request_duration_seconds_count{method="GET",path="/re.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/react/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/react/.env",status="404"} 0.000439535 http_request_duration_seconds_count{method="GET",path="/react/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/readme.html",status="404"} 0.000186978 http_request_duration_seconds_count{method="GET",path="/readme.html",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/readme.html",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/readme.html",status="429"} 0.0008850209999999999 http_request_duration_seconds_count{method="GET",path="/readme.html",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/red.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/red.php",status="404"} 0.001977219 http_request_duration_seconds_count{method="GET",path="/red.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/redis/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/redis/.env",status="404"} 0.000528447 http_request_duration_seconds_count{method="GET",path="/redis/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/release/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/release/.env",status="404"} 0.00035771 http_request_duration_seconds_count{method="GET",path="/release/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/releases/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/releases/.env",status="404"} 0.000466094 http_request_duration_seconds_count{method="GET",path="/releases/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/reop3.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/reop3.php",status="404"} 0.000640423 http_request_duration_seconds_count{method="GET",path="/reop3.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/repeater.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/repeater.php",status="404"} 0.000394546 http_request_duration_seconds_count{method="GET",path="/repeater.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/resources/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/resources/.env",status="404"} 0.000386981 http_request_duration_seconds_count{method="GET",path="/resources/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/.env",status="404"} 0.00034989799999999996 http_request_duration_seconds_count{method="GET",path="/rest/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/credentials",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/credentials",status="404"} 0.000462252 http_request_duration_seconds_count{method="GET",path="/rest/credentials",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/settings",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/settings",status="404"} 0.000263156 http_request_duration_seconds_count{method="GET",path="/rest/settings",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/",status="404"} 0.000197376 http_request_duration_seconds_count{method="GET",path="/rest/v1/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/./;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/./;",status="429"} 0.000372652 http_request_duration_seconds_count{method="GET",path="/rest/v1/./;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;",status="429"} 8.0907e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;",status="429"} 0.000143349 http_request_duration_seconds_count{method="GET",path="/rest/v1/;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/; ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/; ",status="429"} 0.000144667 http_request_duration_seconds_count{method="GET",path="/rest/v1/; ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;..;/",status="429"} 0.000111844 http_request_duration_seconds_count{method="GET",path="/rest/v1/;..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/",status="429"} 0.0012426330000000001 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/ ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/ ",status="429"} 0.000120989 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/ ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.",status="429"} 0.000108931 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/./.env",status="429"} 0.000230534 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/./.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/./.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/./.env.local",status="429"} 0.000282807 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/./.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env",status="429"} 0.001088969 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env",status="429"} 0.000161406 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env ",status="429"} 0.00026159999999999996 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env..;/",status="429"} 0.000119021 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local",status="429"} 0.0012606370000000002 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local",status="429"} 0.000182804 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local ",status="429"} 0.000276953 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local..;/",status="429"} 4.6916e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local/",status="429"} 0.000180159 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local/.",status="429"} 0.00014427 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local;",status="429"} 9.775e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local;.php",status="429"} 5.2609e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.local;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.local;/",status="429"} 0.000159396 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.local;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.production",status="404"} 0.000201662 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.production",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env.production",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env.production",status="429"} 0.000350812 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env.production",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env/",status="429"} 0.000257236 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env/.",status="429"} 0.000156787 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env;",status="429"} 7.9344e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env;.php",status="429"} 0.000141659 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/.env;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/.env;/",status="429"} 0.000106143 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/.env;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;//",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;//",status="429"} 0.000132647 http_request_duration_seconds_count{method="GET",path="/rest/v1/;//",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/;.php",status="429"} 8.9794e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/;/",status="429"} 0.000167238 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/./configprops",status="429"} 0.00029284900000000003 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/./configprops",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/./env",status="429"} 0.000341359 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/./env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429"} 0.000245414 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/./mappings",status="429"} 0.000306334 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/./mappings",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429"} 0.000196333 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/Configprops",status="429"} 3.4777e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/Configprops",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/Env",status="429"} 4.288e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/Env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429"} 0.00017238 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/Mappings",status="429"} 8.5004e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/Mappings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429"} 0.000140452 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops",status="404"} 0.000293279 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops",status="429"} 0.00100238 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops",status="429"} 9.4836e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops ",status="429"} 0.000272723 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429"} 0.00015214 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops/",status="429"} 0.000295485 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429"} 0.000118898 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops;",status="429"} 0.000121371 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429"} 3.012e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429"} 4.847e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env",status="404"} 0.000145692 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env",status="429"} 0.001299048 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env",status="429"} 0.000125195 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env ",status="429"} 0.000273541 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env..;/",status="429"} 9.9266e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env/",status="429"} 0.000266739 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env/.",status="429"} 0.000126553 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env;",status="429"} 0.000132877 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env;.php",status="429"} 0.000137298 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/env;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/env;/",status="429"} 8.5676e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/env;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump",status="429"} 0.0009848769999999999 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump",status="429"} 0.000155708 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429"} 0.00024076700000000002 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429"} 9.9897e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404"} 0.000115517 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429"} 0.000125339 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429"} 7.9862e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429"} 0.0001059 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429"} 0.000149201 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404"} 0.000211923 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings",status="429"} 0.0008632790000000001 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings",status="429"} 4.4624e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings ",status="429"} 0.000230428 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429"} 0.000145654 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings/",status="429"} 0.000269701 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429"} 9.0322e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings;",status="429"} 4.2161e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429"} 0.000157822 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429"} 0.000100746 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump",status="429"} 0.0007032470000000002 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump",status="429"} 0.000102611 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429"} 0.00036216000000000004 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429"} 0.000214241 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429"} 0.000297026 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429"} 0.000122607 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429"} 8.3623e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429"} 7.6416e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429"} 9.9049e-05 http_request_duration_seconds_count{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rest/v1/;;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rest/v1/;;",status="429"} 0.000167811 http_request_duration_seconds_count{method="GET",path="/rest/v1/;;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/revealability.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/revealability.php",status="404"} 0.00055638 http_request_duration_seconds_count{method="GET",path="/revealability.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/reviall.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/reviall.php",status="404"} 0.001220508 http_request_duration_seconds_count{method="GET",path="/reviall.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rezor.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rezor.php",status="404"} 0.000202244 http_request_duration_seconds_count{method="GET",path="/rezor.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/rip.php",status="404"} 0.001462363 http_request_duration_seconds_count{method="GET",path="/rip.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/rip.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/rip.php",status="429"} 0.000539422 http_request_duration_seconds_count{method="GET",path="/rip.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rithin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rithin.php",status="404"} 0.000163451 http_request_duration_seconds_count{method="GET",path="/rithin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.005"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.01"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.025"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.05"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.1"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.25"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="0.5"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="1"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="2.5"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="5"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="10"} 93 http_request_duration_seconds_bucket{method="GET",path="/robots.txt",status="404",le="+Inf"} 93 http_request_duration_seconds_sum{method="GET",path="/robots.txt",status="404"} 0.035008380000000006 http_request_duration_seconds_count{method="GET",path="/robots.txt",status="404"} 93 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/room.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/room.php",status="404"} 0.000157351 http_request_duration_seconds_count{method="GET",path="/room.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/root.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/root.php",status="404"} 0.0008906070000000001 http_request_duration_seconds_count{method="GET",path="/root.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/root/.aws/config",status="404"} 0.000114879 http_request_duration_seconds_count{method="GET",path="/root/.aws/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/root/.aws/credentials",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/root/.aws/credentials",status="404"} 0.000538737 http_request_duration_seconds_count{method="GET",path="/root/.aws/credentials",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rpk.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rpk.php",status="404"} 0.000609175 http_request_duration_seconds_count{method="GET",path="/rpk.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rre.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rre.php",status="404"} 0.000159262 http_request_duration_seconds_count{method="GET",path="/rre.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rrlnblhy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rrlnblhy.php",status="404"} 0.00015427 http_request_duration_seconds_count{method="GET",path="/rrlnblhy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rss.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rss.php",status="404"} 0.00014184 http_request_duration_seconds_count{method="GET",path="/rss.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rtx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rtx.php",status="404"} 0.00037064300000000004 http_request_duration_seconds_count{method="GET",path="/rtx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/rum.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/rum.php",status="404"} 0.000601704 http_request_duration_seconds_count{method="GET",path="/rum.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/runtime-config.js",status="404"} 0.000104646 http_request_duration_seconds_count{method="GET",path="/runtime-config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json",status="404"} 0.00024768100000000003 http_request_duration_seconds_count{method="GET",path="/runtime-config.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json",status="429"} 0.0012780690000000002 http_request_duration_seconds_count{method="GET",path="/runtime-config.json",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json",status="429"} 0.000119596 http_request_duration_seconds_count{method="GET",path="/runtime-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json ",status="429"} 0.000242063 http_request_duration_seconds_count{method="GET",path="/runtime-config.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json..;/",status="429"} 0.000111797 http_request_duration_seconds_count{method="GET",path="/runtime-config.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json/",status="429"} 0.00020609600000000001 http_request_duration_seconds_count{method="GET",path="/runtime-config.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json/.",status="429"} 8.7811e-05 http_request_duration_seconds_count{method="GET",path="/runtime-config.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json;",status="429"} 0.000122987 http_request_duration_seconds_count{method="GET",path="/runtime-config.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json;.php",status="429"} 0.000160652 http_request_duration_seconds_count{method="GET",path="/runtime-config.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/runtime-config.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/runtime-config.json;/",status="429"} 9.3297e-05 http_request_duration_seconds_count{method="GET",path="/runtime-config.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rursy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rursy.php",status="404"} 0.000138882 http_request_duration_seconds_count{method="GET",path="/rursy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ruru.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ruru.php",status="404"} 0.000155866 http_request_duration_seconds_count{method="GET",path="/ruru.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rw3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rw3.php",status="404"} 0.000231771 http_request_duration_seconds_count{method="GET",path="/rw3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/rymmm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/rymmm.php",status="404"} 0.000143373 http_request_duration_seconds_count{method="GET",path="/rymmm.php",status="404"} 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.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.000172091 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"} 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.01"} 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.025"} 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.05"} 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.1"} 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.25"} 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.5"} 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="1"} 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="2.5"} 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="5"} 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="10"} 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="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 0.000144397 http_request_duration_seconds_count{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/.aws/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s3/.aws/config",status="404"} 0.000184893 http_request_duration_seconds_count{method="GET",path="/s3/.aws/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/s3/credentials",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/s3/credentials",status="429"} 0.000215658 http_request_duration_seconds_count{method="GET",path="/s3/credentials",status="429"} 1 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"} 0.000175636 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sa.json",status="429"} 0.000103419 http_request_duration_seconds_count{method="GET",path="/sa.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sa.php7",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sa.php7",status="404"} 0.00034955399999999997 http_request_duration_seconds_count{method="GET",path="/sa.php7",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/saas/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/saas/.env",status="404"} 0.00037501500000000003 http_request_duration_seconds_count{method="GET",path="/saas/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sadd.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sadd.php",status="404"} 0.000359262 http_request_duration_seconds_count{method="GET",path="/sadd.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sagax1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sagax1.php",status="404"} 0.00047793900000000003 http_request_duration_seconds_count{method="GET",path="/sagax1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sallu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sallu.php",status="404"} 0.000202781 http_request_duration_seconds_count{method="GET",path="/sallu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/samconfig.toml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/samconfig.toml",status="404"} 0.000238707 http_request_duration_seconds_count{method="GET",path="/samconfig.toml",status="404"} 1 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.000497315 http_request_duration_seconds_count{method="GET",path="/samll.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/satan.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/satan.php",status="404"} 0.000257761 http_request_duration_seconds_count{method="GET",path="/satan.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbhu.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sbhu.php",status="404"} 0.00034458899999999996 http_request_duration_seconds_count{method="GET",path="/sbhu.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sbin/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sbin/.env",status="404"} 0.000359925 http_request_duration_seconds_count{method="GET",path="/sbin/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sboov.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sboov.php",status="404"} 0.000154406 http_request_duration_seconds_count{method="GET",path="/sboov.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sc.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sc.php",status="404"} 0.00047495699999999997 http_request_duration_seconds_count{method="GET",path="/sc.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/scripts/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/scripts/.env",status="404"} 0.0002887 http_request_duration_seconds_count{method="GET",path="/scripts/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/scx.php7",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/scx.php7",status="404"} 0.000346244 http_request_duration_seconds_count{method="GET",path="/scx.php7",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/scxy.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/scxy.php",status="404"} 0.002097342 http_request_duration_seconds_count{method="GET",path="/scxy.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/sd.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/sd.php",status="404"} 0.001051172 http_request_duration_seconds_count{method="GET",path="/sd.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sde.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sde.php",status="404"} 0.000127743 http_request_duration_seconds_count{method="GET",path="/sde.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sdsa.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sdsa.php",status="404"} 0.000324687 http_request_duration_seconds_count{method="GET",path="/sdsa.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secret.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secret.json",status="429"} 0.00025882499999999996 http_request_duration_seconds_count{method="GET",path="/secret.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secrets.env",status="429"} 0.000259623 http_request_duration_seconds_count{method="GET",path="/secrets.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets.json",status="404"} 0.000178152 http_request_duration_seconds_count{method="GET",path="/secrets.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets.json",status="429"} 0.000127782 http_request_duration_seconds_count{method="GET",path="/secrets.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yaml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secrets.yaml",status="404"} 0.000279045 http_request_duration_seconds_count{method="GET",path="/secrets.yaml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secrets.yml",status="404"} 0.00023526500000000002 http_request_duration_seconds_count{method="GET",path="/secrets.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets/aws.credentials",status="404"} 0.000174827 http_request_duration_seconds_count{method="GET",path="/secrets/aws.credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets/aws.env",status="404"} 0.000343483 http_request_duration_seconds_count{method="GET",path="/secrets/aws.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/aws.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secrets/aws.json",status="429"} 0.000528075 http_request_duration_seconds_count{method="GET",path="/secrets/aws.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/config.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/secrets/config.json",status="404"} 0.000201002 http_request_duration_seconds_count{method="GET",path="/secrets/config.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/secrets/gcp.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/secrets/gcp.json",status="429"} 0.00025952 http_request_duration_seconds_count{method="GET",path="/secrets/gcp.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/seiso.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/seiso.php",status="404"} 0.000205861 http_request_duration_seconds_count{method="GET",path="/seiso.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/send.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/send.php",status="429"} 0.00013629 http_request_duration_seconds_count{method="GET",path="/send.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sender/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sender/.env",status="404"} 0.000533766 http_request_duration_seconds_count{method="GET",path="/sender/.env",status="404"} 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"} 4.8195e-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"} 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.000155639 http_request_duration_seconds_count{method="GET",path="/sendgrid.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sendgrid/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sendgrid/.env",status="404"} 0.00042743100000000003 http_request_duration_seconds_count{method="GET",path="/sendgrid/.env",status="404"} 2 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.000156176 http_request_duration_seconds_count{method="GET",path="/sendgrid/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sendmail.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sendmail.php",status="404"} 0.000160875 http_request_duration_seconds_count{method="GET",path="/sendmail.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server",status="404"} 0.00044156699999999997 http_request_duration_seconds_count{method="GET",path="/server",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-info.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server-info.php",status="404"} 0.000303242 http_request_duration_seconds_count{method="GET",path="/server-info.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/server-status",status="404"} 0.000501594 http_request_duration_seconds_count{method="GET",path="/server-status",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/server-status",status="429"} 0.000279636 http_request_duration_seconds_count{method="GET",path="/server-status",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/server-status.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/server-status.php",status="404"} 0.000282113 http_request_duration_seconds_count{method="GET",path="/server-status.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.js",status="404"} 0.00025313 http_request_duration_seconds_count{method="GET",path="/server.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server.key",status="404"} 0.000135435 http_request_duration_seconds_count{method="GET",path="/server.key",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.000369794 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"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/server/.env",status="429"} 0.000628121 http_request_duration_seconds_count{method="GET",path="/server/.env",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.local",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/.env.local",status="404"} 0.000175876 http_request_duration_seconds_count{method="GET",path="/server/.env.local",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/.env.production",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/.env.production",status="429"} 5.0583e-05 http_request_duration_seconds_count{method="GET",path="/server/.env.production",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/server/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/server/config.js",status="404"} 0.000140446 http_request_duration_seconds_count{method="GET",path="/server/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yaml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/serverless.yaml",status="404"} 0.000143692 http_request_duration_seconds_count{method="GET",path="/serverless.yaml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/serverless.yml",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/serverless.yml",status="404"} 0.00031043499999999996 http_request_duration_seconds_count{method="GET",path="/serverless.yml",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account-key.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/service-account-key.json",status="429"} 0.00023333700000000002 http_request_duration_seconds_count{method="GET",path="/service-account-key.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/service-account.json",status="404"} 0.000491546 http_request_duration_seconds_count{method="GET",path="/service-account.json",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/service-account.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/service-account.json",status="429"} 0.000130171 http_request_duration_seconds_count{method="GET",path="/service-account.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/service/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/service/.env",status="404"} 0.000329838 http_request_duration_seconds_count{method="GET",path="/service/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/serviceAccountKey.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/serviceAccountKey.json",status="429"} 0.00014624400000000002 http_request_duration_seconds_count{method="GET",path="/serviceAccountKey.json",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/service_account.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/service_account.json",status="429"} 0.000251925 http_request_duration_seconds_count{method="GET",path="/service_account.json",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.000207321 http_request_duration_seconds_count{method="GET",path="/services/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ses/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ses/.env",status="404"} 0.000406358 http_request_duration_seconds_count{method="GET",path="/ses/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/settings",status="404"} 0.000412356 http_request_duration_seconds_count{method="GET",path="/settings",status="404"} 2 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.0019768209999999997 http_request_duration_seconds_count{method="GET",path="/settings.json",status="429"} 17 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json",status="429"} 0.000168501 http_request_duration_seconds_count{method="GET",path="/settings.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json ",status="404"} 0.000199993 http_request_duration_seconds_count{method="GET",path="/settings.json ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json ",status="429"} 0.000194516 http_request_duration_seconds_count{method="GET",path="/settings.json ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json..;/",status="429"} 0.000131638 http_request_duration_seconds_count{method="GET",path="/settings.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/settings.json/",status="429"} 0.000298901 http_request_duration_seconds_count{method="GET",path="/settings.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json/.",status="429"} 0.000179885 http_request_duration_seconds_count{method="GET",path="/settings.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json;",status="429"} 0.000131116 http_request_duration_seconds_count{method="GET",path="/settings.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json;.php",status="429"} 0.000126242 http_request_duration_seconds_count{method="GET",path="/settings.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.json;/",status="429"} 9.811e-05 http_request_duration_seconds_count{method="GET",path="/settings.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.py",status="404"} 0.000123024 http_request_duration_seconds_count{method="GET",path="/settings.py",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak",status="429"} 0.002123772 http_request_duration_seconds_count{method="GET",path="/settings.py.bak",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak",status="429"} 0.000102329 http_request_duration_seconds_count{method="GET",path="/settings.py.bak",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak ",status="429"} 0.000274717 http_request_duration_seconds_count{method="GET",path="/settings.py.bak ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak..;/",status="429"} 0.000105161 http_request_duration_seconds_count{method="GET",path="/settings.py.bak..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak/",status="429"} 0.000388116 http_request_duration_seconds_count{method="GET",path="/settings.py.bak/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak/.",status="429"} 0.000159094 http_request_duration_seconds_count{method="GET",path="/settings.py.bak/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak;",status="429"} 9.3197e-05 http_request_duration_seconds_count{method="GET",path="/settings.py.bak;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak;.php",status="429"} 9.1246e-05 http_request_duration_seconds_count{method="GET",path="/settings.py.bak;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/settings.py.bak;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/settings.py.bak;/",status="429"} 0.000131963 http_request_duration_seconds_count{method="GET",path="/settings.py.bak;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/setup.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/setup.php",status="404"} 0.000464191 http_request_duration_seconds_count{method="GET",path="/setup.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/sf.php",status="404"} 0.001608474 http_request_duration_seconds_count{method="GET",path="/sf.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/sf.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/sf.php",status="429"} 0.000791231 http_request_duration_seconds_count{method="GET",path="/sf.php",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/sh3ll.php",status="404"} 0.0005508889999999999 http_request_duration_seconds_count{method="GET",path="/sh3ll.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sh3ll.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sh3ll.php",status="429"} 0.000118186 http_request_duration_seconds_count{method="GET",path="/sh3ll.php",status="429"} 1 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.00037100299999999996 http_request_duration_seconds_count{method="GET",path="/shared/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/shell.php",status="404"} 0.000937636 http_request_duration_seconds_count{method="GET",path="/shell.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell20211028.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shell20211028.php",status="404"} 0.000379714 http_request_duration_seconds_count{method="GET",path="/shell20211028.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/shell9090.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/shell9090.php",status="404"} 0.000160433 http_request_duration_seconds_count{method="GET",path="/shell9090.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/shiny.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/shiny.php",status="404"} 0.003142784 http_request_duration_seconds_count{method="GET",path="/shiny.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shop/.env",status="404"} 0.000410337 http_request_duration_seconds_count{method="GET",path="/shop/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/shop/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/shop/config.php",status="404"} 0.000942492 http_request_duration_seconds_count{method="GET",path="/shop/config.php",status="404"} 3 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.000197114 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"} 0.000246981 http_request_duration_seconds_count{method="GET",path="/shopify/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/shx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/shx.php",status="404"} 0.00037853699999999997 http_request_duration_seconds_count{method="GET",path="/shx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid3.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/sid3.php",status="404"} 0.000695788 http_request_duration_seconds_count{method="GET",path="/sid3.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sid4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sid4.php",status="404"} 0.000153213 http_request_duration_seconds_count{method="GET",path="/sid4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="404",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/simple.php",status="404"} 0.0037566599999999993 http_request_duration_seconds_count{method="GET",path="/simple.php",status="404"} 14 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/simple.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/simple.php",status="429"} 0.000153348 http_request_duration_seconds_count{method="GET",path="/simple.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sindex.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sindex.php",status="429"} 0.000139211 http_request_duration_seconds_count{method="GET",path="/sindex.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site.php",status="404"} 0.000176458 http_request_duration_seconds_count{method="GET",path="/site.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/site/",status="404"} 0.000949916 http_request_duration_seconds_count{method="GET",path="/site/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/site/.env",status="404"} 0.000509151 http_request_duration_seconds_count{method="GET",path="/site/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/site/.git/config",status="404"} 0.000216942 http_request_duration_seconds_count{method="GET",path="/site/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/site/phpinfo.php",status="404"} 0.000304088 http_request_duration_seconds_count{method="GET",path="/site/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-json/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/site/wp-json/",status="404"} 0.001048982 http_request_duration_seconds_count{method="GET",path="/site/wp-json/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/site/wp-login.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/site/wp-login.php",status="404"} 0.0008258009999999999 http_request_duration_seconds_count{method="GET",path="/site/wp-login.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sitemap.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sitemap.php",status="404"} 0.00016633 http_request_duration_seconds_count{method="GET",path="/sitemap.php",status="404"} 1 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.000530927 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.000133767 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"} 0.000165889 http_request_duration_seconds_count{method="GET",path="/sitemaps/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/sixxis.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/sixxis.php",status="404"} 0.001358237 http_request_duration_seconds_count{method="GET",path="/sixxis.php",status="404"} 7 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.000203983 http_request_duration_seconds_count{method="GET",path="/size.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sko.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sko.php",status="404"} 0.000196611 http_request_duration_seconds_count{method="GET",path="/sko.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/sky.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/sky.php",status="404"} 0.0016626960000000002 http_request_duration_seconds_count{method="GET",path="/sky.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/smtp/.env",status="404"} 0.00034853200000000003 http_request_duration_seconds_count{method="GET",path="/smtp/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/smtp/phpinfo.php",status="404"} 0.000120433 http_request_duration_seconds_count{method="GET",path="/smtp/phpinfo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/smtp/phpinfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/smtp/phpinfo.php",status="429"} 0.000171184 http_request_duration_seconds_count{method="GET",path="/smtp/phpinfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/snd.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/snd.php",status="429"} 0.000165599 http_request_duration_seconds_count{method="GET",path="/snd.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/snq.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/snq.php",status="404"} 0.00033363100000000003 http_request_duration_seconds_count{method="GET",path="/snq.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/solo1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/solo1.php",status="404"} 0.00034485600000000005 http_request_duration_seconds_count{method="GET",path="/solo1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/solr/",status="429"} 0.000393971 http_request_duration_seconds_count{method="GET",path="/solr/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/solr/admin/cores",status="404"} 0.000113681 http_request_duration_seconds_count{method="GET",path="/solr/admin/cores",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/solr/admin/cores",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/solr/admin/cores",status="429"} 0.00044115699999999996 http_request_duration_seconds_count{method="GET",path="/solr/admin/cores",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/spadex.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/spadex.php",status="404"} 0.00045071200000000003 http_request_duration_seconds_count{method="GET",path="/spadex.php",status="404"} 2 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.000135613 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.000314061 http_request_duration_seconds_count{method="GET",path="/sparkpost/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/special.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/special.php",status="404"} 0.000208495 http_request_duration_seconds_count{method="GET",path="/special.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/spip.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/spip.php",status="404"} 0.000194042 http_request_duration_seconds_count{method="GET",path="/spip.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sql.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sql.php",status="404"} 0.000361844 http_request_duration_seconds_count{method="GET",path="/sql.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/.env",status="404"} 0.000418205 http_request_duration_seconds_count{method="GET",path="/src/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/src/.env",status="429"} 0.0007037839999999999 http_request_duration_seconds_count{method="GET",path="/src/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/.env.local",status="429"} 5.8239e-05 http_request_duration_seconds_count{method="GET",path="/src/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.env.production",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/.env.production",status="429"} 0.001493622 http_request_duration_seconds_count{method="GET",path="/src/.env.production",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/.git/config",status="404"} 0.000309201 http_request_duration_seconds_count{method="GET",path="/src/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/api/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/api/.env",status="429"} 7.8217e-05 http_request_duration_seconds_count{method="GET",path="/src/api/.env",status="429"} 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.000187052 http_request_duration_seconds_count{method="GET",path="/src/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/config.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/config.json",status="404"} 0.000166917 http_request_duration_seconds_count{method="GET",path="/src/config.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/constants.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/constants.js",status="404"} 0.000151517 http_request_duration_seconds_count{method="GET",path="/src/constants.js",status="404"} 1 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.000160901 http_request_duration_seconds_count{method="GET",path="/src/env.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/src/index.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/src/index.js",status="404"} 0.000162491 http_request_duration_seconds_count{method="GET",path="/src/index.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/srontol.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/srontol.php",status="404"} 0.000756853 http_request_duration_seconds_count{method="GET",path="/srontol.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/srv/.aws/credentials",status="404"} 0.00019199 http_request_duration_seconds_count{method="GET",path="/srv/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/srv/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/srv/.env",status="404"} 0.00019356 http_request_duration_seconds_count{method="GET",path="/srv/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ss.php",status="404"} 0.0006163900000000001 http_request_duration_seconds_count{method="GET",path="/ss.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ss.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ss.php",status="429"} 0.00026164 http_request_duration_seconds_count{method="GET",path="/ss.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssh3ll.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ssh3ll.php",status="404"} 0.000416859 http_request_duration_seconds_count{method="GET",path="/ssh3ll.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssixta.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ssixta.php",status="404"} 0.000148818 http_request_duration_seconds_count{method="GET",path="/ssixta.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssjpxze.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/ssjpxze.php",status="404"} 0.0016442289999999999 http_request_duration_seconds_count{method="GET",path="/ssjpxze.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/localhost.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ssl/localhost.key",status="404"} 0.000119724 http_request_duration_seconds_count{method="GET",path="/ssl/localhost.key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ssl/server.key",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ssl/server.key",status="404"} 0.00011528 http_request_duration_seconds_count{method="GET",path="/ssl/server.key",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sss.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sss.php",status="404"} 0.000166533 http_request_duration_seconds_count{method="GET",path="/sss.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stage/.env",status="404"} 0.000161217 http_request_duration_seconds_count{method="GET",path="/stage/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/stage/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/stage/.env",status="429"} 0.000569408 http_request_duration_seconds_count{method="GET",path="/stage/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/staging/.env",status="404"} 0.00033966 http_request_duration_seconds_count{method="GET",path="/staging/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging/.env",status="429"} 0.000203585 http_request_duration_seconds_count{method="GET",path="/staging/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/staging/.git/config",status="404"} 0.000153193 http_request_duration_seconds_count{method="GET",path="/staging/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/staging/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/staging/phpinfo.php",status="404"} 0.000409071 http_request_duration_seconds_count{method="GET",path="/staging/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static",status="404"} 0.00046047700000000004 http_request_duration_seconds_count{method="GET",path="/static",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static../../../../../etc/passwd",status="404"} 0.000394246 http_request_duration_seconds_count{method="GET",path="/static../../../../../etc/passwd",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../../../etc/passwd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static../../../../../etc/passwd",status="429"} 0.000584326 http_request_duration_seconds_count{method="GET",path="/static../../../../../etc/passwd",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../../.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/static../../../.env",status="429"} 0.000504828 http_request_duration_seconds_count{method="GET",path="/static../../../.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static../../.env",status="404"} 0.000133148 http_request_duration_seconds_count{method="GET",path="/static../../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../.env",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/static../../.env",status="429"} 0.000384414 http_request_duration_seconds_count{method="GET",path="/static../../.env",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static../../var/www/html/wp-config.php",status="404"} 0.000278485 http_request_duration_seconds_count{method="GET",path="/static../../var/www/html/wp-config.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../../var/www/html/wp-config.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static../../var/www/html/wp-config.php",status="429"} 0.000318224 http_request_duration_seconds_count{method="GET",path="/static../../var/www/html/wp-config.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/static../.env",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/static../.env",status="429"} 0.0007457620000000001 http_request_duration_seconds_count{method="GET",path="/static../.env",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/",status="404"} 0.000173693 http_request_duration_seconds_count{method="GET",path="/static/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/./env.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static/./env.js",status="429"} 0.000174487 http_request_duration_seconds_count{method="GET",path="/static/./env.js",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/Env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/Env.js",status="429"} 0.000222969 http_request_duration_seconds_count{method="GET",path="/static/Env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/static/env.js",status="429"} 0.0020627740000000003 http_request_duration_seconds_count{method="GET",path="/static/env.js",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/env.js",status="429"} 0.000105671 http_request_duration_seconds_count{method="GET",path="/static/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static/env.js ",status="429"} 0.000246137 http_request_duration_seconds_count{method="GET",path="/static/env.js ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/env.js..;/",status="429"} 0.000193853 http_request_duration_seconds_count{method="GET",path="/static/env.js..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/static/env.js/",status="429"} 0.000263317 http_request_duration_seconds_count{method="GET",path="/static/env.js/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/env.js/.",status="429"} 0.000110442 http_request_duration_seconds_count{method="GET",path="/static/env.js/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/env.js;",status="429"} 3.8718e-05 http_request_duration_seconds_count{method="GET",path="/static/env.js;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/env.js;.php",status="429"} 0.000114091 http_request_duration_seconds_count{method="GET",path="/static/env.js;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/static/env.js;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/static/env.js;/",status="429"} 0.000189801 http_request_duration_seconds_count{method="GET",path="/static/env.js;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stats.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stats.json",status="404"} 0.00015553 http_request_duration_seconds_count{method="GET",path="/stats.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/stdin.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/stdin.php",status="404"} 0.0008268080000000001 http_request_duration_seconds_count{method="GET",path="/stdin.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stindex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stindex.php",status="404"} 0.000149307 http_request_duration_seconds_count{method="GET",path="/stindex.php",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.000198493 http_request_duration_seconds_count{method="GET",path="/storage/../.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/storage/.env",status="404"} 0.000381584 http_request_duration_seconds_count{method="GET",path="/storage/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage/logs/./laravel.log",status="404"} 0.000199268 http_request_duration_seconds_count{method="GET",path="/storage/logs/./laravel.log",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/./laravel.log",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/storage/logs/./laravel.log",status="429"} 0.00039322200000000004 http_request_duration_seconds_count{method="GET",path="/storage/logs/./laravel.log",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/Laravel.log",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/storage/logs/Laravel.log",status="429"} 0.000222787 http_request_duration_seconds_count{method="GET",path="/storage/logs/Laravel.log",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="404",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log",status="404"} 0.002418714 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log",status="404"} 13 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log",status="429"} 0.0022016830000000003 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log",status="429"} 0.000306498 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log ",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log ",status="429"} 0.000426521 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log ",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log..;/",status="429"} 0.000254152 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log/",status="429"} 0.00028962499999999995 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log/.",status="404"} 0.000219143 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log/.",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log/.",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log/.",status="429"} 0.000263561 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log/.",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log;",status="429"} 0.000281066 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log;.php",status="429"} 0.000107974 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/storage/logs/laravel.log;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/storage/logs/laravel.log;/",status="429"} 0.000188432 http_request_duration_seconds_count{method="GET",path="/storage/logs/laravel.log;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/store/.env",status="404"} 0.000295485 http_request_duration_seconds_count{method="GET",path="/store/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/store/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/store/config.php",status="404"} 0.000549037 http_request_duration_seconds_count{method="GET",path="/store/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stripe.env",status="404"} 0.000144551 http_request_duration_seconds_count{method="GET",path="/stripe.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/stripe.json",status="404"} 0.000181709 http_request_duration_seconds_count{method="GET",path="/stripe.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/stripe/.env",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/stripe/.env",status="404"} 0.0007344200000000001 http_request_duration_seconds_count{method="GET",path="/stripe/.env",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/stub_status",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/stub_status",status="429"} 0.000498003 http_request_duration_seconds_count{method="GET",path="/stub_status",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sty.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sty.php",status="404"} 0.000532331 http_request_duration_seconds_count{method="GET",path="/sty.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sump.php",status="404"} 0.000213033 http_request_duration_seconds_count{method="GET",path="/sump.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sump1.php",status="404"} 0.000202996 http_request_duration_seconds_count{method="GET",path="/sump1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/sump3.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/sump3.php",status="404"} 0.0005791430000000001 http_request_duration_seconds_count{method="GET",path="/sump3.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sv.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sv.php",status="404"} 0.000157601 http_request_duration_seconds_count{method="GET",path="/sv.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/svelte/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/svelte/.env",status="404"} 0.000288413 http_request_duration_seconds_count{method="GET",path="/svelte/.env",status="404"} 1 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"} 0.000128805 http_request_duration_seconds_count{method="GET",path="/svelte/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.json",status="404"} 4.2792e-05 http_request_duration_seconds_count{method="GET",path="/swagger.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/swagger.json",status="429"} 0.0017798839999999998 http_request_duration_seconds_count{method="GET",path="/swagger.json",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.json",status="429"} 0.000104718 http_request_duration_seconds_count{method="GET",path="/swagger.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger.json ",status="429"} 0.000256635 http_request_duration_seconds_count{method="GET",path="/swagger.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.json..;/",status="429"} 0.000143279 http_request_duration_seconds_count{method="GET",path="/swagger.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger.json/",status="429"} 0.00024899700000000004 http_request_duration_seconds_count{method="GET",path="/swagger.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.json/.",status="429"} 0.000140576 http_request_duration_seconds_count{method="GET",path="/swagger.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.json;",status="429"} 0.000130818 http_request_duration_seconds_count{method="GET",path="/swagger.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.json;.php",status="429"} 0.000118225 http_request_duration_seconds_count{method="GET",path="/swagger.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger.json;/",status="429"} 3.441e-05 http_request_duration_seconds_count{method="GET",path="/swagger.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/all.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/all.js",status="404"} 0.000624894 http_request_duration_seconds_count{method="GET",path="/swagger/all.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/auth/actions.js",status="429"} 0.00016105 http_request_duration_seconds_count{method="GET",path="/swagger/auth/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/auth/index.js",status="429"} 0.000116383 http_request_duration_seconds_count{method="GET",path="/swagger/auth/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/auth/reducers.js",status="429"} 0.000140213 http_request_duration_seconds_count{method="GET",path="/swagger/auth/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/auth/selectors.js",status="429"} 0.000165364 http_request_duration_seconds_count{method="GET",path="/swagger/auth/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404"} 0.000284846 http_request_duration_seconds_count{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/configs/actions.js",status="429"} 0.000123927 http_request_duration_seconds_count{method="GET",path="/swagger/configs/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/helpers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/configs/helpers.js",status="429"} 0.00013277 http_request_duration_seconds_count{method="GET",path="/swagger/configs/helpers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/index.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/configs/index.js",status="404"} 0.000191781 http_request_duration_seconds_count{method="GET",path="/swagger/configs/index.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/reducers.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/configs/reducers.js",status="404"} 0.000331498 http_request_duration_seconds_count{method="GET",path="/swagger/configs/reducers.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/selectors.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/configs/selectors.js",status="404"} 0.00033394 http_request_duration_seconds_count{method="GET",path="/swagger/configs/selectors.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/configs/spec-actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/configs/spec-actions.js",status="429"} 0.000124005 http_request_duration_seconds_count{method="GET",path="/swagger/configs/spec-actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/all.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/all.js",status="429"} 0.000408532 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/all.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429"} 0.000138546 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/auth/index.js",status="429"} 0.000540538 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/auth/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429"} 0.000204578 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429"} 0.000269293 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429"} 6.267e-05 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429"} 0.00012231 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429"} 0.000142304 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/configs/index.js",status="429"} 0.000132868 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/configs/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429"} 0.000121597 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429"} 0.00017049 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429"} 0.000155181 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429"} 0.000144589 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429"} 0.000151671 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429"} 0.000245072 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/download-url.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/download-url.js",status="429"} 0.000157882 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/download-url.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/err/actions.js",status="429"} 0.000183603 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/err/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404"} 0.000307015 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429"} 7.1327e-05 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429"} 0.000136658 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/err/index.js",status="429"} 0.000252817 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/err/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429"} 0.000141034 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429"} 0.00014959 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/filter/index.js",status="429"} 0.000107061 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/filter/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429"} 0.000127987 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429"} 0.000432298 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/layout/index.js",status="429"} 0.000131978 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/layout/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429"} 0.00015543 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429"} 0.000130681 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429"} 0.000125993 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/logs/index.js",status="429"} 0.000226672 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/logs/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429"} 0.000123643 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429"} 0.000137966 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429"} 0.000135982 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429"} 0.000112206 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429"} 0.000117644 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429"} 9.6629e-05 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429"} 0.000109288 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404"} 0.000395308 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429"} 0.00012701 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429"} 8.4489e-05 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429"} 0.000219353 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429"} 4.7433e-05 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429"} 0.000168901 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429"} 0.000145518 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429"} 3.6253e-05 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429"} 0.000121312 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/samples/index.js",status="429"} 9.5946e-05 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/samples/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429"} 0.000135371 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/spec/index.js",status="429"} 0.000665061 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/spec/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429"} 0.000108514 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429"} 0.000137821 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429"} 0.000107122 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429"} 0.000189268 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429"} 0.00016152 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/util/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/util/index.js",status="429"} 0.00020882 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/util/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/view/fn.js",status="429"} 0.00027401 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/view/fn.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/core/plugins/view/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/core/plugins/view/index.js",status="429"} 0.000150425 http_request_duration_seconds_count{method="GET",path="/swagger/core/plugins/view/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/helpers.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/deep-linking/helpers.js",status="404"} 0.000353481 http_request_duration_seconds_count{method="GET",path="/swagger/deep-linking/helpers.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/deep-linking/index.js",status="429"} 0.00011972 http_request_duration_seconds_count{method="GET",path="/swagger/deep-linking/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/deep-linking/layout.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/deep-linking/layout.js",status="429"} 0.000149803 http_request_duration_seconds_count{method="GET",path="/swagger/deep-linking/layout.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/doc.json",status="200",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/doc.json",status="200"} 0.004055133 http_request_duration_seconds_count{method="GET",path="/swagger/doc.json",status="200"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/download-url.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/download-url.js",status="404"} 0.000368829 http_request_duration_seconds_count{method="GET",path="/swagger/download-url.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/actions.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/err/actions.js",status="404"} 0.000211799 http_request_duration_seconds_count{method="GET",path="/swagger/err/actions.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/err/error-transformers/hook.js",status="429"} 8.3944e-05 http_request_duration_seconds_count{method="GET",path="/swagger/err/error-transformers/hook.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429"} 9.8392e-05 http_request_duration_seconds_count{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429"} 0.000293805 http_request_duration_seconds_count{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/err/index.js",status="429"} 0.000108223 http_request_duration_seconds_count{method="GET",path="/swagger/err/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/err/reducers.js",status="429"} 0.000157696 http_request_duration_seconds_count{method="GET",path="/swagger/err/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/err/selectors.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/err/selectors.js",status="404"} 0.000206761 http_request_duration_seconds_count{method="GET",path="/swagger/err/selectors.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-16x16.png",status="200",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/favicon-16x16.png",status="200"} 0.003201861 http_request_duration_seconds_count{method="GET",path="/swagger/favicon-16x16.png",status="200"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/favicon-32x32.png",status="200",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/favicon-32x32.png",status="200"} 0.000288928 http_request_duration_seconds_count{method="GET",path="/swagger/favicon-32x32.png",status="200"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/filter/index.js",status="429"} 0.000141295 http_request_duration_seconds_count{method="GET",path="/swagger/filter/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/filter/opsFilter.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/filter/opsFilter.js",status="429"} 0.000246327 http_request_duration_seconds_count{method="GET",path="/swagger/filter/opsFilter.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.025"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.05"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.1"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.25"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="0.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="1"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="2.5"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="5"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="10"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.html",status="200",le="+Inf"} 21 http_request_duration_seconds_sum{method="GET",path="/swagger/index.html",status="200"} 0.09760052400000002 http_request_duration_seconds_count{method="GET",path="/swagger/index.html",status="200"} 21 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/index.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/index.js",status="404"} 0.000423737 http_request_duration_seconds_count{method="GET",path="/swagger/index.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/layout/actions.js",status="429"} 9.3307e-05 http_request_duration_seconds_count{method="GET",path="/swagger/layout/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/layout/index.js",status="429"} 0.000145924 http_request_duration_seconds_count{method="GET",path="/swagger/layout/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/layout/reducers.js",status="429"} 0.000116356 http_request_duration_seconds_count{method="GET",path="/swagger/layout/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/layout/selectors.js",status="429"} 0.000192622 http_request_duration_seconds_count{method="GET",path="/swagger/layout/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429"} 0.00013539 http_request_duration_seconds_count{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/logs/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/logs/index.js",status="429"} 0.000157088 http_request_duration_seconds_count{method="GET",path="/swagger/logs/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/actions.js",status="429"} 0.000233792 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429"} 0.000175248 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/components/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/components/index.js",status="429"} 0.000133838 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/components/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/index.js",status="429"} 0.000131295 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/reducers.js",status="429"} 0.000145965 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/selectors.js",status="429"} 0.000194172 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429"} 0.000193906 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429"} 0.000158735 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404"} 0.000585536 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429"} 0.000159894 http_request_duration_seconds_count{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/on-complete/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/on-complete/index.js",status="429"} 0.000211442 http_request_duration_seconds_count{method="GET",path="/swagger/on-complete/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/fn.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/request-snippets/fn.js",status="429"} 0.000148772 http_request_duration_seconds_count{method="GET",path="/swagger/request-snippets/fn.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/request-snippets/index.js",status="429"} 6.2478e-05 http_request_duration_seconds_count{method="GET",path="/swagger/request-snippets/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/request-snippets/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/request-snippets/selectors.js",status="429"} 4.1338e-05 http_request_duration_seconds_count{method="GET",path="/swagger/request-snippets/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/safe-render/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/safe-render/index.js",status="429"} 0.000216 http_request_duration_seconds_count{method="GET",path="/swagger/safe-render/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/fn.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/samples/fn.js",status="429"} 0.000123935 http_request_duration_seconds_count{method="GET",path="/swagger/samples/fn.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/samples/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/samples/index.js",status="429"} 0.000137804 http_request_duration_seconds_count{method="GET",path="/swagger/samples/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/spec/actions.js",status="429"} 0.000403251 http_request_duration_seconds_count{method="GET",path="/swagger/spec/actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/spec/index.js",status="429"} 0.000242912 http_request_duration_seconds_count{method="GET",path="/swagger/spec/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/reducers.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/spec/reducers.js",status="429"} 0.00013672 http_request_duration_seconds_count{method="GET",path="/swagger/spec/reducers.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/selectors.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/spec/selectors.js",status="429"} 0.000191133 http_request_duration_seconds_count{method="GET",path="/swagger/spec/selectors.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/spec/wrap-actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/spec/wrap-actions.js",status="429"} 0.000145721 http_request_duration_seconds_count{method="GET",path="/swagger/spec/wrap-actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429"} 0.000158099 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-js/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-js/index.js",status="429"} 0.000159216 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-js/index.js",status="429"} 1 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"} 6 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",status="200",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui-bundle.js",status="200"} 0.33598348499999997 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui-bundle.js",status="200"} 8 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="0.25"} 1 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200"} 0.093974668 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200"} 1 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"} 0 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200"} 0.114112838 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200"} 8 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"} 0 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200"} 0.027158662 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/swagger-ui.css",status="200",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/swagger/swagger-ui.css",status="200"} 0.008941427 http_request_duration_seconds_count{method="GET",path="/swagger/swagger-ui.css",status="200"} 2 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/util/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/util/index.js",status="429"} 0.000134981 http_request_duration_seconds_count{method="GET",path="/swagger/util/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/fn.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/view/fn.js",status="429"} 0.000287892 http_request_duration_seconds_count{method="GET",path="/swagger/view/fn.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swagger/view/index.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swagger/view/index.js",status="429"} 0.000185765 http_request_duration_seconds_count{method="GET",path="/swagger/view/index.js",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/swm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/swm.php",status="404"} 0.000170377 http_request_duration_seconds_count{method="GET",path="/swm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/sx.php",status="404"} 0.0007253299999999999 http_request_duration_seconds_count{method="GET",path="/sx.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sx.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sx.php",status="429"} 0.00014708 http_request_duration_seconds_count{method="GET",path="/sx.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sxdfrt.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sxdfrt.php",status="404"} 0.00044789200000000003 http_request_duration_seconds_count{method="GET",path="/sxdfrt.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/sym.php",status="429"} 0.000148652 http_request_duration_seconds_count{method="GET",path="/sym.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/sym403.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/sym403.php",status="404"} 0.000361178 http_request_duration_seconds_count{method="GET",path="/sym403.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/symfony/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/symfony/.env",status="404"} 0.00040312 http_request_duration_seconds_count{method="GET",path="/symfony/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/symlink.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/symlink.php",status="404"} 0.000182071 http_request_duration_seconds_count{method="GET",path="/symlink.php",status="404"} 1 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.000142762 http_request_duration_seconds_count{method="GET",path="/system.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/system/config.php",status="404"} 0.0015092500000000002 http_request_duration_seconds_count{method="GET",path="/system/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/system/config/email.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/system/config/email.php",status="404"} 0.000224231 http_request_duration_seconds_count{method="GET",path="/system/config/email.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/system123.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/system123.php",status="404"} 0.000150298 http_request_duration_seconds_count{method="GET",path="/system123.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/system_log.php",status="404"} 0.002307974 http_request_duration_seconds_count{method="GET",path="/system_log.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/system_log.php",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/system_log.php",status="429"} 0.000980797 http_request_duration_seconds_count{method="GET",path="/system_log.php",status="429"} 6 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/t.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/t.php",status="404"} 0.00048713299999999995 http_request_duration_seconds_count{method="GET",path="/t.php",status="404"} 3 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.000143515 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"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/t00l.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/t00l.php",status="404"} 0.000328171 http_request_duration_seconds_count{method="GET",path="/t00l.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tBEZGQz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tBEZGQz.php",status="404"} 0.000138794 http_request_duration_seconds_count{method="GET",path="/tBEZGQz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ta0ol.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ta0ol.php",status="404"} 0.000495108 http_request_duration_seconds_count{method="GET",path="/ta0ol.php",status="404"} 2 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.000144861 http_request_duration_seconds_count{method="GET",path="/taff.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/task-definition.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/task-definition.json",status="404"} 0.000206832 http_request_duration_seconds_count{method="GET",path="/task-definition.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tax.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tax.php",status="404"} 0.00038640500000000004 http_request_duration_seconds_count{method="GET",path="/tax.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/mail",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/telescope/api/mail",status="404"} 0.000145438 http_request_duration_seconds_count{method="GET",path="/telescope/api/mail",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/api/requests",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/telescope/api/requests",status="404"} 0.000156161 http_request_duration_seconds_count{method="GET",path="/telescope/api/requests",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/telescope/requests",status="404"} 0.00036416599999999997 http_request_duration_seconds_count{method="GET",path="/telescope/requests",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/telescope/requests",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/telescope/requests",status="429"} 0.000112839 http_request_duration_seconds_count{method="GET",path="/telescope/requests",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/temp/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/temp/.env",status="404"} 0.00030633500000000003 http_request_duration_seconds_count{method="GET",path="/temp/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/term.php",status="404"} 0.0021039999999999995 http_request_duration_seconds_count{method="GET",path="/term.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/term.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/term.php",status="429"} 0.000288148 http_request_duration_seconds_count{method="GET",path="/term.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate",status="404"} 0.00090489 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.005"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.01"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.025"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.05"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.1"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.25"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="0.5"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="1"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="2.5"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="5"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="10"} 30 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate",status="429",le="+Inf"} 30 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate",status="429"} 0.005140865 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate",status="429"} 30 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.000232775 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate",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.000184436 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"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate ",status="429"} 0.000628865 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate..;/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate..;/",status="429"} 0.000422198 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate..;/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate.backup",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate.backup",status="404"} 0.000275914 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate.backup",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate/",status="429"} 0.00095448 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate/",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate/.",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate/.",status="429"} 0.0007133430000000001 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate/.",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate::$DATA",status="429"} 0.000128105 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate;",status="429"} 0.000498934 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate;",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate;.php",status="404"} 0.000168334 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate;.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfstate;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform.tfstate;.php",status="429"} 0.000138196 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate;.php",status="429"} 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.00028887 http_request_duration_seconds_count{method="GET",path="/terraform.tfstate;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform.tfvars",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform.tfvars",status="429"} 0.000153607 http_request_duration_seconds_count{method="GET",path="/terraform.tfvars",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/terraform/.env",status="404"} 0.000540394 http_request_duration_seconds_count{method="GET",path="/terraform/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/terraform/terraform.tfstate",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/terraform/terraform.tfstate",status="404"} 0.00025388 http_request_duration_seconds_count{method="GET",path="/terraform/terraform.tfstate",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/tes.php",status="404"} 0.0009607640000000001 http_request_duration_seconds_count{method="GET",path="/tes.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/tes.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/tes.php",status="429"} 0.000651094 http_request_duration_seconds_count{method="GET",path="/tes.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test",status="404"} 0.000173462 http_request_duration_seconds_count{method="GET",path="/test",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/test.php",status="404"} 0.0020238720000000003 http_request_duration_seconds_count{method="GET",path="/test.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test.php",status="429"} 0.000156235 http_request_duration_seconds_count{method="GET",path="/test.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test/.env",status="404"} 0.000323802 http_request_duration_seconds_count{method="GET",path="/test/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test/.env",status="429"} 0.000126171 http_request_duration_seconds_count{method="GET",path="/test/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test/phpinfo.php",status="404"} 0.000282548 http_request_duration_seconds_count{method="GET",path="/test/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test1.php",status="404"} 0.000134539 http_request_duration_seconds_count{method="GET",path="/test1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test1.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test1.php",status="429"} 0.000154938 http_request_duration_seconds_count{method="GET",path="/test1.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test10.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test10.php",status="404"} 0.00028552799999999995 http_request_duration_seconds_count{method="GET",path="/test10.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/test11.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/test11.php",status="404"} 0.000397714 http_request_duration_seconds_count{method="GET",path="/test11.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/test2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/test2.php",status="404"} 0.000142937 http_request_duration_seconds_count{method="GET",path="/test2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/testing",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/testing",status="404"} 0.000253801 http_request_duration_seconds_count{method="GET",path="/testing",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/theme.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/theme.php",status="404"} 0.000144038 http_request_duration_seconds_count{method="GET",path="/theme.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/themes.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/themes.php",status="404"} 0.001114395 http_request_duration_seconds_count{method="GET",path="/themes.php",status="404"} 5 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.000148859 http_request_duration_seconds_count{method="GET",path="/themes.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.005"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.01"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.025"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.05"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.1"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.25"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="0.5"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="1"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="2.5"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="5"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="10"} 50 http_request_duration_seconds_bucket{method="GET",path="/this_is_a_new_hello_world.php",status="404",le="+Inf"} 50 http_request_duration_seconds_sum{method="GET",path="/this_is_a_new_hello_world.php",status="404"} 0.016539310999999998 http_request_duration_seconds_count{method="GET",path="/this_is_a_new_hello_world.php",status="404"} 50 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/thoms.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/thoms.php",status="404"} 0.001032546 http_request_duration_seconds_count{method="GET",path="/thoms.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/thui.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/thui.php",status="404"} 0.000306281 http_request_duration_seconds_count{method="GET",path="/thui.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tiny.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tiny.php",status="404"} 0.000184714 http_request_duration_seconds_count{method="GET",path="/tiny.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinyfilemanager.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tinyfilemanager.php",status="404"} 0.000189485 http_request_duration_seconds_count{method="GET",path="/tinyfilemanager.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinynologin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tinynologin.php",status="404"} 0.000167552 http_request_duration_seconds_count{method="GET",path="/tinynologin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tinysd.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tinysd.php",status="404"} 0.000427289 http_request_duration_seconds_count{method="GET",path="/tinysd.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tires.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tires.php",status="404"} 0.000208411 http_request_duration_seconds_count{method="GET",path="/tires.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tm.php",status="404"} 0.000158072 http_request_duration_seconds_count{method="GET",path="/tm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tmp/.env",status="404"} 0.00032567 http_request_duration_seconds_count{method="GET",path="/tmp/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tmp/.env",status="429"} 0.000135401 http_request_duration_seconds_count{method="GET",path="/tmp/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmp/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tmp/phpinfo.php",status="404"} 0.000387982 http_request_duration_seconds_count{method="GET",path="/tmp/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tmpls.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tmpls.php",status="404"} 0.001075367 http_request_duration_seconds_count{method="GET",path="/tmpls.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ton.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ton.php",status="404"} 0.000212961 http_request_duration_seconds_count{method="GET",path="/ton.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tool.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tool.php",status="404"} 0.000264756 http_request_duration_seconds_count{method="GET",path="/tool.php",status="404"} 1 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.000167814 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"} 0.000136757 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.000159653 http_request_duration_seconds_count{method="GET",path="/tor.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tox.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tox.php",status="404"} 0.00020553 http_request_duration_seconds_count{method="GET",path="/tox.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/trace.axd",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/trace.axd",status="404"} 0.000346536 http_request_duration_seconds_count{method="GET",path="/trace.axd",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/track.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/track.php",status="404"} 0.00030913800000000003 http_request_duration_seconds_count{method="GET",path="/track.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/transactional/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/transactional/.env",status="404"} 0.000372905 http_request_duration_seconds_count{method="GET",path="/transactional/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/travis/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/travis/.env",status="404"} 0.00032418400000000004 http_request_duration_seconds_count{method="GET",path="/travis/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ts.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ts.php",status="404"} 0.00033848799999999996 http_request_duration_seconds_count{method="GET",path="/ts.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tt.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tt.php",status="404"} 0.000415216 http_request_duration_seconds_count{method="GET",path="/tt.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tudlo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tudlo.php",status="404"} 0.000123789 http_request_duration_seconds_count{method="GET",path="/tudlo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/twivahpi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/twivahpi.php",status="404"} 0.000180437 http_request_duration_seconds_count{method="GET",path="/twivahpi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx38.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/tx38.php",status="404"} 0.000203275 http_request_duration_seconds_count{method="GET",path="/tx38.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/tx79.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/tx79.php",status="404"} 0.0007536470000000001 http_request_duration_seconds_count{method="GET",path="/tx79.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/txets.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/txets.php",status="404"} 0.0013245709999999996 http_request_duration_seconds_count{method="GET",path="/txets.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ty.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ty.php",status="404"} 0.000853574 http_request_duration_seconds_count{method="GET",path="/ty.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/u.php",status="404"} 0.00029764600000000004 http_request_duration_seconds_count{method="GET",path="/u.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/u.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/u.php",status="429"} 0.000139073 http_request_duration_seconds_count{method="GET",path="/u.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/uat/.env",status="404"} 0.000284072 http_request_duration_seconds_count{method="GET",path="/uat/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/uat/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/uat/phpinfo.php",status="404"} 0.00029921 http_request_duration_seconds_count{method="GET",path="/uat/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ucpfr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ucpfr.php",status="404"} 0.000170457 http_request_duration_seconds_count{method="GET",path="/ucpfr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uiuvs58l.php",status="429"} 0.000210729 http_request_duration_seconds_count{method="GET",path="/uiuvs58l.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uiuvs58l.update.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uiuvs58l.update.php",status="404"} 0.000156672 http_request_duration_seconds_count{method="GET",path="/uiuvs58l.update.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/un.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/un.php",status="404"} 0.000508908 http_request_duration_seconds_count{method="GET",path="/un.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/unity.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/unity.php",status="404"} 0.000220096 http_request_duration_seconds_count{method="GET",path="/unity.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.000361577 http_request_duration_seconds_count{method="GET",path="/up4.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/da222.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/update/da222.php",status="429"} 0.00013514 http_request_duration_seconds_count{method="GET",path="/update/da222.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/update/wpupex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/update/wpupex.php",status="404"} 0.000156863 http_request_duration_seconds_count{method="GET",path="/update/wpupex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/updates.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/updates.php",status="404"} 0.000304178 http_request_duration_seconds_count{method="GET",path="/updates.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/upfile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/upfile.php",status="404"} 0.000169221 http_request_duration_seconds_count{method="GET",path="/upfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/upload.php",status="404"} 0.0001295 http_request_duration_seconds_count{method="GET",path="/upload.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/upload/config.php",status="404"} 0.000565746 http_request_duration_seconds_count{method="GET",path="/upload/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/upload/upload.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/upload/upload.php",status="404"} 0.000142149 http_request_duration_seconds_count{method="GET",path="/upload/upload.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploader.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploader.php",status="404"} 0.000124513 http_request_duration_seconds_count{method="GET",path="/uploader.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads",status="429"} 0.000187691 http_request_duration_seconds_count{method="GET",path="/uploads",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads ",status="429"} 0.000130409 http_request_duration_seconds_count{method="GET",path="/uploads ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/uploads../.env",status="404"} 0.000584691 http_request_duration_seconds_count{method="GET",path="/uploads../.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads../.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/uploads../.env",status="429"} 0.000443082 http_request_duration_seconds_count{method="GET",path="/uploads../.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads..;/",status="429"} 0.000133258 http_request_duration_seconds_count{method="GET",path="/uploads..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/uploads/",status="429"} 0.0018957989999999999 http_request_duration_seconds_count{method="GET",path="/uploads/",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/ ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/ ",status="429"} 0.000149275 http_request_duration_seconds_count{method="GET",path="/uploads/ ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/.",status="429"} 0.000860861 http_request_duration_seconds_count{method="GET",path="/uploads/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.DS_Store",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/uploads/.DS_Store",status="429"} 0.000217835 http_request_duration_seconds_count{method="GET",path="/uploads/.DS_Store",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/uploads/.env",status="404"} 0.000358639 http_request_duration_seconds_count{method="GET",path="/uploads/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads//",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads//",status="429"} 0.000151505 http_request_duration_seconds_count{method="GET",path="/uploads//",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/;.php",status="429"} 0.000251871 http_request_duration_seconds_count{method="GET",path="/uploads/;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/;/",status="429"} 0.000100847 http_request_duration_seconds_count{method="GET",path="/uploads/;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads/bypass.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads/bypass.php",status="404"} 0.000197614 http_request_duration_seconds_count{method="GET",path="/uploads/bypass.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/uploads;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/uploads;",status="429"} 0.000121957 http_request_duration_seconds_count{method="GET",path="/uploads;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/ups.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/ups.php",status="404"} 0.000837335 http_request_duration_seconds_count{method="GET",path="/ups.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/user-panel/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/user-panel/.env",status="404"} 0.000429939 http_request_duration_seconds_count{method="GET",path="/user-panel/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/user.css",status="404"} 0.000222718 http_request_duration_seconds_count{method="GET",path="/user.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/user.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/user.php",status="404"} 0.000958692 http_request_duration_seconds_count{method="GET",path="/user.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/user/register",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/user/register",status="429"} 0.000262136 http_request_duration_seconds_count{method="GET",path="/user/register",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/user3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/user3.php",status="404"} 0.000160314 http_request_duration_seconds_count{method="GET",path="/user3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/userfuns.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/userfuns.php",status="404"} 0.000162115 http_request_duration_seconds_count{method="GET",path="/userfuns.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/users.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/users.php",status="404"} 0.0005572789999999999 http_request_duration_seconds_count{method="GET",path="/users.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/users/sign_in",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/users/sign_in",status="429"} 0.000267614 http_request_duration_seconds_count{method="GET",path="/users/sign_in",status="429"} 2 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.000136068 http_request_duration_seconds_count{method="GET",path="/uwu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/v.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/v.php",status="404"} 0.000533038 http_request_duration_seconds_count{method="GET",path="/v.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1.php",status="404"} 0.000176181 http_request_duration_seconds_count{method="GET",path="/v1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v1/.env",status="404"} 0.000391667 http_request_duration_seconds_count{method="GET",path="/v1/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/.env",status="429"} 0.00025777 http_request_duration_seconds_count{method="GET",path="/v1/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/config",status="404"} 0.000145302 http_request_duration_seconds_count{method="GET",path="/v1/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/graphql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/graphql",status="429"} 6.5224e-05 http_request_duration_seconds_count{method="GET",path="/v1/graphql",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/health",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/health",status="404"} 0.000262439 http_request_duration_seconds_count{method="GET",path="/v1/health",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/kv/data/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/kv/data/",status="404"} 0.000504618 http_request_duration_seconds_count{method="GET",path="/v1/kv/data/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/projects",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/projects",status="404"} 0.000270402 http_request_duration_seconds_count{method="GET",path="/v1/projects",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1/secret/data/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1/secret/data/",status="404"} 0.000240294 http_request_duration_seconds_count{method="GET",path="/v1/secret/data/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v1alpha1/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v1alpha1/config",status="404"} 0.000168462 http_request_duration_seconds_count{method="GET",path="/v1alpha1/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/v2.php",status="404"} 0.0007095039999999999 http_request_duration_seconds_count{method="GET",path="/v2.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/./api-docs",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v2/./api-docs",status="429"} 0.0004945700000000001 http_request_duration_seconds_count{method="GET",path="/v2/./api-docs",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v2/.env",status="404"} 0.000606 http_request_duration_seconds_count{method="GET",path="/v2/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/.env",status="429"} 0.000210274 http_request_duration_seconds_count{method="GET",path="/v2/.env",status="429"} 1 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.000510576 http_request_duration_seconds_count{method="GET",path="/v2/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/Api-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/Api-docs",status="429"} 0.000153444 http_request_duration_seconds_count{method="GET",path="/v2/Api-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/_catalog",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v2/_catalog",status="404"} 0.001239918 http_request_duration_seconds_count{method="GET",path="/v2/_catalog",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs",status="404"} 0.000103949 http_request_duration_seconds_count{method="GET",path="/v2/api-docs",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.005"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.01"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.025"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.05"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.1"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.25"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="1"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="2.5"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="5"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="10"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="+Inf"} 14 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs",status="429"} 0.001926431 http_request_duration_seconds_count{method="GET",path="/v2/api-docs",status="429"} 14 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs",status="429"} 0.000160332 http_request_duration_seconds_count{method="GET",path="/v2/api-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs ",status="429"} 0.00020211 http_request_duration_seconds_count{method="GET",path="/v2/api-docs ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs..;/",status="429"} 0.000181521 http_request_duration_seconds_count{method="GET",path="/v2/api-docs..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs/",status="429"} 0.000312283 http_request_duration_seconds_count{method="GET",path="/v2/api-docs/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs/.",status="429"} 0.000155806 http_request_duration_seconds_count{method="GET",path="/v2/api-docs/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs;",status="429"} 0.00012961 http_request_duration_seconds_count{method="GET",path="/v2/api-docs;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs;.php",status="429"} 0.000105452 http_request_duration_seconds_count{method="GET",path="/v2/api-docs;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v2/api-docs;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v2/api-docs;/",status="429"} 0.000142011 http_request_duration_seconds_count{method="GET",path="/v2/api-docs;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3.php",status="404"} 0.000242395 http_request_duration_seconds_count{method="GET",path="/v3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/./api-docs",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v3/./api-docs",status="429"} 0.00020958400000000002 http_request_duration_seconds_count{method="GET",path="/v3/./api-docs",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.000180091 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/.env",status="429"} 0.000339672 http_request_duration_seconds_count{method="GET",path="/v3/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/Api-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/Api-docs",status="429"} 0.000104765 http_request_duration_seconds_count{method="GET",path="/v3/Api-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs",status="429"} 0.00171408 http_request_duration_seconds_count{method="GET",path="/v3/api-docs",status="429"} 16 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs",status="429"} 0.000158161 http_request_duration_seconds_count{method="GET",path="/v3/api-docs",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs ",status="404"} 0.00014049 http_request_duration_seconds_count{method="GET",path="/v3/api-docs ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs ",status="429"} 0.000215391 http_request_duration_seconds_count{method="GET",path="/v3/api-docs ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs..;/",status="429"} 0.000128567 http_request_duration_seconds_count{method="GET",path="/v3/api-docs..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs/",status="429"} 0.000153633 http_request_duration_seconds_count{method="GET",path="/v3/api-docs/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs/.",status="429"} 0.000103056 http_request_duration_seconds_count{method="GET",path="/v3/api-docs/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs;",status="429"} 0.000155388 http_request_duration_seconds_count{method="GET",path="/v3/api-docs;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs;.php",status="429"} 9.1443e-05 http_request_duration_seconds_count{method="GET",path="/v3/api-docs;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v3/api-docs;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v3/api-docs;/",status="429"} 0.000110823 http_request_duration_seconds_count{method="GET",path="/v3/api-docs;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v4.php",status="404"} 0.000216343 http_request_duration_seconds_count{method="GET",path="/v4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/v5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/v5.php",status="404"} 0.00026117 http_request_duration_seconds_count{method="GET",path="/v5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/v543.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/v543.php",status="404"} 0.000858478 http_request_duration_seconds_count{method="GET",path="/v543.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/.env",status="404"} 0.000219156 http_request_duration_seconds_count{method="GET",path="/var/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/exception.log",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/var/log/exception.log",status="404"} 0.000493198 http_request_duration_seconds_count{method="GET",path="/var/log/exception.log",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/log/system.log",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/var/log/system.log",status="404"} 0.000559197 http_request_duration_seconds_count{method="GET",path="/var/log/system.log",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404"} 0.000220179 http_request_duration_seconds_count{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404"} 0.000204698 http_request_duration_seconds_count{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.aws/credentials",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/www/.aws/credentials",status="404"} 0.000133907 http_request_duration_seconds_count{method="GET",path="/var/www/.aws/credentials",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.env",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/var/www/.env",status="404"} 0.00048313 http_request_duration_seconds_count{method="GET",path="/var/www/.env",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/.git/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/www/.git/config",status="429"} 0.000298652 http_request_duration_seconds_count{method="GET",path="/var/www/.git/config",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/var/www/html/.env",status="404"} 0.000173091 http_request_duration_seconds_count{method="GET",path="/var/www/html/.env",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/var/www/html/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/var/www/html/.env",status="429"} 0.000427317 http_request_duration_seconds_count{method="GET",path="/var/www/html/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/config.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vault/config.json",status="404"} 0.000160377 http_request_duration_seconds_count{method="GET",path="/vault/config.json",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vault/v1/auth/token/lookup-self",status="404"} 0.000160209 http_request_duration_seconds_count{method="GET",path="/vault/v1/auth/token/lookup-self",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vault/v1/secret/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vault/v1/secret/",status="404"} 0.000193314 http_request_duration_seconds_count{method="GET",path="/vault/v1/secret/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vcgux.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vcgux.php",status="404"} 0.000203868 http_request_duration_seconds_count{method="GET",path="/vcgux.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vdgrbPKxpkw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vdgrbPKxpkw.php",status="404"} 0.000210237 http_request_duration_seconds_count{method="GET",path="/vdgrbPKxpkw.php",status="404"} 1 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.000131497 http_request_duration_seconds_count{method="GET",path="/vee.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/vendor/",status="404"} 0.0011019649999999999 http_request_duration_seconds_count{method="GET",path="/vendor/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/vendor/",status="429"} 0.000560078 http_request_duration_seconds_count{method="GET",path="/vendor/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vendor/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vendor/.env",status="404"} 0.000293599 http_request_duration_seconds_count{method="GET",path="/vendor/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/version.json",status="429"} 0.001509622 http_request_duration_seconds_count{method="GET",path="/version.json",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/version.json",status="429"} 0.000117338 http_request_duration_seconds_count{method="GET",path="/version.json",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/version.json ",status="429"} 0.00038589500000000003 http_request_duration_seconds_count{method="GET",path="/version.json ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/version.json..;/",status="429"} 0.000103647 http_request_duration_seconds_count{method="GET",path="/version.json..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/version.json/",status="429"} 0.000145589 http_request_duration_seconds_count{method="GET",path="/version.json/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/version.json/.",status="429"} 0.000126547 http_request_duration_seconds_count{method="GET",path="/version.json/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/version.json;",status="429"} 5.1197e-05 http_request_duration_seconds_count{method="GET",path="/version.json;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/version.json;.php",status="429"} 0.000138487 http_request_duration_seconds_count{method="GET",path="/version.json;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/version.json;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/version.json;/",status="429"} 0.000112575 http_request_duration_seconds_count{method="GET",path="/version.json;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vgtyu.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vgtyu.php",status="404"} 0.000317366 http_request_duration_seconds_count{method="GET",path="/vgtyu.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vite/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vite/.env",status="404"} 0.00034255099999999997 http_request_duration_seconds_count{method="GET",path="/vite/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vjzvvrhr.pdf.phtml",status="404"} 0.000181099 http_request_duration_seconds_count{method="GET",path="/vjzvvrhr.pdf.phtml",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/vue/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/vue/.env",status="404"} 0.00037645699999999996 http_request_duration_seconds_count{method="GET",path="/vue/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/vuln.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/vuln.php",status="404"} 0.000150659 http_request_duration_seconds_count{method="GET",path="/vuln.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/vx.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/vx.php",status="404"} 0.0006600499999999999 http_request_duration_seconds_count{method="GET",path="/vx.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/w.php",status="404"} 0.002129518 http_request_duration_seconds_count{method="GET",path="/w.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/w.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/w.php",status="429"} 0.000177337 http_request_duration_seconds_count{method="GET",path="/w.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/w1.php",status="404"} 0.00032192099999999997 http_request_duration_seconds_count{method="GET",path="/w1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/w1php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/w1php",status="404"} 0.000164893 http_request_duration_seconds_count{method="GET",path="/w1php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2025.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/w2025.php",status="404"} 0.001422384 http_request_duration_seconds_count{method="GET",path="/w2025.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/w2php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/w2php",status="404"} 0.000157427 http_request_duration_seconds_count{method="GET",path="/w2php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/w3lls.php",status="404"} 0.0016069460000000002 http_request_duration_seconds_count{method="GET",path="/w3lls.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3lls.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/w3lls.php",status="429"} 0.000138387 http_request_duration_seconds_count{method="GET",path="/w3lls.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llscc.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/w3llscc.php",status="404"} 0.000678032 http_request_duration_seconds_count{method="GET",path="/w3llscc.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3llstore.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/w3llstore.php",status="404"} 0.000327492 http_request_duration_seconds_count{method="GET",path="/w3llstore.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/w3php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/w3php",status="404"} 0.000211821 http_request_duration_seconds_count{method="GET",path="/w3php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/waf.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/waf.php",status="404"} 0.000173281 http_request_duration_seconds_count{method="GET",path="/waf.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wander.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wander.php",status="404"} 0.000353433 http_request_duration_seconds_count{method="GET",path="/wander.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wap.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wap.php",status="404"} 0.00045671799999999995 http_request_duration_seconds_count{method="GET",path="/wap.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/water.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/water.php",status="404"} 0.00040518 http_request_duration_seconds_count{method="GET",path="/water.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wb.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wb.php",status="404"} 0.000181405 http_request_duration_seconds_count{method="GET",path="/wb.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wcas.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wcas.php",status="404"} 0.000246154 http_request_duration_seconds_count{method="GET",path="/wcas.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdf.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wdf.php",status="404"} 0.00033038100000000003 http_request_duration_seconds_count{method="GET",path="/wdf.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wdone1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wdone1.php",status="404"} 0.00024554 http_request_duration_seconds_count{method="GET",path="/wdone1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/we.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/we.php",status="404"} 0.0007237500000000001 http_request_duration_seconds_count{method="GET",path="/we.php",status="404"} 4 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.000248415 http_request_duration_seconds_count{method="GET",path="/web.config",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/.env",status="404"} 0.004788036 http_request_duration_seconds_count{method="GET",path="/web/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/web/.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/web/.env",status="429"} 0.000237344 http_request_duration_seconds_count{method="GET",path="/web/.env",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/webmail/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/webmail/phpinfo.php",status="404"} 0.000398254 http_request_duration_seconds_count{method="GET",path="/webmail/phpinfo.php",status="404"} 2 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.000151925 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"} 0.000143758 http_request_duration_seconds_count{method="GET",path="/webroot/index.php/_environment",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wefile.php",status="404"} 0.0015903760000000001 http_request_duration_seconds_count{method="GET",path="/wefile.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wefile.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wefile.php",status="429"} 0.00013136 http_request_duration_seconds_count{method="GET",path="/wefile.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/well-known/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/well-known/index.php",status="404"} 0.000203829 http_request_duration_seconds_count{method="GET",path="/well-known/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wen.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wen.php",status="404"} 0.000184612 http_request_duration_seconds_count{method="GET",path="/wen.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/weozh.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/weozh.php",status="404"} 0.000291687 http_request_duration_seconds_count{method="GET",path="/weozh.php",status="404"} 1 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.000179391 http_request_duration_seconds_count{method="GET",path="/wfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/white.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/white.php",status="404"} 0.000146607 http_request_duration_seconds_count{method="GET",path="/white.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.000134581 http_request_duration_seconds_count{method="GET",path="/wi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wicked.php",status="404"} 0.002477969 http_request_duration_seconds_count{method="GET",path="/wicked.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wicked.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wicked.php",status="429"} 0.000339992 http_request_duration_seconds_count{method="GET",path="/wicked.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wikindex.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wikindex.php",status="429"} 0.000175125 http_request_duration_seconds_count{method="GET",path="/wikindex.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/window.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/window.php",status="404"} 0.000318032 http_request_duration_seconds_count{method="GET",path="/window.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wio.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wio.php",status="404"} 0.000315647 http_request_duration_seconds_count{method="GET",path="/wio.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wk/index.php",status="404"} 0.002093587 http_request_duration_seconds_count{method="GET",path="/wk/index.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wk/index.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wk/index.php",status="429"} 0.000581352 http_request_duration_seconds_count{method="GET",path="/wk/index.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wmore1.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wmore1.php",status="404"} 0.0009865990000000001 http_request_duration_seconds_count{method="GET",path="/wmore1.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wo.php",status="404"} 0.000183208 http_request_duration_seconds_count{method="GET",path="/wo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress",status="404"} 0.000185893 http_request_duration_seconds_count{method="GET",path="/wordpress",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wordpress/",status="404"} 0.001504148 http_request_duration_seconds_count{method="GET",path="/wordpress/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wordpress/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wordpress/.env",status="404"} 0.000308134 http_request_duration_seconds_count{method="GET",path="/wordpress/.env",status="404"} 2 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.00054882 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.000142288 http_request_duration_seconds_count{method="GET",path="/wordpress/wp-admin/maint/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404"} 0.000219163 http_request_duration_seconds_count{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-json/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wordpress/wp-json/",status="404"} 0.0013777199999999998 http_request_duration_seconds_count{method="GET",path="/wordpress/wp-json/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wordpress/wp-login.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wordpress/wp-login.php",status="404"} 0.001408827 http_request_duration_seconds_count{method="GET",path="/wordpress/wp-login.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/worker/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/worker/.env",status="404"} 0.0003761 http_request_duration_seconds_count{method="GET",path="/worker/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp",status="404"} 0.000307924 http_request_duration_seconds_count{method="GET",path="/wp",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-2019.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-2019.php",status="404"} 0.000376499 http_request_duration_seconds_count{method="GET",path="/wp-2019.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-5jbk59g.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-5jbk59g.php",status="404"} 0.000150499 http_request_duration_seconds_count{method="GET",path="/wp-5jbk59g.php",status="404"} 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.000283812 http_request_duration_seconds_count{method="GET",path="/wp-Blogs.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-access.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-access.php",status="404"} 0.000986714 http_request_duration_seconds_count{method="GET",path="/wp-access.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-act.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-act.php",status="404"} 0.000505588 http_request_duration_seconds_count{method="GET",path="/wp-act.php",status="404"} 2 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.000116584 http_request_duration_seconds_count{method="GET",path="/wp-act.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-activate.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-activate.php",status="404"} 0.00045240799999999996 http_request_duration_seconds_count{method="GET",path="/wp-activate.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ad.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-ad.php",status="404"} 0.000169281 http_request_duration_seconds_count{method="GET",path="/wp-ad.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin",status="404"} 0.000130952 http_request_duration_seconds_count{method="GET",path="/wp-admin",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-admin/",status="404"} 0.000852384 http_request_duration_seconds_count{method="GET",path="/wp-admin/",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp-admin/",status="429"} 0.001128335 http_request_duration_seconds_count{method="GET",path="/wp-admin/",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/.git/config",status="404"} 0.000161229 http_request_duration_seconds_count{method="GET",path="/wp-admin/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-ajax.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/admin-ajax.php",status="404"} 0.00069575 http_request_duration_seconds_count{method="GET",path="/wp-admin/admin-ajax.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/admin-post.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/admin-post.php",status="404"} 0.000154868 http_request_duration_seconds_count{method="GET",path="/wp-admin/admin-post.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/ajax-actions.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/ajax-actions.php",status="404"} 0.000167979 http_request_duration_seconds_count{method="GET",path="/wp-admin/ajax-actions.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/autoload_classmap.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/autoload_classmap.php",status="404"} 0.000222578 http_request_duration_seconds_count{method="GET",path="/wp-admin/autoload_classmap.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/byp.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/byp.php",status="429"} 0.000175607 http_request_duration_seconds_count{method="GET",path="/wp-admin/byp.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/classwithtostring.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/classwithtostring.php",status="404"} 0.000328489 http_request_duration_seconds_count{method="GET",path="/wp-admin/classwithtostring.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/cloud.php",status="404"} 0.000143969 http_request_duration_seconds_count{method="GET",path="/wp-admin/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/",status="404"} 0.003029224 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/about.php",status="404"} 0.000134817 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/bolt.php",status="404"} 0.000339033 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/bolt.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/bolt.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/bolt.php",status="429"} 0.000160404 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/bolt.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/",status="404"} 0.0011935799999999999 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/",status="429"} 0.000159652 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/",status="404"} 0.001670788 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/",status="429"} 0.00013186 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404"} 0.000206022 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404"} 0.000174104 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429"} 0.000135134 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429"} 0.000159475 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404"} 0.000150068 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404"} 0.000429139 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404"} 0.000127365 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/cloud.php",status="404"} 0.000153588 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404"} 0.00016805 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404"} 0.000135861 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404"} 0.00111302 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429"} 0.000390465 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404"} 0.000899278 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404"} 0.000144797 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404"} 0.00036066099999999997 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/index.php",status="404"} 0.0014922559999999997 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/index.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/index.php",status="429"} 0.00012577 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/midnight/",status="404"} 0.001066859 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/midnight/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/midnight/",status="429"} 0.000318887 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/midnight/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404"} 0.000180173 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/modern/",status="404"} 0.001934528 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/modern/",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/modern/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/modern/",status="429"} 0.00039459 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/modern/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/sunrise/",status="404"} 0.002086766 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/sunrise/",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404"} 0.000138597 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/colour.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/colour.php",status="404"} 0.000459481 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/colour.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/index.php",status="404"} 0.001081479 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/index.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/index.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/index.php",status="429"} 0.0005667560000000001 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/index.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/css/wp-conflg.php",status="429"} 0.000143775 http_request_duration_seconds_count{method="GET",path="/wp-admin/css/wp-conflg.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/dropdown.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/dropdown.php",status="404"} 0.00015621 http_request_duration_seconds_count{method="GET",path="/wp-admin/dropdown.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/export-personal-data.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/export-personal-data.php",status="404"} 0.000200418 http_request_duration_seconds_count{method="GET",path="/wp-admin/export-personal-data.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/function.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/function.php",status="404"} 0.000142012 http_request_duration_seconds_count{method="GET",path="/wp-admin/function.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/",status="404"} 0.001127069 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/",status="429"} 0.00043035100000000004 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/about.php",status="404"} 0.00018757 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/admin.php",status="404"} 0.002751563 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/admin.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/admin.php",status="429"} 0.00014775 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/admin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/cloud.php",status="404"} 0.000165301 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/index.php",status="404"} 0.00039247399999999997 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/wp-login.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/wp-login.php",status="404"} 0.000318817 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/wp-login.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/images/xmrlpc.php",status="404"} 0.000192725 http_request_duration_seconds_count{method="GET",path="/wp-admin/images/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404"} 0.000225753 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/about.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/about.php",status="404"} 0.0008093320000000001 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/about.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/cloud.php",status="404"} 0.001656283 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/cong.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/cong.php",status="404"} 0.000149293 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/cong.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/m.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/m.php",status="404"} 0.000160636 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/m.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/ms-repository.php",status="404"} 0.000203547 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/ms-repository.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404"} 0.000492485 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404"} 0.000152971 http_request_duration_seconds_count{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/index.php",status="404"} 0.000295914 http_request_duration_seconds_count{method="GET",path="/wp-admin/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/install.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-admin/install.php",status="404"} 0.0007965240000000001 http_request_duration_seconds_count{method="GET",path="/wp-admin/install.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/",status="404"} 0.003177024 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/",status="429"} 0.000376314 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/about.php",status="404"} 0.000760455 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/chosen.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/chosen.php",status="429"} 0.000396029 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/chosen.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/index.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/index.php",status="404"} 0.001423265 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/index.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/widgets/",status="404"} 0.001139651 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/widgets/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/widgets/",status="429"} 0.000635851 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/widgets/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/widgets/about.php",status="404"} 0.000161221 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/widgets/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404"} 0.000169799 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404"} 0.00013596 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/js/wp-conflg.php",status="404"} 0.000146874 http_request_duration_seconds_count{method="GET",path="/wp-admin/js/wp-conflg.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-scripts.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/load-scripts.php",status="404"} 0.000406929 http_request_duration_seconds_count{method="GET",path="/wp-admin/load-scripts.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/load-styles.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/load-styles.php",status="404"} 0.000193091 http_request_duration_seconds_count{method="GET",path="/wp-admin/load-styles.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/",status="404"} 0.00014445 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/about.php",status="404"} 0.000141438 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/admin.php",status="404"} 0.001240862 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/admin.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/admin.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/admin.php",status="429"} 0.000492447 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/admin.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/index.php",status="404"} 0.000148283 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/maint.php",status="404"} 0.000126002 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/maint.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404"} 0.000214332 http_request_duration_seconds_count{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/",status="404"} 0.001101334 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/",status="429"} 0.000639085 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/cloud.php",status="404"} 0.000172789 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/index.php",status="404"} 0.0011911159999999999 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/index.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/index.php",status="429"} 0.000170088 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/plugins.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/plugins.php",status="404"} 0.0026693890000000003 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/plugins.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/shell.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/shell.php",status="429"} 0.000135444 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/shell.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/wp-conflg.php",status="429"} 0.00024009 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/wp-conflg.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/network/xmrlpc.php",status="404"} 0.000219272 http_request_duration_seconds_count{method="GET",path="/wp-admin/network/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options-privacy.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-admin/options-privacy.php",status="404"} 0.002071112 http_request_duration_seconds_count{method="GET",path="/wp-admin/options-privacy.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/options.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/options.php",status="404"} 0.000160122 http_request_duration_seconds_count{method="GET",path="/wp-admin/options.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/phpinfo.php",status="404"} 0.000300764 http_request_duration_seconds_count{method="GET",path="/wp-admin/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/repeater.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/repeater.php",status="404"} 0.000165657 http_request_duration_seconds_count{method="GET",path="/wp-admin/repeater.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/sc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/sc.php",status="404"} 0.000173458 http_request_duration_seconds_count{method="GET",path="/wp-admin/sc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/setup-config.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-admin/setup-config.php",status="404"} 0.001469844 http_request_duration_seconds_count{method="GET",path="/wp-admin/setup-config.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/update.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/update.php",status="404"} 0.000268766 http_request_duration_seconds_count{method="GET",path="/wp-admin/update.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/admin.php",status="429"} 0.000190024 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/admin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/chosen.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/chosen.php",status="404"} 0.000154379 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/chosen.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/cloud.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/cloud.php",status="404"} 0.000157457 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/cloud.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/index.php",status="404"} 0.000786188 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/index.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/index.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/index.php",status="429"} 0.000587606 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/index.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/user/xmrlpc.php",status="404"} 0.000177886 http_request_duration_seconds_count{method="GET",path="/wp-admin/user/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp-conflg.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/wp-conflg.php",status="429"} 0.000178739 http_request_duration_seconds_count{method="GET",path="/wp-admin/wp-conflg.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/wp.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-admin/wp.php",status="404"} 0.000464559 http_request_duration_seconds_count{method="GET",path="/wp-admin/wp.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/xmrlpc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-admin/xmrlpc.php",status="404"} 0.000189915 http_request_duration_seconds_count{method="GET",path="/wp-admin/xmrlpc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-admin/zoko.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-admin/zoko.php",status="404"} 0.000560489 http_request_duration_seconds_count{method="GET",path="/wp-admin/zoko.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-api.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-api.php",status="404"} 0.000262417 http_request_duration_seconds_count{method="GET",path="/wp-api.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-at.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-at.php",status="404"} 0.000188487 http_request_duration_seconds_count{method="GET",path="/wp-at.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-atomx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-atomx.php",status="404"} 0.000214702 http_request_duration_seconds_count{method="GET",path="/wp-atomx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-b0rk5oy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-b0rk5oy.php",status="404"} 0.000156393 http_request_duration_seconds_count{method="GET",path="/wp-b0rk5oy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-blink.php",status="404"} 0.000566144 http_request_duration_seconds_count{method="GET",path="/wp-blink.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blink.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-blink.php",status="429"} 0.000176614 http_request_duration_seconds_count{method="GET",path="/wp-blink.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-block.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-block.php",status="404"} 0.00022067 http_request_duration_seconds_count{method="GET",path="/wp-block.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog-header.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-blog-header.php",status="404"} 0.000839648 http_request_duration_seconds_count{method="GET",path="/wp-blog-header.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-blog.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/wp-blog.php",status="404"} 0.002312536 http_request_duration_seconds_count{method="GET",path="/wp-blog.php",status="404"} 11 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.000139476 http_request_duration_seconds_count{method="GET",path="/wp-blog.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-bugs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-bugs.php",status="404"} 0.000499486 http_request_duration_seconds_count{method="GET",path="/wp-bugs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-check.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-check.php",status="404"} 0.000256677 http_request_duration_seconds_count{method="GET",path="/wp-check.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-class.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-class.php",status="404"} 0.000388991 http_request_duration_seconds_count{method="GET",path="/wp-class.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-comments-post.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-comments-post.php",status="404"} 0.000218533 http_request_duration_seconds_count{method="GET",path="/wp-comments-post.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-config-sample.php",status="404"} 0.001398582 http_request_duration_seconds_count{method="GET",path="/wp-config-sample.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config-sample.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config-sample.php",status="429"} 0.00033731500000000003 http_request_duration_seconds_count{method="GET",path="/wp-config-sample.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.bak",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.bak",status="404"} 0.000192643 http_request_duration_seconds_count{method="GET",path="/wp-config.bak",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/wp-config.php",status="404"} 0.0019699340000000004 http_request_duration_seconds_count{method="GET",path="/wp-config.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/wp-config.php",status="429"} 0.001578098 http_request_duration_seconds_count{method="GET",path="/wp-config.php",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php",status="429"} 0.000117023 http_request_duration_seconds_count{method="GET",path="/wp-config.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php ",status="404"} 0.000192173 http_request_duration_seconds_count{method="GET",path="/wp-config.php ",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php ",status="429"} 0.000136548 http_request_duration_seconds_count{method="GET",path="/wp-config.php ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php..;/",status="429"} 0.000150478 http_request_duration_seconds_count{method="GET",path="/wp-config.php..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak",status="404"} 0.0027072179999999995 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.005"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.01"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.025"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.05"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.1"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.25"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="0.5"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="1"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="2.5"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="5"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="10"} 37 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak",status="429",le="+Inf"} 37 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak",status="429"} 0.005349252999999999 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak",status="429"} 37 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.000463397 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.bak ",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak ",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak ",status="429"} 0.000989716 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak ",status="429"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak..;/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak..;/",status="429"} 0.000510589 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak..;/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak/",status="429"} 0.000960161 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak/",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak/.",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak/.",status="429"} 0.000590962 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak/.",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak::$DATA",status="429"} 0.000143562 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak;",status="429"} 0.00037667500000000003 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak;",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.bak;.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.bak;.php",status="429"} 0.000519485 http_request_duration_seconds_count{method="GET",path="/wp-config.php.bak;.php",status="429"} 3 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.00039573599999999994 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.old",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old",status="404"} 0.001020446 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.005"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.01"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.025"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.05"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.1"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.25"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="1"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="2.5"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="5"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="10"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="+Inf"} 13 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old",status="429"} 0.0017864019999999999 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old",status="429"} 13 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old",status="429"} 0.000257501 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old ",status="429"} 0.00026252999999999997 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old..;/",status="429"} 0.000112121 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old/",status="429"} 0.00040932399999999997 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old/.",status="429"} 0.000146405 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old;",status="429"} 0.000113364 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old;.php",status="429"} 0.000116701 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.old;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.old;/",status="429"} 0.000352784 http_request_duration_seconds_count{method="GET",path="/wp-config.php.old;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.orig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.orig",status="429"} 0.000166639 http_request_duration_seconds_count{method="GET",path="/wp-config.php.orig",status="429"} 1 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.000178751 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.save",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.save",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.save",status="429"} 0.00011706 http_request_duration_seconds_count{method="GET",path="/wp-config.php.save",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp",status="404"} 0.000508263 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp",status="429"} 0.000983453 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp",status="429"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp",status="429"} 0.000219615 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp ",status="429"} 0.00014098 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp..;/",status="429"} 8.8092e-05 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp/",status="429"} 0.000282931 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp/.",status="429"} 0.000163284 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp;",status="429"} 0.000150872 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp;.php",status="429"} 0.00017175 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php.swp;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php.swp;/",status="429"} 0.000190119 http_request_duration_seconds_count{method="GET",path="/wp-config.php.swp;/",status="429"} 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.000188987 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.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.000305106 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/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php/.",status="429"} 0.000133301 http_request_duration_seconds_count{method="GET",path="/wp-config.php/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;",status="429"} 0.000109867 http_request_duration_seconds_count{method="GET",path="/wp-config.php;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;.php",status="429"} 0.000126811 http_request_duration_seconds_count{method="GET",path="/wp-config.php;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/",status="429"} 0.000127662 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/./style.css",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/./style.css",status="429"} 0.000716789 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/./style.css",status="429"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/Style.css",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/Style.css",status="429"} 0.000454257 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/Style.css",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css",status="404"} 0.001279086 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.005"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.01"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.025"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.05"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.1"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.25"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="1"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="2.5"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="5"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="10"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="+Inf"} 24 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css",status="429"} 0.004479503 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css",status="429"} 24 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css",status="429"} 0.000353922 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css ",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css ",status="429"} 0.000627652 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css ",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css..;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css..;/",status="429"} 0.000384247 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css..;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css/",status="429"} 0.0006198409999999999 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css/.",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css/.",status="429"} 0.000477714 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css/.",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css::$DATA",status="429"} 0.000142018 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css::$DATA",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css;",status="429"} 0.000262625 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css;",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css;.php",status="429"} 0.000359161 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css;.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php;/style.css;/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.php;/style.css;/",status="429"} 0.000306561 http_request_duration_seconds_count{method="GET",path="/wp-config.php;/style.css;/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.php~",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.php~",status="429"} 0.000586092 http_request_duration_seconds_count{method="GET",path="/wp-config.php~",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt",status="404"} 0.000199853 http_request_duration_seconds_count{method="GET",path="/wp-config.txt",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt",status="429"} 0.000850456 http_request_duration_seconds_count{method="GET",path="/wp-config.txt",status="429"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt",status="429"} 0.000134616 http_request_duration_seconds_count{method="GET",path="/wp-config.txt",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt ",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt ",status="429"} 0.000311512 http_request_duration_seconds_count{method="GET",path="/wp-config.txt ",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt..;/",status="429"} 3.7105e-05 http_request_duration_seconds_count{method="GET",path="/wp-config.txt..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt/",status="429"} 0.00039832400000000003 http_request_duration_seconds_count{method="GET",path="/wp-config.txt/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt/.",status="429"} 0.000102557 http_request_duration_seconds_count{method="GET",path="/wp-config.txt/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt;",status="429"} 0.000114001 http_request_duration_seconds_count{method="GET",path="/wp-config.txt;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt;.php",status="429"} 0.00014538 http_request_duration_seconds_count{method="GET",path="/wp-config.txt;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-config.txt;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-config.txt;/",status="429"} 0.000277477 http_request_duration_seconds_count{method="GET",path="/wp-config.txt;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configer.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-configer.php",status="404"} 0.000159363 http_request_duration_seconds_count{method="GET",path="/wp-configer.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-configs.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-configs.php",status="404"} 0.00035520699999999996 http_request_duration_seconds_count{method="GET",path="/wp-configs.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confiig.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-confiig.php",status="429"} 0.000169151 http_request_duration_seconds_count{method="GET",path="/wp-confiig.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-confirm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-confirm.php",status="404"} 0.000137023 http_request_duration_seconds_count{method="GET",path="/wp-confirm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-conflg.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-conflg.php",status="404"} 0.0007200059999999999 http_request_duration_seconds_count{method="GET",path="/wp-conflg.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-consar.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-consar.php",status="404"} 0.000163854 http_request_duration_seconds_count{method="GET",path="/wp-consar.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content.php",status="404"} 0.000188727 http_request_duration_seconds_count{method="GET",path="/wp-content.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-content.php.php",status="404"} 0.001147864 http_request_duration_seconds_count{method="GET",path="/wp-content.php.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content.php.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-content.php.php",status="429"} 0.00043025599999999995 http_request_duration_seconds_count{method="GET",path="/wp-content.php.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/wp-content/",status="404"} 0.0026593030000000004 http_request_duration_seconds_count{method="GET",path="/wp-content/",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/./backup",status="429"} 0.000141748 http_request_duration_seconds_count{method="GET",path="/wp-content/./backup",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/./uploads",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/./uploads",status="429"} 0.000136474 http_request_duration_seconds_count{method="GET",path="/wp-content/./uploads",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/.git/config",status="404"} 0.000275103 http_request_duration_seconds_count{method="GET",path="/wp-content/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/1.php",status="404"} 0.000172258 http_request_duration_seconds_count{method="GET",path="/wp-content/1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Backup",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/Backup",status="429"} 0.000259009 http_request_duration_seconds_count{method="GET",path="/wp-content/Backup",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/OMrMKfSU.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/OMrMKfSU.php",status="404"} 0.000178224 http_request_duration_seconds_count{method="GET",path="/wp-content/OMrMKfSU.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/Uploads",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/Uploads",status="429"} 0.000113171 http_request_duration_seconds_count{method="GET",path="/wp-content/Uploads",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/about.php",status="404"} 0.000243328 http_request_duration_seconds_count{method="GET",path="/wp-content/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.005"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.01"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.025"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.05"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.1"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.25"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="0.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="1"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="2.5"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="5"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="10"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/admin.php",status="404",le="+Inf"} 25 http_request_duration_seconds_sum{method="GET",path="/wp-content/admin.php",status="404"} 0.005008580000000001 http_request_duration_seconds_count{method="GET",path="/wp-content/admin.php",status="404"} 25 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ai1wm-backups/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/ai1wm-backups/",status="429"} 0.00031246000000000003 http_request_duration_seconds_count{method="GET",path="/wp-content/ai1wm-backups/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup",status="429"} 0.000212997 http_request_duration_seconds_count{method="GET",path="/wp-content/backup",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup ",status="429"} 0.000147341 http_request_duration_seconds_count{method="GET",path="/wp-content/backup ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup..;/",status="429"} 0.000187035 http_request_duration_seconds_count{method="GET",path="/wp-content/backup..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup/",status="404"} 0.000134178 http_request_duration_seconds_count{method="GET",path="/wp-content/backup/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/",status="429",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup/",status="429"} 0.001205534 http_request_duration_seconds_count{method="GET",path="/wp-content/backup/",status="429"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/ ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup/ ",status="429"} 4.623e-05 http_request_duration_seconds_count{method="GET",path="/wp-content/backup/ ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup/.",status="429"} 0.00016732 http_request_duration_seconds_count{method="GET",path="/wp-content/backup/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup//",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup//",status="429"} 0.000128524 http_request_duration_seconds_count{method="GET",path="/wp-content/backup//",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup/;.php",status="429"} 0.000123124 http_request_duration_seconds_count{method="GET",path="/wp-content/backup/;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup/;/",status="429"} 6.4739e-05 http_request_duration_seconds_count{method="GET",path="/wp-content/backup/;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/backup;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/backup;",status="429"} 0.000137436 http_request_duration_seconds_count{method="GET",path="/wp-content/backup;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/banners/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/banners/about.php",status="404"} 0.000160686 http_request_duration_seconds_count{method="GET",path="/wp-content/banners/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/blogs.dir/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/blogs.dir/about.php",status="404"} 0.00016216 http_request_duration_seconds_count{method="GET",path="/wp-content/blogs.dir/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-content/cache/",status="404"} 0.0012786219999999999 http_request_duration_seconds_count{method="GET",path="/wp-content/cache/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/cache/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/cache/",status="429"} 0.000390589 http_request_duration_seconds_count{method="GET",path="/wp-content/cache/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/config.php",status="404"} 0.000210379 http_request_duration_seconds_count{method="GET",path="/wp-content/config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/content.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/content.php",status="404"} 0.000258783 http_request_duration_seconds_count{method="GET",path="/wp-content/content.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/db.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-content/db.php",status="404"} 0.00047376899999999997 http_request_duration_seconds_count{method="GET",path="/wp-content/db.php",status="404"} 3 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.003546669 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"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/debug.log",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/debug.log",status="429"} 0.000380139 http_request_duration_seconds_count{method="GET",path="/wp-content/debug.log",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/fw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/fw.php",status="404"} 0.000168542 http_request_duration_seconds_count{method="GET",path="/wp-content/fw.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/gallery/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/gallery/about.php",status="404"} 0.000220716 http_request_duration_seconds_count{method="GET",path="/wp-content/gallery/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/wp-content/index.php",status="404"} 0.004465585 http_request_duration_seconds_count{method="GET",path="/wp-content/index.php",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/index.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/index.php",status="429"} 0.0006786939999999999 http_request_duration_seconds_count{method="GET",path="/wp-content/index.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/json.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/json.php",status="404"} 0.000164238 http_request_duration_seconds_count{method="GET",path="/wp-content/json.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/languages/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/languages/about.php",status="404"} 0.000157182 http_request_duration_seconds_count{method="GET",path="/wp-content/languages/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/min.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/min.php",status="404"} 0.000176432 http_request_duration_seconds_count{method="GET",path="/wp-content/min.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ms-files.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/ms-files.php",status="404"} 0.000207096 http_request_duration_seconds_count{method="GET",path="/wp-content/ms-files.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429"} 0.000131781 http_request_duration_seconds_count{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/options.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/options.php",status="404"} 0.00031497299999999997 http_request_duration_seconds_count{method="GET",path="/wp-content/options.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/ova.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/ova.php",status="404"} 0.000174681 http_request_duration_seconds_count{method="GET",path="/wp-content/ova.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugin.php",status="404"} 0.000157088 http_request_duration_seconds_count{method="GET",path="/wp-content/plugin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/",status="404"} 0.000175303 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404"} 0.000186587 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429"} 0.000150357 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/admin.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/admin.php",status="404"} 0.000498103 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/admin.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/akismet/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/akismet/",status="404"} 0.000339887 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/akismet/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404"} 0.000145848 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429"} 0.000151562 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404"} 0.000539771 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hello.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/hello.php",status="404"} 0.000274082 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/hello.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.005"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.01"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.025"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.05"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.1"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.25"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="0.5"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="1"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="2.5"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="5"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="10"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404",le="+Inf"} 53 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404"} 0.022535176999999997 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404"} 53 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/index.php",status="404"} 0.000193375 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404"} 0.000170388 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404"} 0.000344582 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404"} 0.000206073 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/plugin/index.php",status="404"} 0.000186053 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/plugin/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429"} 0.000139033 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404"} 0.00018485 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404"} 0.001151449 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404"} 0.000154599 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404"} 0.00039363099999999997 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/simple/simple.php",status="404"} 0.000135599 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/simple/simple.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404"} 0.000167524 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404"} 0.000741677 http_request_duration_seconds_count{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/postnews.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/postnews.php",status="404"} 0.00015184 http_request_duration_seconds_count{method="GET",path="/wp-content/postnews.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/product.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/product.php",status="404"} 0.000193453 http_request_duration_seconds_count{method="GET",path="/wp-content/product.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/radio.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/radio.php",status="404"} 0.000192514 http_request_duration_seconds_count{method="GET",path="/wp-content/radio.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/raw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/raw.php",status="404"} 0.000185358 http_request_duration_seconds_count{method="GET",path="/wp-content/raw.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/repeater.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/repeater.php",status="404"} 0.000193926 http_request_duration_seconds_count{method="GET",path="/wp-content/repeater.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/tBEZGQz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/tBEZGQz.php",status="404"} 0.000160688 http_request_duration_seconds_count{method="GET",path="/wp-content/tBEZGQz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/",status="404"} 0.000916523 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/",status="429"} 0.000549764 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/aahana/json.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/aahana/json.php",status="404"} 0.000620022 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/aahana/json.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/about.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/about.php",status="404"} 0.0007089 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/about.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/admin.php",status="404"} 0.0022800850000000003 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/admin.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/admin.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/admin.php",status="429"} 0.000376568 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/admin.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429"} 0.000112616 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404"} 0.000609395 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/haha.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/haha.php",status="429"} 0.000137929 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/haha.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/home/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/home/index.php",status="404"} 0.000132633 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/home/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/index.php",status="404"} 0.0030720800000000005 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/index.php",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/index.php",status="429"} 0.000131566 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/pridmag/db.php",status="404"} 0.000194593 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/pridmag/db.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/pridmag/il.php",status="404"} 0.00035530399999999997 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/pridmag/il.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429"} 0.000117267 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/seotheme/db.php",status="404"} 0.000160395 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/seotheme/db.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404"} 0.000169627 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/theme/about.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/theme/about.php",status="429"} 0.00013479 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/theme/about.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429"} 0.000168577 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwenty/",status="404"} 0.000229848 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwenty/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404"} 0.0011995270000000001 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429"} 0.000325546 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwentyone/",status="404"} 0.000144067 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwentyone/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwentythree/",status="404"} 0.000185952 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwentythree/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404"} 0.00014734 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404"} 0.000193788 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404"} 0.000177811 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429"} 0.000153685 http_request_duration_seconds_count{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/txets.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/txets.php",status="404"} 0.000187489 http_request_duration_seconds_count{method="GET",path="/wp-content/txets.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updates.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/updates.php",status="404"} 0.000150959 http_request_duration_seconds_count{method="GET",path="/wp-content/updates.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/updraft/",status="404"} 0.000298146 http_request_duration_seconds_count{method="GET",path="/wp-content/updraft/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/updraft/",status="429"} 0.00023588899999999998 http_request_duration_seconds_count{method="GET",path="/wp-content/updraft/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/updraft/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/updraft/about.php",status="404"} 0.000183529 http_request_duration_seconds_count{method="GET",path="/wp-content/updraft/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404"} 0.000166622 http_request_duration_seconds_count{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429"} 0.00015174 http_request_duration_seconds_count{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429"} 0.000134768 http_request_duration_seconds_count{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-content/upgrade/index.php",status="404"} 0.001077106 http_request_duration_seconds_count{method="GET",path="/wp-content/upgrade/index.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/upgrade/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/upgrade/index.php",status="429"} 0.000163934 http_request_duration_seconds_count{method="GET",path="/wp-content/upgrade/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads",status="429"} 0.000172969 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads ",status="429"} 0.00010426 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads..;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads..;/",status="429"} 0.000150526 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads..;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.005"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.01"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.025"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.05"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.1"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.25"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="0.5"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="1"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="2.5"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="5"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="10"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="404",le="+Inf"} 32 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/",status="404"} 0.006927867000000001 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/",status="404"} 32 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/",status="429",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/",status="429"} 0.001991869 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/",status="429"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/ ",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/ ",status="429"} 3.4257e-05 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/ ",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/.",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/.",status="429"} 6.3162e-05 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/.",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads//",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads//",status="429"} 7.2393e-05 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads//",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/423_index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/423_index.php",status="404"} 0.000167554 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/423_index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/;.php",status="429"} 0.000118971 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/;.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/;/",status="429"} 0.000260694 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/;/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/admin.php",status="404"} 0.000299348 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/admin.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/admin.php",status="429"} 0.000148452 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/admin.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/backup-guard/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/backup-guard/",status="429"} 0.0008576940000000001 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/backup-guard/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/debug.log",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/debug.log",status="429"} 0.000442598 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/debug.log",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/duplicator/",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/duplicator/",status="429"} 0.000374599 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/duplicator/",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/file1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/file1.php",status="404"} 0.000170786 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/file1.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/goods.php",status="404"} 0.0010144429999999999 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/goods.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/goods.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/goods.php",status="429"} 0.000455862 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/goods.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/index.php",status="404"} 0.0015709460000000001 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/index.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/index.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/index.php",status="429"} 0.000558505 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/index.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/json.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/json.php",status="404"} 0.000163162 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/json.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/panel.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/panel.php",status="404"} 0.000428132 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/panel.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/users.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/users.php",status="404"} 0.000415982 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/users.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429"} 0.000195183 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads/xxw.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads/xxw.php",status="404"} 0.000125561 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads/xxw.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/uploads;",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/uploads;",status="429"} 0.000123703 http_request_duration_seconds_count{method="GET",path="/wp-content/uploads;",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/w.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/w.php",status="404"} 0.000274483 http_request_duration_seconds_count{method="GET",path="/wp-content/w.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-conflg.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/wp-conflg.php",status="429"} 0.000177919 http_request_duration_seconds_count{method="GET",path="/wp-content/wp-conflg.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp-login.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/wp-login.php",status="429"} 0.000161085 http_request_duration_seconds_count{method="GET",path="/wp-content/wp-login.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/wp.php",status="404"} 0.000174732 http_request_duration_seconds_count{method="GET",path="/wp-content/wp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/wso.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/wso.php",status="404"} 0.000168577 http_request_duration_seconds_count{method="GET",path="/wp-content/wso.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-content/x.php",status="404"} 0.000176393 http_request_duration_seconds_count{method="GET",path="/wp-content/x.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-content/x/index.php",status="404"} 0.00098122 http_request_duration_seconds_count{method="GET",path="/wp-content/x/index.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/x/index.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-content/x/index.php",status="429"} 0.000531178 http_request_duration_seconds_count{method="GET",path="/wp-content/x/index.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-content/xyn.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-content/xyn.php",status="404"} 0.000371631 http_request_duration_seconds_count{method="GET",path="/wp-content/xyn.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-contentt.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-contentt.php",status="404"} 0.000183881 http_request_duration_seconds_count{method="GET",path="/wp-contentt.php",status="404"} 1 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.000175925 http_request_duration_seconds_count{method="GET",path="/wp-cron.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-css.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-css.php",status="404"} 0.000544787 http_request_duration_seconds_count{method="GET",path="/wp-css.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-curl-file.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-curl-file.php",status="404"} 0.000242991 http_request_duration_seconds_count{method="GET",path="/wp-curl-file.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-cxx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-cxx.php",status="404"} 0.000213667 http_request_duration_seconds_count{method="GET",path="/wp-cxx.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.000176806 http_request_duration_seconds_count{method="GET",path="/wp-der.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-error_log.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-error_log.php",status="404"} 0.000125229 http_request_duration_seconds_count{method="GET",path="/wp-error_log.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-file-120.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-file-120.php",status="404"} 0.0003882 http_request_duration_seconds_count{method="GET",path="/wp-file-120.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fileesx-449.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-fileesx-449.php",status="404"} 0.000142646 http_request_duration_seconds_count{method="GET",path="/wp-fileesx-449.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-files.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-files.php",status="404"} 0.000167883 http_request_duration_seconds_count{method="GET",path="/wp-files.php",status="404"} 1 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.000565006 http_request_duration_seconds_count{method="GET",path="/wp-firewall.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-fmfile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-fmfile.php",status="404"} 0.000196484 http_request_duration_seconds_count{method="GET",path="/wp-fmfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-freya.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-freya.php",status="404"} 0.00040617699999999997 http_request_duration_seconds_count{method="GET",path="/wp-freya.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-god.Php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-god.Php",status="404"} 0.000165584 http_request_duration_seconds_count{method="GET",path="/wp-god.Php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.005"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.01"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.025"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.05"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.1"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.25"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="0.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="1"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="2.5"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="5"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="10"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="404",le="+Inf"} 15 http_request_duration_seconds_sum{method="GET",path="/wp-good.php",status="404"} 0.0031505539999999994 http_request_duration_seconds_count{method="GET",path="/wp-good.php",status="404"} 15 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-good.php",status="429"} 0.00034082299999999997 http_request_duration_seconds_count{method="GET",path="/wp-good.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-good3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-good3.php",status="404"} 0.000260137 http_request_duration_seconds_count{method="GET",path="/wp-good3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-head.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-head.php",status="404"} 0.000654852 http_request_duration_seconds_count{method="GET",path="/wp-head.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-header.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-header.php",status="404"} 0.000233093 http_request_duration_seconds_count{method="GET",path="/wp-header.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-home.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-home.php",status="404"} 0.000756725 http_request_duration_seconds_count{method="GET",path="/wp-home.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes.bak/html-api/about.php",status="404"} 0.000172085 http_request_duration_seconds_count{method="GET",path="/wp-includes.bak/html-api/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-includes/",status="404"} 0.0013054160000000002 http_request_duration_seconds_count{method="GET",path="/wp-includes/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/",status="429"} 0.0018069619999999998 http_request_duration_seconds_count{method="GET",path="/wp-includes/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-includes/ID3/",status="404"} 0.001208559 http_request_duration_seconds_count{method="GET",path="/wp-includes/ID3/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/ID3/",status="429"} 0.000314896 http_request_duration_seconds_count{method="GET",path="/wp-includes/ID3/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/about.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/wp-includes/ID3/about.php",status="404"} 0.0023839829999999997 http_request_duration_seconds_count{method="GET",path="/wp-includes/ID3/about.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-includes/ID3/index.php",status="404"} 0.001172819 http_request_duration_seconds_count{method="GET",path="/wp-includes/ID3/index.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/ID3/index.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-includes/ID3/index.php",status="429"} 0.000638185 http_request_duration_seconds_count{method="GET",path="/wp-includes/ID3/index.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/about.php",status="404"} 0.0002923 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429"} 0.000139659 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/index.php",status="404"} 0.0008875959999999999 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/index.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/index.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/index.php",status="429"} 0.0005747230000000001 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/index.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/options.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/options.php",status="404"} 0.000180901 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/options.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/IXR/shell.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/IXR/shell.php",status="404"} 0.000405647 http_request_duration_seconds_count{method="GET",path="/wp-includes/IXR/shell.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Ipv6.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Ipv6.php",status="404"} 0.000180911 http_request_duration_seconds_count{method="GET",path="/wp-includes/Ipv6.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404"} 0.00043926 http_request_duration_seconds_count{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404"} 0.000231452 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404"} 0.000192247 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404"} 0.000185643 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/about.php",status="404"} 0.00072289 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/file.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/file.php",status="404"} 0.000315154 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/file.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/library/",status="404"} 0.000210377 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/library/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404"} 0.000200981 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/library/index.php",status="404"} 0.0003608 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/library/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Requests/library/upload.php",status="404"} 0.000297607 http_request_duration_seconds_count{method="GET",path="/wp-includes/Requests/library/upload.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/SimplePie/about.php",status="404"} 0.000236753 http_request_duration_seconds_count{method="GET",path="/wp-includes/SimplePie/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-includes/SimplePie/admin.php",status="404"} 0.0009293770000000001 http_request_duration_seconds_count{method="GET",path="/wp-includes/SimplePie/admin.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-includes/SimplePie/admin.php",status="429"} 0.003044231 http_request_duration_seconds_count{method="GET",path="/wp-includes/SimplePie/admin.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/SimplePie/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/SimplePie/index.php",status="404"} 0.000143062 http_request_duration_seconds_count{method="GET",path="/wp-includes/SimplePie/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/",status="404"} 0.0021675590000000003 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404"} 0.001938743 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404"} 0.000165816 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404"} 0.000226026 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429"} 0.000133056 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404"} 0.00024336 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429"} 0.000803294 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/about.php",status="404"} 0.000208172 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/index.php",status="429"} 0.000193124 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/Text/r51tv7.php",status="404"} 0.000136428 http_request_duration_seconds_count{method="GET",path="/wp-includes/Text/r51tv7.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/about.php",status="404"} 0.000188212 http_request_duration_seconds_count{method="GET",path="/wp-includes/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/assets/lXppkm.php",status="404"} 0.000123584 http_request_duration_seconds_count{method="GET",path="/wp-includes/assets/lXppkm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/assets/wow.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/assets/wow.php",status="404"} 0.000120254 http_request_duration_seconds_count{method="GET",path="/wp-includes/assets/wow.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/autoload_classmap.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/autoload_classmap.php",status="404"} 0.000138039 http_request_duration_seconds_count{method="GET",path="/wp-includes/autoload_classmap.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/bK9rpN.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/bK9rpN.php",status="404"} 0.000191597 http_request_duration_seconds_count{method="GET",path="/wp-includes/bK9rpN.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-bindings/",status="404"} 0.0012356370000000002 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-bindings/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-bindings/",status="429"} 0.000168832 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-bindings/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404"} 0.000221015 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404"} 0.000185844 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/about.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-patterns/about.php",status="404"} 0.000404256 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-patterns/about.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429"} 0.000126385 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404"} 0.000257752 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-supports/",status="404"} 0.002355233 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-supports/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/block-supports/input.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/block-supports/input.php",status="404"} 0.000147762 http_request_duration_seconds_count{method="GET",path="/wp-includes/block-supports/input.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/about.php",status="404"} 0.000151242 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audi/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/audi/",status="404"} 0.000169651 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/audi/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/audio/",status="404"} 0.001252241 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/audio/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/audio/",status="429"} 0.000353092 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/audio/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/audio/index.php",status="404"} 0.000130897 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/audio/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/buttons/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/buttons/",status="404"} 0.00035168199999999997 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/buttons/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/details/",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/details/",status="404"} 0.0017361210000000002 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/details/",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/file/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/file/index.php",status="404"} 0.000118991 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/file/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404"} 0.000157496 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404"} 0.000228202 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404"} 0.002148529 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404"} 0.000192744 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404"} 0.000262074 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404"} 0.001860195 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429"} 0.000147434 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404"} 0.000183977 http_request_duration_seconds_count{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/certificates/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/certificates/index.php",status="429"} 0.000156057 http_request_duration_seconds_count{method="GET",path="/wp-includes/certificates/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/class-wp-http-client.php",status="404"} 0.000183916 http_request_duration_seconds_count{method="GET",path="/wp-includes/class-wp-http-client.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404"} 0.00018453 http_request_duration_seconds_count{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/class-wp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/class-wp.php",status="404"} 0.000179794 http_request_duration_seconds_count{method="GET",path="/wp-includes/class-wp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/",status="404"} 0.000173104 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404"} 0.000234427 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/alfa-rex.php",status="429"} 0.000189895 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/alfa-rex.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/buttons.css",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/buttons.css",status="404"} 0.00054794 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/buttons.css",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dashicons.css",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/dashicons.css",status="404"} 0.000320252 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/dashicons.css",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404"} 0.000142546 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/index.php",status="404"} 0.000212874 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/nDJvnf.php",status="404"} 0.000251722 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/nDJvnf.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/css/wp-conflg.php",status="429"} 0.000134481 http_request_duration_seconds_count{method="GET",path="/wp-includes/css/wp-conflg.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404"} 0.000218207 http_request_duration_seconds_count{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/customize/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/customize/about.php",status="404"} 0.000181663 http_request_duration_seconds_count{method="GET",path="/wp-includes/customize/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404"} 0.000188922 http_request_duration_seconds_count{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/fonts/",status="404"} 0.000316565 http_request_duration_seconds_count{method="GET",path="/wp-includes/fonts/",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/admin.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/fonts/admin.php",status="429"} 0.000156005 http_request_duration_seconds_count{method="GET",path="/wp-includes/fonts/admin.php",status="429"} 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.000427158 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/fonts/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/fonts/index.php",status="429"} 0.000170042 http_request_duration_seconds_count{method="GET",path="/wp-includes/fonts/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/fonts/install.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/fonts/install.php",status="429"} 0.000139025 http_request_duration_seconds_count{method="GET",path="/wp-includes/fonts/install.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/functions.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/functions.php",status="404"} 0.00012545 http_request_duration_seconds_count{method="GET",path="/wp-includes/functions.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp-includes/html-api/",status="404"} 0.0015061640000000002 http_request_duration_seconds_count{method="GET",path="/wp-includes/html-api/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404"} 0.000117785 http_request_duration_seconds_count{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/about.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/html-api/about.php",status="429"} 0.000124004 http_request_duration_seconds_count{method="GET",path="/wp-includes/html-api/about.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404"} 0.000147224 http_request_duration_seconds_count{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/chosen.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/html-api/chosen.php",status="429"} 0.000184133 http_request_duration_seconds_count{method="GET",path="/wp-includes/html-api/chosen.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/html-api/wp-load.php",status="404"} 0.000117456 http_request_duration_seconds_count{method="GET",path="/wp-includes/html-api/wp-load.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/",status="404"} 0.001594682 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/",status="429"} 0.000141369 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/JpIAZA.php",status="404"} 0.000145459 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/JpIAZA.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/about.php",status="404"} 0.000229518 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404"} 0.000151441 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/smilies/",status="404"} 0.0019280690000000001 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/smilies/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/smilies/",status="429"} 0.000464986 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/smilies/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/smilies/about.php",status="404"} 0.0012652400000000002 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/smilies/about.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/about.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/smilies/about.php",status="429"} 0.004606287999999999 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/smilies/about.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/smilies/index.php",status="404"} 0.000407367 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/smilies/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429"} 0.000187603 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404"} 0.000148992 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp-load.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/wp-load.php",status="404"} 0.000194689 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/wp-load.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404"} 0.000151922 http_request_duration_seconds_count{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/index.php",status="429"} 0.000140862 http_request_duration_seconds_count{method="GET",path="/wp-includes/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/",status="404"} 0.0018956630000000001 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/",status="429"} 0.000137712 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/codemirror/index.php",status="429"} 0.000231006 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/codemirror/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/crop/",status="404"} 0.0011730800000000002 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/crop/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/crop/",status="429"} 0.000459248 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/crop/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/crop/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/crop/index.php",status="404"} 0.000114475 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/crop/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404"} 0.000359721 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404"} 0.001513834 http_request_duration_seconds_count{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/option.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/option.php",status="404"} 0.000143774 http_request_duration_seconds_count{method="GET",path="/wp-includes/option.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-includes/php-compat/",status="404"} 0.0008937049999999998 http_request_duration_seconds_count{method="GET",path="/wp-includes/php-compat/",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-includes/php-compat/",status="429"} 0.000515911 http_request_duration_seconds_count{method="GET",path="/wp-includes/php-compat/",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404"} 0.00014049 http_request_duration_seconds_count{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/php-compat/content.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/php-compat/content.php",status="429"} 0.000202492 http_request_duration_seconds_count{method="GET",path="/wp-includes/php-compat/content.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-includes/pomo/",status="404"} 0.001136177 http_request_duration_seconds_count{method="GET",path="/wp-includes/pomo/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/pomo/",status="429"} 0.000148635 http_request_duration_seconds_count{method="GET",path="/wp-includes/pomo/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/pomo/about.php",status="404"} 0.000153306 http_request_duration_seconds_count{method="GET",path="/wp-includes/pomo/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/pomo/mail.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/pomo/mail.php",status="404"} 0.000169249 http_request_duration_seconds_count{method="GET",path="/wp-includes/pomo/mail.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/post.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/post.php",status="404"} 0.00018507 http_request_duration_seconds_count{method="GET",path="/wp-includes/post.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/random_compat/chosen.php",status="404"} 0.000148361 http_request_duration_seconds_count{method="GET",path="/wp-includes/random_compat/chosen.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/repeater.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/repeater.php",status="404"} 0.000186126 http_request_duration_seconds_count{method="GET",path="/wp-includes/repeater.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-includes/rest-api/",status="404"} 0.0018026410000000002 http_request_duration_seconds_count{method="GET",path="/wp-includes/rest-api/",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/rest-api/",status="429"} 0.000557714 http_request_duration_seconds_count{method="GET",path="/wp-includes/rest-api/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/rest-api/about.php",status="404"} 0.000178491 http_request_duration_seconds_count{method="GET",path="/wp-includes/rest-api/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/rest-api/menu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/rest-api/menu.php",status="404"} 0.00014418 http_request_duration_seconds_count{method="GET",path="/wp-includes/rest-api/menu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sitemaps/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/sitemaps/about.php",status="404"} 0.000136944 http_request_duration_seconds_count{method="GET",path="/wp-includes/sitemaps/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-includes/sodium_compat/",status="404"} 0.0012513930000000002 http_request_duration_seconds_count{method="GET",path="/wp-includes/sodium_compat/",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/sodium_compat/",status="429"} 0.000230281 http_request_duration_seconds_count{method="GET",path="/wp-includes/sodium_compat/",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429"} 0.000140875 http_request_duration_seconds_count{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/sodium_compat/index.php",status="404"} 0.000161151 http_request_duration_seconds_count{method="GET",path="/wp-includes/sodium_compat/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404"} 0.000237973 http_request_duration_seconds_count{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429"} 0.000164191 http_request_duration_seconds_count{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/about.php",status="404"} 0.000551102 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/about.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/about.php",status="429"} 0.00019702 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/about.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404"} 0.001010917 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429"} 0.000341123 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/index.php",status="404"} 0.0008250679999999999 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/index.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/style-engine/index.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-includes/style-engine/index.php",status="429"} 0.000804052 http_request_duration_seconds_count{method="GET",path="/wp-includes/style-engine/index.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404"} 0.000138735 http_request_duration_seconds_count{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404"} 0.000122767 http_request_duration_seconds_count{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/index.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-includes/theme-compat/index.php",status="404"} 0.000791796 http_request_duration_seconds_count{method="GET",path="/wp-includes/theme-compat/index.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404"} 0.000144829 http_request_duration_seconds_count{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/theme-previews-exception.php",status="404"} 0.000196411 http_request_duration_seconds_count{method="GET",path="/wp-includes/theme-previews-exception.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/user.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/user.php",status="404"} 0.000238499 http_request_duration_seconds_count{method="GET",path="/wp-includes/user.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/version.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/version.php",status="404"} 0.000118483 http_request_duration_seconds_count{method="GET",path="/wp-includes/version.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/widgets/about.php",status="404"} 0.000168651 http_request_duration_seconds_count{method="GET",path="/wp-includes/widgets/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/widgets/parx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/widgets/parx.php",status="404"} 0.000127362 http_request_duration_seconds_count{method="GET",path="/wp-includes/widgets/parx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-conflg.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/wp-conflg.php",status="404"} 0.000117665 http_request_duration_seconds_count{method="GET",path="/wp-includes/wp-conflg.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp-includes/about.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/wp-includes/about.php",status="404"} 0.001394016 http_request_duration_seconds_count{method="GET",path="/wp-includes/wp-includes/about.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404"} 0.000181061 http_request_duration_seconds_count{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-index.php",status="404"} 0.000139639 http_request_duration_seconds_count{method="GET",path="/wp-index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-info.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-info.php",status="404"} 0.000251928 http_request_duration_seconds_count{method="GET",path="/wp-info.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-is.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-is.php",status="404"} 0.00038270899999999996 http_request_duration_seconds_count{method="GET",path="/wp-is.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/wp-json/",status="404"} 0.0021228429999999997 http_request_duration_seconds_count{method="GET",path="/wp-json/",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/wp-json/",status="429"} 0.0006661319999999999 http_request_duration_seconds_count{method="GET",path="/wp-json/",status="429"} 7 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404"} 0.001330094 http_request_duration_seconds_count{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/oembed/1.0/embed",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/oembed/1.0/embed",status="404"} 0.000193042 http_request_duration_seconds_count{method="GET",path="/wp-json/oembed/1.0/embed",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/orders",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-json/wc/v3/orders",status="404"} 0.0005105330000000001 http_request_duration_seconds_count{method="GET",path="/wp-json/wc/v3/orders",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/email",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-json/wc/v3/settings/email",status="404"} 0.0028174890000000003 http_request_duration_seconds_count{method="GET",path="/wp-json/wc/v3/settings/email",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wc/v3/settings/general",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-json/wc/v3/settings/general",status="404"} 0.000550601 http_request_duration_seconds_count{method="GET",path="/wp-json/wc/v3/settings/general",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/wp/v2/",status="404"} 0.000145989 http_request_duration_seconds_count{method="GET",path="/wp-json/wp/v2/",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/categories",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/wp/v2/categories",status="404"} 0.000134555 http_request_duration_seconds_count{method="GET",path="/wp-json/wp/v2/categories",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/media",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/wp/v2/media",status="404"} 0.000186916 http_request_duration_seconds_count{method="GET",path="/wp-json/wp/v2/media",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/pages",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/wp/v2/pages",status="404"} 0.000177088 http_request_duration_seconds_count{method="GET",path="/wp-json/wp/v2/pages",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/posts",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/wp/v2/posts",status="404"} 0.000186865 http_request_duration_seconds_count{method="GET",path="/wp-json/wp/v2/posts",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-json/wp/v2/tags",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-json/wp/v2/tags",status="404"} 0.000268963 http_request_duration_seconds_count{method="GET",path="/wp-json/wp/v2/tags",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kaori.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-kaori.php",status="404"} 0.000143653 http_request_duration_seconds_count{method="GET",path="/wp-kaori.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-kd4xalrg7m.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-kd4xalrg7m.php",status="404"} 0.000158066 http_request_duration_seconds_count{method="GET",path="/wp-kd4xalrg7m.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-l0gin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-l0gin.php",status="404"} 0.000188745 http_request_duration_seconds_count{method="GET",path="/wp-l0gin.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-link-szoppm.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-link-szoppm.php",status="404"} 0.000222409 http_request_duration_seconds_count{method="GET",path="/wp-link-szoppm.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-links-opml.php",status="404"} 0.00047522199999999997 http_request_duration_seconds_count{method="GET",path="/wp-links-opml.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links-opml.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-links-opml.php",status="429"} 0.000171427 http_request_duration_seconds_count{method="GET",path="/wp-links-opml.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-links.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wp-links.php",status="404"} 0.000902122 http_request_duration_seconds_count{method="GET",path="/wp-links.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-load.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/wp-load.php",status="404"} 0.002191396 http_request_duration_seconds_count{method="GET",path="/wp-load.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.005"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.01"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.025"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.05"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.1"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.25"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="0.5"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="1"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="2.5"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="5"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="10"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="404",le="+Inf"} 26 http_request_duration_seconds_sum{method="GET",path="/wp-login.php",status="404"} 0.0057717110000000005 http_request_duration_seconds_count{method="GET",path="/wp-login.php",status="404"} 26 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-login.php",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/wp-login.php",status="429"} 0.000987408 http_request_duration_seconds_count{method="GET",path="/wp-login.php",status="429"} 9 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logins.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-logins.php",status="404"} 0.000454886 http_request_duration_seconds_count{method="GET",path="/wp-logins.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-logs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-logs.php",status="404"} 0.000183325 http_request_duration_seconds_count{method="GET",path="/wp-logs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-m5g2s0x9v4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-m5g2s0x9v4.php",status="404"} 0.000123726 http_request_duration_seconds_count{method="GET",path="/wp-m5g2s0x9v4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.005"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.01"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.025"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.05"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.25"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="0.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="1"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="2.5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="5"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="10"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="404",le="+Inf"} 12 http_request_duration_seconds_sum{method="GET",path="/wp-mail.php",status="404"} 0.002749298 http_request_duration_seconds_count{method="GET",path="/wp-mail.php",status="404"} 12 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-mail.php",status="429"} 0.000139982 http_request_duration_seconds_count{method="GET",path="/wp-mail.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404"} 0.000160481 http_request_duration_seconds_count{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-michan.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-michan.php",status="404"} 0.000217639 http_request_duration_seconds_count{method="GET",path="/wp-michan.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mt.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-mt.php",status="404"} 0.00046180099999999996 http_request_duration_seconds_count{method="GET",path="/wp-mt.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-mter.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-mter.php",status="404"} 0.000173539 http_request_duration_seconds_count{method="GET",path="/wp-mter.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-omao.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-omao.php",status="404"} 0.000144844 http_request_duration_seconds_count{method="GET",path="/wp-omao.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-one.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-one.php",status="429"} 0.000289795 http_request_duration_seconds_count{method="GET",path="/wp-one.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-p.php",status="404"} 0.000291205 http_request_duration_seconds_count{method="GET",path="/wp-p.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-p.php7",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-p.php7",status="404"} 0.000155914 http_request_duration_seconds_count{method="GET",path="/wp-p.php7",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-png.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-png.php",status="404"} 0.000155724 http_request_duration_seconds_count{method="GET",path="/wp-png.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-data.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-post-data.php",status="404"} 0.000333891 http_request_duration_seconds_count{method="GET",path="/wp-post-data.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-post-editor.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-post-editor.php",status="404"} 0.000162993 http_request_duration_seconds_count{method="GET",path="/wp-post-editor.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-pp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-pp.php",status="404"} 0.000183163 http_request_duration_seconds_count{method="GET",path="/wp-pp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ppoxua4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-ppoxua4.php",status="404"} 0.000158745 http_request_duration_seconds_count{method="GET",path="/wp-ppoxua4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rrtx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-rrtx.php",status="404"} 0.000220962 http_request_duration_seconds_count{method="GET",path="/wp-rrtx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-rss2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-rss2.php",status="404"} 0.000145491 http_request_duration_seconds_count{method="GET",path="/wp-rss2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-seo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-seo.php",status="404"} 0.000479237 http_request_duration_seconds_count{method="GET",path="/wp-seo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-settings.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-settings.php",status="404"} 0.000178706 http_request_duration_seconds_count{method="GET",path="/wp-settings.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-setup.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-setup.php",status="404"} 0.000231694 http_request_duration_seconds_count{method="GET",path="/wp-setup.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-si.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-si.php",status="404"} 0.000163666 http_request_duration_seconds_count{method="GET",path="/wp-si.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-signin.php",status="404"} 0.000993452 http_request_duration_seconds_count{method="GET",path="/wp-signin.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-signup.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-signup.php",status="404"} 0.000935436 http_request_duration_seconds_count{method="GET",path="/wp-signup.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sigunq.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-sigunq.php",status="404"} 0.000431254 http_request_duration_seconds_count{method="GET",path="/wp-sigunq.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-sing.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-sing.php",status="404"} 0.00036657 http_request_duration_seconds_count{method="GET",path="/wp-sing.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-slss.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-slss.php",status="404"} 0.000397812 http_request_duration_seconds_count{method="GET",path="/wp-slss.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-stat.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-stat.php",status="404"} 0.000143047 http_request_duration_seconds_count{method="GET",path="/wp-stat.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-tem.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-tem.php",status="404"} 0.000334618 http_request_duration_seconds_count{method="GET",path="/wp-tem.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-temp.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/wp-temp.php",status="404"} 0.0020146350000000003 http_request_duration_seconds_count{method="GET",path="/wp-temp.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-term.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-term.php",status="404"} 0.000230393 http_request_duration_seconds_count{method="GET",path="/wp-term.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.005"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.01"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.025"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.05"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.25"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="0.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="1"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="2.5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="5"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="10"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-the.php",status="404",le="+Inf"} 10 http_request_duration_seconds_sum{method="GET",path="/wp-the.php",status="404"} 0.002048447 http_request_duration_seconds_count{method="GET",path="/wp-the.php",status="404"} 10 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-themes.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-themes.php",status="404"} 0.000174341 http_request_duration_seconds_count{method="GET",path="/wp-themes.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-thi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-thi.php",status="404"} 0.000772966 http_request_duration_seconds_count{method="GET",path="/wp-thi.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.000146165 http_request_duration_seconds_count{method="GET",path="/wp-tivate.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tkdc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-tkdc.php",status="404"} 0.000157229 http_request_duration_seconds_count{method="GET",path="/wp-tkdc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-tot.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-tot.php",status="404"} 0.0006334209999999999 http_request_duration_seconds_count{method="GET",path="/wp-tot.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wp-trackback.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wp-trackback.php",status="404"} 0.0005998069999999999 http_request_duration_seconds_count{method="GET",path="/wp-trackback.php",status="404"} 3 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.000181456 http_request_duration_seconds_count{method="GET",path="/wp-trackback.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-trc.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-trc.php",status="404"} 0.000163085 http_request_duration_seconds_count{method="GET",path="/wp-trc.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-tymanage.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-tymanage.php",status="404"} 0.000234201 http_request_duration_seconds_count{method="GET",path="/wp-tymanage.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-uploads.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-uploads.php",status="404"} 0.000161138 http_request_duration_seconds_count{method="GET",path="/wp-uploads.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-user.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-user.php",status="404"} 0.000154233 http_request_duration_seconds_count{method="GET",path="/wp-user.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ver.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-ver.php",status="404"} 0.000130046 http_request_duration_seconds_count{method="GET",path="/wp-ver.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wlx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-wlx.php",status="404"} 0.000136007 http_request_duration_seconds_count{method="GET",path="/wp-wlx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wp.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp-wp.php",status="404"} 0.00045204999999999996 http_request_duration_seconds_count{method="GET",path="/wp-wp.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wpbak.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-wpbak.php",status="404"} 0.000129962 http_request_duration_seconds_count{method="GET",path="/wp-wpbak.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws38.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-ws38.php",status="404"} 0.000663825 http_request_duration_seconds_count{method="GET",path="/wp-ws38.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="0.005"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="0.01"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="0.025"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="0.05"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="0.1"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="0.25"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="0.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="1"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="2.5"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="5"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="10"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-ws68.php",status="404",le="+Inf"} 18 http_request_duration_seconds_sum{method="GET",path="/wp-ws68.php",status="404"} 0.003861006 http_request_duration_seconds_count{method="GET",path="/wp-ws68.php",status="404"} 18 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-wso.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-wso.php",status="429"} 0.000206147 http_request_duration_seconds_count{method="GET",path="/wp-wso.php",status="429"} 1 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.00084138 http_request_duration_seconds_count{method="GET",path="/wp-wz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp-xx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp-xx.php",status="404"} 0.000170562 http_request_duration_seconds_count{method="GET",path="/wp-xx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.005"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.01"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.025"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.05"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.1"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.25"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="0.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="1"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="2.5"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="5"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="10"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="404",le="+Inf"} 22 http_request_duration_seconds_sum{method="GET",path="/wp.php",status="404"} 0.005180110000000001 http_request_duration_seconds_count{method="GET",path="/wp.php",status="404"} 22 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp.php",status="429"} 0.000977333 http_request_duration_seconds_count{method="GET",path="/wp.php",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp/",status="404"} 0.001377986 http_request_duration_seconds_count{method="GET",path="/wp/",status="404"} 8 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.000165978 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp/.env",status="429"} 0.000162127 http_request_duration_seconds_count{method="GET",path="/wp/.env",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp/.git/config",status="404"} 0.000490862 http_request_duration_seconds_count{method="GET",path="/wp/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-json/",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp/wp-json/",status="404"} 0.0015769069999999998 http_request_duration_seconds_count{method="GET",path="/wp/wp-json/",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp/wp-login.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/wp/wp-login.php",status="404"} 0.001843768 http_request_duration_seconds_count{method="GET",path="/wp/wp-login.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp2.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wp2.php",status="404"} 0.000126717 http_request_duration_seconds_count{method="GET",path="/wp2.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wp5.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wp5.php",status="404"} 0.000395921 http_request_duration_seconds_count{method="GET",path="/wp5.php",status="404"} 2 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.00045575 http_request_duration_seconds_count{method="GET",path="/wp9.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wpa.php",status="404"} 0.000142964 http_request_duration_seconds_count{method="GET",path="/wpa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpc.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wpc.php",status="404"} 0.000577468 http_request_duration_seconds_count{method="GET",path="/wpc.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpconf.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wpconf.php",status="404"} 0.000834916 http_request_duration_seconds_count{method="GET",path="/wpconf.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wper.php",status="404"} 0.000229973 http_request_duration_seconds_count{method="GET",path="/wper.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wper3.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wper3.php",status="404"} 0.000578484 http_request_duration_seconds_count{method="GET",path="/wper3.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpgum.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wpgum.php",status="404"} 0.00028209700000000003 http_request_duration_seconds_count{method="GET",path="/wpgum.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wplog.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wplog.php",status="404"} 0.000158273 http_request_duration_seconds_count{method="GET",path="/wplog.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.000183823 http_request_duration_seconds_count{method="GET",path="/wplogbak.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpls.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wpls.php",status="404"} 0.000913477 http_request_duration_seconds_count{method="GET",path="/wpls.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpn.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wpn.php",status="404"} 0.000296251 http_request_duration_seconds_count{method="GET",path="/wpn.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.000424623 http_request_duration_seconds_count{method="GET",path="/wpo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpp-config.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wpp-config.php",status="404"} 0.000223479 http_request_duration_seconds_count{method="GET",path="/wpp-config.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/wps.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/wps.php",status="404"} 0.00067808 http_request_duration_seconds_count{method="GET",path="/wps.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpurl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wpurl.php",status="404"} 0.000293191 http_request_duration_seconds_count{method="GET",path="/wpurl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpver.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wpver.php",status="404"} 0.00037177499999999997 http_request_duration_seconds_count{method="GET",path="/wpver.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpx.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wpx.php",status="404"} 0.000590486 http_request_duration_seconds_count{method="GET",path="/wpx.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wpxml.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wpxml.php",status="404"} 0.0004904309999999999 http_request_duration_seconds_count{method="GET",path="/wpxml.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wqqs.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wqqs.php",status="404"} 0.001005659 http_request_duration_seconds_count{method="GET",path="/wqqs.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/ws.php",status="404"} 0.000971967 http_request_duration_seconds_count{method="GET",path="/ws.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws13.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/ws13.php",status="404"} 0.001342141 http_request_duration_seconds_count{method="GET",path="/ws13.php",status="404"} 7 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws33.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws33.php",status="404"} 0.000671862 http_request_duration_seconds_count{method="GET",path="/ws33.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws34.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws34.php",status="404"} 0.000429773 http_request_duration_seconds_count{method="GET",path="/ws34.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws36.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws36.php",status="404"} 0.00032489 http_request_duration_seconds_count{method="GET",path="/ws36.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws37.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws37.php",status="404"} 0.00038386400000000004 http_request_duration_seconds_count{method="GET",path="/ws37.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws38.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws38.php",status="404"} 0.000206443 http_request_duration_seconds_count{method="GET",path="/ws38.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws45.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws45.php",status="404"} 0.000371018 http_request_duration_seconds_count{method="GET",path="/ws45.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.000153942 http_request_duration_seconds_count{method="GET",path="/ws49.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws54.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws54.php",status="404"} 0.00032693200000000005 http_request_duration_seconds_count{method="GET",path="/ws54.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws55.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws55.php",status="404"} 0.000176241 http_request_duration_seconds_count{method="GET",path="/ws55.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws56.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws56.php",status="404"} 0.00032446199999999997 http_request_duration_seconds_count{method="GET",path="/ws56.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws57.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws57.php",status="404"} 0.000232908 http_request_duration_seconds_count{method="GET",path="/ws57.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws58.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ws58.php",status="404"} 0.000615704 http_request_duration_seconds_count{method="GET",path="/ws58.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws59.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws59.php",status="404"} 0.00030684 http_request_duration_seconds_count{method="GET",path="/ws59.php",status="404"} 2 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.000428272 http_request_duration_seconds_count{method="GET",path="/ws60.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws61.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ws61.php",status="404"} 0.000622211 http_request_duration_seconds_count{method="GET",path="/ws61.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws62.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws62.php",status="404"} 0.000355088 http_request_duration_seconds_count{method="GET",path="/ws62.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws71.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws71.php",status="404"} 0.000374419 http_request_duration_seconds_count{method="GET",path="/ws71.php",status="404"} 1 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.000152633 http_request_duration_seconds_count{method="GET",path="/ws73.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws77.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws77.php",status="404"} 0.00030830699999999996 http_request_duration_seconds_count{method="GET",path="/ws77.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws78.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ws78.php",status="404"} 0.000598063 http_request_duration_seconds_count{method="GET",path="/ws78.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws79.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ws79.php",status="404"} 0.000330651 http_request_duration_seconds_count{method="GET",path="/ws79.php",status="404"} 2 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.000493369 http_request_duration_seconds_count{method="GET",path="/ws80.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.000530606 http_request_duration_seconds_count{method="GET",path="/ws83.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws85.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/ws85.php",status="404"} 0.000791691 http_request_duration_seconds_count{method="GET",path="/ws85.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws86.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws86.php",status="404"} 0.000170649 http_request_duration_seconds_count{method="GET",path="/ws86.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws87.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws87.php",status="404"} 0.000181982 http_request_duration_seconds_count{method="GET",path="/ws87.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ws88.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ws88.php",status="404"} 0.000242606 http_request_duration_seconds_count{method="GET",path="/ws88.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsa.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wsa.php",status="404"} 0.000168796 http_request_duration_seconds_count{method="GET",path="/wsa.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsad.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wsad.php",status="404"} 0.000157027 http_request_duration_seconds_count{method="GET",path="/wsad.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsax.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wsax.php",status="404"} 0.00023013 http_request_duration_seconds_count{method="GET",path="/wsax.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wsd.php",status="404"} 0.0001581 http_request_duration_seconds_count{method="GET",path="/wsd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso-x569.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wso-x569.php",status="404"} 0.001221346 http_request_duration_seconds_count{method="GET",path="/wso-x569.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/wso.php",status="404"} 0.001967029 http_request_duration_seconds_count{method="GET",path="/wso.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wso.php",status="429"} 0.000230606 http_request_duration_seconds_count{method="GET",path="/wso.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wso1.php",status="404"} 0.000123783 http_request_duration_seconds_count{method="GET",path="/wso1.php",status="404"} 1 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.000236502 http_request_duration_seconds_count{method="GET",path="/wso112233.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso1337.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wso1337.php",status="404"} 0.000131231 http_request_duration_seconds_count{method="GET",path="/wso1337.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wso2.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wso2.php",status="429"} 0.000134167 http_request_duration_seconds_count{method="GET",path="/wso2.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsoyanz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wsoyanz.php",status="404"} 0.000178873 http_request_duration_seconds_count{method="GET",path="/wsoyanz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsrer.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wsrer.php",status="404"} 0.000226436 http_request_duration_seconds_count{method="GET",path="/wsrer.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wsws.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wsws.php",status="404"} 0.000368777 http_request_duration_seconds_count{method="GET",path="/wsws.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wta.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wta.php",status="404"} 0.000168504 http_request_duration_seconds_count{method="GET",path="/wta.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wtiiy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wtiiy.php",status="404"} 0.000215932 http_request_duration_seconds_count{method="GET",path="/wtiiy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/wto.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/wto.php",status="404"} 0.0008983109999999999 http_request_duration_seconds_count{method="GET",path="/wto.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wuasr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wuasr.php",status="404"} 0.000154567 http_request_duration_seconds_count{method="GET",path="/wuasr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wunaivpl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wunaivpl.php",status="404"} 0.000172902 http_request_duration_seconds_count{method="GET",path="/wunaivpl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/ww.php",status="404"} 0.00088145 http_request_duration_seconds_count{method="GET",path="/ww.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww1.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/ww1.php",status="404"} 0.000942427 http_request_duration_seconds_count{method="GET",path="/ww1.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww3.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ww3.php",status="404"} 0.000244604 http_request_duration_seconds_count{method="GET",path="/ww3.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ww5.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ww5.php",status="404"} 0.000326946 http_request_duration_seconds_count{method="GET",path="/ww5.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/www.php",status="404"} 0.001644195 http_request_duration_seconds_count{method="GET",path="/www.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www.php",status="429"} 0.00016055 http_request_duration_seconds_count{method="GET",path="/www.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/www/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/www/.env",status="404"} 0.000166748 http_request_duration_seconds_count{method="GET",path="/www/.env",status="404"} 1 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"} 0.000222256 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.00019356 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="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/www/phpinfo.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/www/phpinfo.php",status="404"} 0.00033897699999999996 http_request_duration_seconds_count{method="GET",path="/www/phpinfo.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxjir.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wxjir.php",status="404"} 0.000192234 http_request_duration_seconds_count{method="GET",path="/wxjir.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/wxo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/wxo.php",status="404"} 0.000174914 http_request_duration_seconds_count{method="GET",path="/wxo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer1.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/wyzer1.php",status="404"} 0.00049865 http_request_duration_seconds_count{method="GET",path="/wyzer1.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/wyzer3.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/wyzer3.php",status="404"} 0.000959045 http_request_duration_seconds_count{method="GET",path="/wyzer3.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/x.php",status="404"} 0.0038012510000000003 http_request_duration_seconds_count{method="GET",path="/x.php",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/x.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/x.php",status="429"} 0.000115809 http_request_duration_seconds_count{method="GET",path="/x.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/x0rg.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/x0rg.php",status="404"} 0.000132298 http_request_duration_seconds_count{method="GET",path="/x0rg.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/x123.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/x123.php",status="404"} 0.00028206 http_request_duration_seconds_count{method="GET",path="/x123.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/x1da.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/x1da.php",status="404"} 0.000332029 http_request_duration_seconds_count{method="GET",path="/x1da.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/x402.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/x402.php",status="404"} 0.000255691 http_request_duration_seconds_count{method="GET",path="/x402.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/x7.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/x7.php",status="404"} 0.00083736 http_request_duration_seconds_count{method="GET",path="/x7.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xBrain.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xBrain.php",status="404"} 0.000169563 http_request_duration_seconds_count{method="GET",path="/xBrain.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xSx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xSx.php",status="404"} 0.00018335 http_request_duration_seconds_count{method="GET",path="/xSx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/xa.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/xa.php",status="404"} 0.001944065 http_request_duration_seconds_count{method="GET",path="/xa.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/xamp.php",status="404"} 0.001065004 http_request_duration_seconds_count{method="GET",path="/xamp.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xamp.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xamp.php",status="429"} 0.000114537 http_request_duration_seconds_count{method="GET",path="/xamp.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xboom.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xboom.php",status="404"} 0.000148476 http_request_duration_seconds_count{method="GET",path="/xboom.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/xcart/config.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/xcart/config.php",status="404"} 0.000505937 http_request_duration_seconds_count{method="GET",path="/xcart/config.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xd.php",status="404"} 0.000169611 http_request_duration_seconds_count{method="GET",path="/xd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xda.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xda.php",status="404"} 0.000525839 http_request_duration_seconds_count{method="GET",path="/xda.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xdmah.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xdmah.php",status="404"} 0.000238359 http_request_duration_seconds_count{method="GET",path="/xdmah.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenium4.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xenium4.php",status="404"} 0.000328143 http_request_duration_seconds_count{method="GET",path="/xenium4.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xenon1337.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xenon1337.php",status="404"} 0.00034684799999999997 http_request_duration_seconds_count{method="GET",path="/xenon1337.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xeqdlun.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xeqdlun.php",status="404"} 0.000595613 http_request_duration_seconds_count{method="GET",path="/xeqdlun.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xex.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xex.php",status="404"} 0.000300813 http_request_duration_seconds_count{method="GET",path="/xex.php",status="404"} 2 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.00014772 http_request_duration_seconds_count{method="GET",path="/xff.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.000155512 http_request_duration_seconds_count{method="GET",path="/xfile25.php",status="404"} 1 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.000153025 http_request_duration_seconds_count{method="GET",path="/xfun.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xfun.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xfun.php",status="429"} 0.000145935 http_request_duration_seconds_count{method="GET",path="/xfun.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xhar.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xhar.php",status="404"} 0.00035829899999999997 http_request_duration_seconds_count{method="GET",path="/xhar.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xinder.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xinder.php",status="404"} 0.000288402 http_request_duration_seconds_count{method="GET",path="/xinder.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xindex.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xindex.php",status="404"} 0.0002089 http_request_duration_seconds_count{method="GET",path="/xindex.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xingkong/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xingkong/index.php",status="404"} 0.000195273 http_request_duration_seconds_count{method="GET",path="/xingkong/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="0.005"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="0.01"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="0.025"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="0.05"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="0.1"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="0.25"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="0.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="1"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="2.5"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="5"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="10"} 6 http_request_duration_seconds_bucket{method="GET",path="/xiugai.php",status="404",le="+Inf"} 6 http_request_duration_seconds_sum{method="GET",path="/xiugai.php",status="404"} 0.00107669 http_request_duration_seconds_count{method="GET",path="/xiugai.php",status="404"} 6 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xjhob.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xjhob.php",status="404"} 0.000152832 http_request_duration_seconds_count{method="GET",path="/xjhob.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.000137936 http_request_duration_seconds_count{method="GET",path="/xl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2023.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xl2023.php",status="404"} 0.000308159 http_request_duration_seconds_count{method="GET",path="/xl2023.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl2024.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xl2024.php",status="404"} 0.000241641 http_request_duration_seconds_count{method="GET",path="/xl2024.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xl9.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xl9.php",status="404"} 0.000137576 http_request_duration_seconds_count{method="GET",path="/xl9.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/xleet.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/xleet.php",status="404"} 0.000695253 http_request_duration_seconds_count{method="GET",path="/xleet.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/xml.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/xml.php",status="404"} 0.0005096650000000001 http_request_duration_seconds_count{method="GET",path="/xml.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/xmlrpc.php",status="404"} 0.0016259660000000002 http_request_duration_seconds_count{method="GET",path="/xmlrpc.php",status="404"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/xmlrpc.php",status="429",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/xmlrpc.php",status="429"} 0.001045739 http_request_duration_seconds_count{method="GET",path="/xmlrpc.php",status="429"} 9 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.00020425 http_request_duration_seconds_count{method="GET",path="/xmlss.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmnou.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xmnou.php",status="404"} 0.000148074 http_request_duration_seconds_count{method="GET",path="/xmnou.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xmr.php",status="404"} 0.000212749 http_request_duration_seconds_count{method="GET",path="/xmr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmr.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xmr.php",status="429"} 0.00018439 http_request_duration_seconds_count{method="GET",path="/xmr.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrl.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xmrl.php",status="404"} 0.000224421 http_request_duration_seconds_count{method="GET",path="/xmrl.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/xmrlpc.php",status="404"} 0.000733671 http_request_duration_seconds_count{method="GET",path="/xmrlpc.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmrlpc.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/xmrlpc.php",status="429"} 0.0007849119999999999 http_request_duration_seconds_count{method="GET",path="/xmrlpc.php",status="429"} 4 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xmu.php",status="404"} 0.000167736 http_request_duration_seconds_count{method="GET",path="/xmu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xmy.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xmy.php",status="404"} 0.00045539600000000006 http_request_duration_seconds_count{method="GET",path="/xmy.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xocx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xocx.php",status="404"} 0.0001334 http_request_duration_seconds_count{method="GET",path="/xocx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoldj.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xoldj.php",status="404"} 0.000447796 http_request_duration_seconds_count{method="GET",path="/xoldj.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xoot.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xoot.php",status="404"} 0.000386002 http_request_duration_seconds_count{method="GET",path="/xoot.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xopvne.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xopvne.php",status="404"} 0.000289676 http_request_duration_seconds_count{method="GET",path="/xopvne.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xox.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xox.php",status="404"} 0.000174525 http_request_duration_seconds_count{method="GET",path="/xox.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="0.005"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="0.01"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="0.025"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="0.05"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="0.1"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="0.25"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="0.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="1"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="2.5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="5"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="10"} 7 http_request_duration_seconds_bucket{method="GET",path="/xp.php",status="404",le="+Inf"} 7 http_request_duration_seconds_sum{method="GET",path="/xp.php",status="404"} 0.001573756 http_request_duration_seconds_count{method="GET",path="/xp.php",status="404"} 7 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.000401089 http_request_duration_seconds_count{method="GET",path="/xper1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpohywjo.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xpohywjo.php",status="404"} 0.000210083 http_request_duration_seconds_count{method="GET",path="/xpohywjo.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xpwer1.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xpwer1.php",status="404"} 0.001206167 http_request_duration_seconds_count{method="GET",path="/xpwer1.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqPt1nWJXye.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xqPt1nWJXye.php",status="404"} 0.000165984 http_request_duration_seconds_count{method="GET",path="/xqPt1nWJXye.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xqq.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xqq.php",status="404"} 0.000489333 http_request_duration_seconds_count{method="GET",path="/xqq.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/xr.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/xr.php",status="404"} 0.000542308 http_request_duration_seconds_count{method="GET",path="/xr.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrawp.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xrawp.php",status="404"} 0.000172534 http_request_duration_seconds_count{method="GET",path="/xrawp.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/xrp.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/xrp.php",status="404"} 0.000626053 http_request_duration_seconds_count{method="GET",path="/xrp.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xs5x46mb.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xs5x46mb.php",status="404"} 0.000195603 http_request_duration_seconds_count{method="GET",path="/xs5x46mb.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.005"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.01"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.025"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.05"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.1"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.25"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="0.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="1"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="2.5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="5"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="10"} 9 http_request_duration_seconds_bucket{method="GET",path="/xstelth.php",status="404",le="+Inf"} 9 http_request_duration_seconds_sum{method="GET",path="/xstelth.php",status="404"} 0.00182522 http_request_duration_seconds_count{method="GET",path="/xstelth.php",status="404"} 9 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.000208377 http_request_duration_seconds_count{method="GET",path="/xstelth.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xtgirlms.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xtgirlms.php",status="404"} 0.000134941 http_request_duration_seconds_count{method="GET",path="/xtgirlms.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xvs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xvs.php",status="404"} 0.000155638 http_request_duration_seconds_count{method="GET",path="/xvs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="0.005"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/xwpg.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/xwpg.php",status="404"} 0.0010373770000000001 http_request_duration_seconds_count{method="GET",path="/xwpg.php",status="404"} 5 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.00053345 http_request_duration_seconds_count{method="GET",path="/xwx1.php",status="404"} 3 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.000933014 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"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xx.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xx.php",status="429"} 0.0001248 http_request_duration_seconds_count{method="GET",path="/xx.php",status="429"} 1 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.00017922 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"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxw.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/xxw.php",status="404"} 0.000787248 http_request_duration_seconds_count{method="GET",path="/xxw.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxx.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/xxx.php",status="404"} 0.003240965 http_request_duration_seconds_count{method="GET",path="/xxx.php",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xxxx.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xxxx.php",status="404"} 0.000313301 http_request_duration_seconds_count{method="GET",path="/xxxx.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xy.php",status="404"} 0.000276667 http_request_duration_seconds_count{method="GET",path="/xy.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xy/index.php",status="404"} 0.000150184 http_request_duration_seconds_count{method="GET",path="/xy/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404"} 0.00035204400000000003 http_request_duration_seconds_count{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="0.005"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="0.01"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="0.025"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="0.05"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="0.1"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="0.25"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="0.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="1"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="2.5"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="5"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="10"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="404",le="+Inf"} 17 http_request_duration_seconds_sum{method="GET",path="/xyn.php",status="404"} 0.004168529 http_request_duration_seconds_count{method="GET",path="/xyn.php",status="404"} 17 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/xyn.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/xyn.php",status="429"} 0.000142369 http_request_duration_seconds_count{method="GET",path="/xyn.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/y.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/y.php",status="404"} 0.000184065 http_request_duration_seconds_count{method="GET",path="/y.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/yanz.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/yanz.php",status="404"} 0.000499008 http_request_duration_seconds_count{method="GET",path="/yanz.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/yas.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/yas.php",status="404"} 0.000603903 http_request_duration_seconds_count{method="GET",path="/yas.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/yawa.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/yawa.php",status="404"} 0.000518232 http_request_duration_seconds_count{method="GET",path="/yawa.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yaztn.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yaztn.php",status="404"} 0.000199142 http_request_duration_seconds_count{method="GET",path="/yaztn.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yellow.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yellow.php",status="404"} 0.00015077 http_request_duration_seconds_count{method="GET",path="/yellow.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/yii/.env",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/yii/.env",status="404"} 0.00033186900000000004 http_request_duration_seconds_count{method="GET",path="/yii/.env",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yindu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yindu.php",status="404"} 0.000149595 http_request_duration_seconds_count{method="GET",path="/yindu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="GET",path="/yj09.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="GET",path="/yj09.php",status="404"} 0.0037532480000000003 http_request_duration_seconds_count{method="GET",path="/yj09.php",status="404"} 16 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yjoxrfglsep.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yjoxrfglsep.php",status="404"} 0.000147483 http_request_duration_seconds_count{method="GET",path="/yjoxrfglsep.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/ynz.PhP",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/ynz.PhP",status="404"} 0.000174386 http_request_duration_seconds_count{method="GET",path="/ynz.PhP",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yongxing/index.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yongxing/index.php",status="404"} 0.000209744 http_request_duration_seconds_count{method="GET",path="/yongxing/index.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yunu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yunu.php",status="404"} 0.000242792 http_request_duration_seconds_count{method="GET",path="/yunu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="GET",path="/yup.php",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="GET",path="/yup.php",status="404"} 0.0021599690000000003 http_request_duration_seconds_count{method="GET",path="/yup.php",status="404"} 11 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yvltn.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yvltn.php",status="404"} 0.000162962 http_request_duration_seconds_count{method="GET",path="/yvltn.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ywwbf.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ywwbf.php",status="404"} 0.000384561 http_request_duration_seconds_count{method="GET",path="/ywwbf.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yxijx.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yxijx.php",status="404"} 0.000202856 http_request_duration_seconds_count{method="GET",path="/yxijx.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/yyu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/yyu.php",status="404"} 0.000163929 http_request_duration_seconds_count{method="GET",path="/yyu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/z.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/z.php",status="404"} 0.0006766939999999999 http_request_duration_seconds_count{method="GET",path="/z.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/z3ki.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/z3ki.php",status="404"} 0.000120936 http_request_duration_seconds_count{method="GET",path="/z3ki.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/z43agz.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/z43agz.php",status="404"} 0.000175516 http_request_duration_seconds_count{method="GET",path="/z43agz.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/z57.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/z57.php",status="404"} 0.000164479 http_request_duration_seconds_count{method="GET",path="/z57.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="GET",path="/z60.php",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="GET",path="/z60.php",status="404"} 0.0007374760000000001 http_request_duration_seconds_count{method="GET",path="/z60.php",status="404"} 4 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zabbix.php",status="404"} 0.000191464 http_request_duration_seconds_count{method="GET",path="/zabbix.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zabbix/zabbix.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zabbix/zabbix.php",status="404"} 0.00057048 http_request_duration_seconds_count{method="GET",path="/zabbix/zabbix.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zample.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zample.php",status="404"} 0.000166219 http_request_duration_seconds_count{method="GET",path="/zample.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-104.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zc-104.php",status="404"} 0.000180251 http_request_duration_seconds_count{method="GET",path="/zc-104.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-208.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/zc-208.php",status="404"} 0.000641984 http_request_duration_seconds_count{method="GET",path="/zc-208.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-318.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zc-318.php",status="404"} 0.000477427 http_request_duration_seconds_count{method="GET",path="/zc-318.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-729.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zc-729.php",status="404"} 0.000261487 http_request_duration_seconds_count{method="GET",path="/zc-729.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zc-954.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zc-954.php",status="404"} 0.000235806 http_request_duration_seconds_count{method="GET",path="/zc-954.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/ze.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/ze.php",status="404"} 0.000385563 http_request_duration_seconds_count{method="GET",path="/ze.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zend/.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zend/.env",status="404"} 0.000140672 http_request_duration_seconds_count{method="GET",path="/zend/.env",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"} 0.000175842 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"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.01"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.025"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.05"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.1"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.25"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="0.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="1"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="2.5"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="5"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="10"} 5 http_request_duration_seconds_bucket{method="GET",path="/zero.php",status="404",le="+Inf"} 5 http_request_duration_seconds_sum{method="GET",path="/zero.php",status="404"} 0.0012152530000000001 http_request_duration_seconds_count{method="GET",path="/zero.php",status="404"} 5 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zews.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zews.php",status="404"} 0.000204697 http_request_duration_seconds_count{method="GET",path="/zews.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zewuaq.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zewuaq.php",status="404"} 0.000196744 http_request_duration_seconds_count{method="GET",path="/zewuaq.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zfile.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zfile.php",status="404"} 0.00015768 http_request_duration_seconds_count{method="GET",path="/zfile.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zi-936.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zi-936.php",status="404"} 0.000235715 http_request_duration_seconds_count{method="GET",path="/zi-936.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zildan.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zildan.php",status="404"} 0.000661334 http_request_duration_seconds_count{method="GET",path="/zildan.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zimbra/",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zimbra/",status="429"} 0.0008381990000000001 http_request_duration_seconds_count{method="GET",path="/zimbra/",status="429"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip-onee.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zip-onee.php",status="404"} 0.00031791999999999996 http_request_duration_seconds_count{method="GET",path="/zip-onee.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zip.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zip.php",status="404"} 0.000224389 http_request_duration_seconds_count{method="GET",path="/zip.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zjggu.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zjggu.php",status="404"} 0.000512685 http_request_duration_seconds_count{method="GET",path="/zjggu.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zk.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zk.php",status="404"} 0.000177965 http_request_duration_seconds_count{method="GET",path="/zk.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zkotynva.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zkotynva.php",status="404"} 0.00020053 http_request_duration_seconds_count{method="GET",path="/zkotynva.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zleqd.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zleqd.php",status="404"} 0.000191613 http_request_duration_seconds_count{method="GET",path="/zleqd.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/znuab.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/znuab.php",status="404"} 0.000247349 http_request_duration_seconds_count{method="GET",path="/znuab.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zone.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zone.php",status="404"} 0.000187095 http_request_duration_seconds_count{method="GET",path="/zone.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoomab.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zoomab.php",status="404"} 0.00015239 http_request_duration_seconds_count{method="GET",path="/zoomab.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zoro.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zoro.php",status="404"} 0.000345378 http_request_duration_seconds_count{method="GET",path="/zoro.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zpslrqry.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zpslrqry.php",status="404"} 0.000150086 http_request_duration_seconds_count{method="GET",path="/zpslrqry.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zqr.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zqr.php",status="404"} 0.000144781 http_request_duration_seconds_count{method="GET",path="/zqr.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zrrhj.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zrrhj.php",status="404"} 0.000464942 http_request_duration_seconds_count{method="GET",path="/zrrhj.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zsec.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zsec.php",status="404"} 0.000130613 http_request_duration_seconds_count{method="GET",path="/zsec.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zugvi.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zugvi.php",status="404"} 0.00025735 http_request_duration_seconds_count{method="GET",path="/zugvi.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zup.php",status="404"} 0.000473875 http_request_duration_seconds_count{method="GET",path="/zup.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zup.php73",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zup.php73",status="404"} 0.000973628 http_request_duration_seconds_count{method="GET",path="/zup.php73",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwlsv.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zwlsv.php",status="404"} 0.000276932 http_request_duration_seconds_count{method="GET",path="/zwlsv.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zwq.php",status="404"} 0.000179066 http_request_duration_seconds_count{method="GET",path="/zwq.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwq13.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zwq13.php",status="404"} 0.000319259 http_request_duration_seconds_count{method="GET",path="/zwq13.php",status="404"} 2 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.00036133 http_request_duration_seconds_count{method="GET",path="/zwso.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zwso.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zwso.php",status="429"} 0.000184809 http_request_duration_seconds_count{method="GET",path="/zwso.php",status="429"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxcs.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zxcs.php",status="404"} 0.000138284 http_request_duration_seconds_count{method="GET",path="/zxcs.php",status="404"} 1 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="GET",path="/zxin.php",status="404"} 0.000429597 http_request_duration_seconds_count{method="GET",path="/zxin.php",status="404"} 2 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="0.005"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="0.01"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="0.025"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="0.05"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="0.1"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="0.25"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="0.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="1"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="2.5"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="5"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="10"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="404",le="+Inf"} 8 http_request_duration_seconds_sum{method="GET",path="/zxz.php",status="404"} 0.0017029550000000001 http_request_duration_seconds_count{method="GET",path="/zxz.php",status="404"} 8 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/zxz.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/zxz.php",status="429"} 0.000494387 http_request_duration_seconds_count{method="GET",path="/zxz.php",status="429"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="GET",path="/zz.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="GET",path="/zz.php",status="404"} 0.0005134040000000001 http_request_duration_seconds_count{method="GET",path="/zz.php",status="404"} 3 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="GET",path="/zznmg.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="GET",path="/zznmg.php",status="404"} 0.000142953 http_request_duration_seconds_count{method="GET",path="/zznmg.php",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.005"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.01"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.025"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.05"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.1"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.25"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="0.5"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="1"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="2.5"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="5"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="10"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="405",le="+Inf"} 11 http_request_duration_seconds_sum{method="HEAD",path="/",status="405"} 0.0009234419999999999 http_request_duration_seconds_count{method="HEAD",path="/",status="405"} 11 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="0.005"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="0.01"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="0.025"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="0.05"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="0.1"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="0.25"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="0.5"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="1"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="2.5"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="5"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="10"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/",status="429",le="+Inf"} 49 http_request_duration_seconds_sum{method="HEAD",path="/",status="429"} 0.0024048409999999996 http_request_duration_seconds_count{method="HEAD",path="/",status="429"} 49 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.aws/config",status="429"} 6.7123e-05 http_request_duration_seconds_count{method="HEAD",path="/.aws/config",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.aws/credentials",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="HEAD",path="/.aws/credentials",status="429"} 0.000139316 http_request_duration_seconds_count{method="HEAD",path="/.aws/credentials",status="429"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env",status="429"} 5.5307e-05 http_request_duration_seconds_count{method="HEAD",path="/.env",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env%2F",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.env%2F",status="429"} 8.1275e-05 http_request_duration_seconds_count{method="HEAD",path="/.env%2F",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.env.backup",status="429"} 8.8935e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.backup",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.bak",status="429"} 2.0726e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.bak",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.docker",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.docker",status="404"} 4.8789e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.docker",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.env.local",status="429"} 0.00012898 http_request_duration_seconds_count{method="HEAD",path="/.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.local.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.local.bak",status="429"} 2.9569e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.local.bak",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.old",status="429"} 3.6505e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.old",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.orig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.orig",status="429"} 3.6645e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.orig",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.env.production",status="429"} 9.5134e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.production",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.production.bak",status="429"} 3.6157e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.production.bak",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.production;/style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.production;/style.css",status="429"} 3.5062e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.production;/style.css",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.save",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.save",status="429"} 3.5964e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.save",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.staging",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.staging",status="429"} 6.1199e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.staging",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env.swp",status="429"} 3.0359e-05 http_request_duration_seconds_count{method="HEAD",path="/.env.swp",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env.testing",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.env.testing",status="429"} 0.000104622 http_request_duration_seconds_count{method="HEAD",path="/.env.testing",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="HEAD",path="/.env/",status="429"} 0.000176882 http_request_duration_seconds_count{method="HEAD",path="/.env/",status="429"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env;/style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env;/style.css",status="429"} 5.9991e-05 http_request_duration_seconds_count{method="HEAD",path="/.env;/style.css",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.env~",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.env~",status="429"} 4.3106e-05 http_request_duration_seconds_count{method="HEAD",path="/.env~",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.git/config",status="404"} 6.8256e-05 http_request_duration_seconds_count{method="HEAD",path="/.git/config",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.git/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.git/config",status="429"} 0.00020624600000000002 http_request_duration_seconds_count{method="HEAD",path="/.git/config",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/ci.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.github/workflows/ci.yml",status="429"} 2.0478e-05 http_request_duration_seconds_count{method="HEAD",path="/.github/workflows/ci.yml",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.github/workflows/deploy.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/.github/workflows/deploy.yml",status="429"} 1.6476e-05 http_request_duration_seconds_count{method="HEAD",path="/.github/workflows/deploy.yml",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.htpasswd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.htpasswd",status="429"} 0.00013519 http_request_duration_seconds_count{method="HEAD",path="/.htpasswd",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.netrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.netrc",status="429"} 0.00013913 http_request_duration_seconds_count{method="HEAD",path="/.netrc",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.npmrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.npmrc",status="429"} 0.00016995200000000002 http_request_duration_seconds_count{method="HEAD",path="/.npmrc",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/.ssh/id_rsa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/.ssh/id_rsa",status="429"} 6.8071e-05 http_request_duration_seconds_count{method="HEAD",path="/.ssh/id_rsa",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="//.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="//.env",status="429"} 0.000108047 http_request_duration_seconds_count{method="HEAD",path="//.env",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/actuator/heapdump",status="429"} 4.7771e-05 http_request_duration_seconds_count{method="HEAD",path="/actuator/heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/actuator/logfile",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/actuator/logfile",status="404"} 3.408e-05 http_request_duration_seconds_count{method="HEAD",path="/actuator/logfile",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api-docs.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api-docs.json",status="429"} 3.0876e-05 http_request_duration_seconds_count{method="HEAD",path="/api-docs.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/config",status="429"} 3.3925e-05 http_request_duration_seconds_count{method="HEAD",path="/api/config",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/config.json",status="429"} 4.5239e-05 http_request_duration_seconds_count{method="HEAD",path="/api/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/env",status="429"} 3.9917e-05 http_request_duration_seconds_count{method="HEAD",path="/api/env",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/env-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/env-config",status="429"} 3.6958e-05 http_request_duration_seconds_count{method="HEAD",path="/api/env-config",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/info",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/info",status="429"} 4.2255e-05 http_request_duration_seconds_count{method="HEAD",path="/api/info",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/runtime-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/runtime-config",status="429"} 2.7614e-05 http_request_duration_seconds_count{method="HEAD",path="/api/runtime-config",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/settings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/settings",status="429"} 3.4803e-05 http_request_duration_seconds_count{method="HEAD",path="/api/settings",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/v1/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/v1/config",status="429"} 3.614e-05 http_request_duration_seconds_count{method="HEAD",path="/api/v1/config",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/api/version",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/api/version",status="429"} 4.6415e-05 http_request_duration_seconds_count{method="HEAD",path="/api/version",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/app.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/app.json",status="429"} 3.9289e-05 http_request_duration_seconds_count{method="HEAD",path="/app.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 3.8276e-05 http_request_duration_seconds_count{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/appsettings.json.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/appsettings.json.bak",status="429"} 2.0537e-05 http_request_duration_seconds_count{method="HEAD",path="/appsettings.json.bak",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/assets/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/assets/env.js",status="429"} 3.4177e-05 http_request_duration_seconds_count{method="HEAD",path="/assets/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/aws-exports.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/aws-exports.js",status="429"} 8.886500000000001e-05 http_request_duration_seconds_count{method="HEAD",path="/aws-exports.js",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/awsconfiguration.json",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/awsconfiguration.json",status="429"} 0.000132726 http_request_duration_seconds_count{method="HEAD",path="/awsconfiguration.json",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/backup.sql",status="429"} 7.184699999999999e-05 http_request_duration_seconds_count{method="HEAD",path="/backup.sql",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/backup.sql.gz",status="429"} 3.1121e-05 http_request_duration_seconds_count{method="HEAD",path="/backup.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/backup.sql.zip",status="429"} 1.8971e-05 http_request_duration_seconds_count{method="HEAD",path="/backup.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backup/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/backup/",status="429"} 3.4388e-05 http_request_duration_seconds_count{method="HEAD",path="/backup/",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/backups/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/backups/",status="429"} 4.2317e-05 http_request_duration_seconds_count{method="HEAD",path="/backups/",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/build.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/build.json",status="429"} 3.3046e-05 http_request_duration_seconds_count{method="HEAD",path="/build.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.js",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/config.js",status="404"} 5.2905e-05 http_request_duration_seconds_count{method="HEAD",path="/config.js",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/config.json",status="429"} 3.2689e-05 http_request_duration_seconds_count{method="HEAD",path="/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/config.php.bak",status="429"} 3.6517e-05 http_request_duration_seconds_count{method="HEAD",path="/config.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/config.php.old",status="429"} 3.1302e-05 http_request_duration_seconds_count{method="HEAD",path="/config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/app.php",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/config/app.php",status="429"} 9.6487e-05 http_request_duration_seconds_count{method="HEAD",path="/config/app.php",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/config/database.php",status="404"} 7.2628e-05 http_request_duration_seconds_count{method="HEAD",path="/config/database.php",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/database.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/config/database.php",status="429"} 6.9181e-05 http_request_duration_seconds_count{method="HEAD",path="/config/database.php",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/config/mail.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/config/mail.php",status="429"} 4.5083e-05 http_request_duration_seconds_count{method="HEAD",path="/config/mail.php",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 3.1566e-05 http_request_duration_seconds_count{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/database.sql",status="429"} 7.6972e-05 http_request_duration_seconds_count{method="HEAD",path="/database.sql",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/database.sql.gz",status="429"} 3.6267e-05 http_request_duration_seconds_count{method="HEAD",path="/database.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/database.yml.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/database.yml.bak",status="429"} 1.546e-05 http_request_duration_seconds_count{method="HEAD",path="/database.yml.bak",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/db.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/db.sql",status="429"} 5.6098e-05 http_request_duration_seconds_count{method="HEAD",path="/db.sql",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/docker-compose.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/docker-compose.yml",status="429"} 0.00010318299999999999 http_request_duration_seconds_count{method="HEAD",path="/docker-compose.yml",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/dump.sql",status="404"} 5.5347e-05 http_request_duration_seconds_count{method="HEAD",path="/dump.sql",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/dump.sql",status="429"} 3.5049e-05 http_request_duration_seconds_count{method="HEAD",path="/dump.sql",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/dump.sql.gz",status="429"} 3.6628e-05 http_request_duration_seconds_count{method="HEAD",path="/dump.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/dump.sql.zip",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/dump.sql.zip",status="429"} 3.83e-05 http_request_duration_seconds_count{method="HEAD",path="/dump.sql.zip",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env-config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/env-config.js",status="429"} 2.67e-05 http_request_duration_seconds_count{method="HEAD",path="/env-config.js",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/env.js",status="429"} 3.5582e-05 http_request_duration_seconds_count{method="HEAD",path="/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/export.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/export.sql",status="429"} 3.1632e-05 http_request_duration_seconds_count{method="HEAD",path="/export.sql",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/health",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/health",status="429"} 2.962e-05 http_request_duration_seconds_count{method="HEAD",path="/health",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/healthz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/healthz",status="429"} 4.8633e-05 http_request_duration_seconds_count{method="HEAD",path="/healthz",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="HEAD",path="/index.php",status="404"} 0.00016311899999999998 http_request_duration_seconds_count{method="HEAD",path="/index.php",status="404"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/index.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="HEAD",path="/index.php",status="429"} 0.00020836000000000002 http_request_duration_seconds_count{method="HEAD",path="/index.php",status="429"} 5 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/login",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/login",status="429"} 3.4626e-05 http_request_duration_seconds_count{method="HEAD",path="/login",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/mysql.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/mysql.sql",status="429"} 2.3211e-05 http_request_duration_seconds_count{method="HEAD",path="/mysql.sql",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/openapi.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/openapi.json",status="429"} 3.4323e-05 http_request_duration_seconds_count{method="HEAD",path="/openapi.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/rest/v1/;/",status="429"} 4.075e-05 http_request_duration_seconds_count{method="HEAD",path="/rest/v1/;/",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/rest/v1/;/.env",status="429"} 1.3305e-05 http_request_duration_seconds_count{method="HEAD",path="/rest/v1/;/.env",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/rest/v1/;/.env.local",status="429"} 4.9551e-05 http_request_duration_seconds_count{method="HEAD",path="/rest/v1/;/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429"} 5.3559e-05 http_request_duration_seconds_count{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/rest/v1/;/actuator/env",status="429"} 3.8466e-05 http_request_duration_seconds_count{method="HEAD",path="/rest/v1/;/actuator/env",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429"} 3.5841e-05 http_request_duration_seconds_count{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429"} 2.0548e-05 http_request_duration_seconds_count{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/runtime-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/runtime-config.json",status="429"} 3.537e-05 http_request_duration_seconds_count{method="HEAD",path="/runtime-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/settings.json",status="404"} 6.2262e-05 http_request_duration_seconds_count{method="HEAD",path="/settings.json",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/settings.py.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/settings.py.bak",status="429"} 3.7698e-05 http_request_duration_seconds_count{method="HEAD",path="/settings.py.bak",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/static/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/static/env.js",status="429"} 4.051e-05 http_request_duration_seconds_count{method="HEAD",path="/static/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/storage/logs/laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/storage/logs/laravel.log",status="429"} 5.6806e-05 http_request_duration_seconds_count{method="HEAD",path="/storage/logs/laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/swagger.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/swagger.json",status="429"} 3.1356e-05 http_request_duration_seconds_count{method="HEAD",path="/swagger.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/terraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/terraform.tfstate",status="429"} 7.621900000000001e-05 http_request_duration_seconds_count{method="HEAD",path="/terraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/uploads/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/uploads/",status="429"} 1.4403e-05 http_request_duration_seconds_count{method="HEAD",path="/uploads/",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/version.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/version.json",status="429"} 3.5557e-05 http_request_duration_seconds_count{method="HEAD",path="/version.json",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wp-config.php",status="429"} 4.3029e-05 http_request_duration_seconds_count{method="HEAD",path="/wp-config.php",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="HEAD",path="/wp-config.php.bak",status="429"} 0.000204732 http_request_duration_seconds_count{method="HEAD",path="/wp-config.php.bak",status="429"} 3 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.old",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wp-config.php.old",status="404"} 5.6619e-05 http_request_duration_seconds_count{method="HEAD",path="/wp-config.php.old",status="404"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wp-config.php.swp",status="429"} 1.8244e-05 http_request_duration_seconds_count{method="HEAD",path="/wp-config.php.swp",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.php;/style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="HEAD",path="/wp-config.php;/style.css",status="429"} 0.000142724 http_request_duration_seconds_count{method="HEAD",path="/wp-config.php;/style.css",status="429"} 2 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-config.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wp-config.txt",status="429"} 5.7524e-05 http_request_duration_seconds_count{method="HEAD",path="/wp-config.txt",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/backup/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wp-content/backup/",status="429"} 5.0746e-05 http_request_duration_seconds_count{method="HEAD",path="/wp-content/backup/",status="429"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="HEAD",path="/wp-content/uploads/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="HEAD",path="/wp-content/uploads/",status="429"} 3.8888e-05 http_request_duration_seconds_count{method="HEAD",path="/wp-content/uploads/",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.005"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.01"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.025"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.05"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.1"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.25"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="0.5"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="1"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="2.5"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="5"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="10"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="405",le="+Inf"} 40 http_request_duration_seconds_sum{method="POST",path="/",status="405"} 0.00610623 http_request_duration_seconds_count{method="POST",path="/",status="405"} 40 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="0.005"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="0.01"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="0.025"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="0.05"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="0.1"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="0.25"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="0.5"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="1"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="2.5"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="5"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="10"} 96 http_request_duration_seconds_bucket{method="POST",path="/",status="429",le="+Inf"} 96 http_request_duration_seconds_sum{method="POST",path="/",status="429"} 0.013908857000000002 http_request_duration_seconds_count{method="POST",path="/",status="429"} 96 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.aws/config",status="429"} 0.000123806 http_request_duration_seconds_count{method="POST",path="/.aws/config",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="POST",path="/.aws/credentials",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="POST",path="/.aws/credentials",status="429"} 0.000511974 http_request_duration_seconds_count{method="POST",path="/.aws/credentials",status="429"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env",status="429"} 9.6307e-05 http_request_duration_seconds_count{method="POST",path="/.env",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env%2F",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.env%2F",status="429"} 0.000318756 http_request_duration_seconds_count{method="POST",path="/.env%2F",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.env.backup",status="429"} 0.000331542 http_request_duration_seconds_count{method="POST",path="/.env.backup",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.bak",status="429"} 0.000208947 http_request_duration_seconds_count{method="POST",path="/.env.bak",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.env.local",status="429"} 0.00023483 http_request_duration_seconds_count{method="POST",path="/.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.local.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.local.bak",status="429"} 0.000121494 http_request_duration_seconds_count{method="POST",path="/.env.local.bak",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.old",status="429"} 0.000127105 http_request_duration_seconds_count{method="POST",path="/.env.old",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.orig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.orig",status="429"} 0.000118462 http_request_duration_seconds_count{method="POST",path="/.env.orig",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.env.production",status="429"} 0.000289814 http_request_duration_seconds_count{method="POST",path="/.env.production",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.production.bak",status="429"} 0.00013542 http_request_duration_seconds_count{method="POST",path="/.env.production.bak",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.production;/style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.production;/style.css",status="429"} 0.000159973 http_request_duration_seconds_count{method="POST",path="/.env.production;/style.css",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.save",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.save",status="429"} 4.5538e-05 http_request_duration_seconds_count{method="POST",path="/.env.save",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.staging",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.staging",status="429"} 9.3195e-05 http_request_duration_seconds_count{method="POST",path="/.env.staging",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env.swp",status="429"} 0.000111649 http_request_duration_seconds_count{method="POST",path="/.env.swp",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env.testing",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.env.testing",status="429"} 0.000357197 http_request_duration_seconds_count{method="POST",path="/.env.testing",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="POST",path="/.env/",status="429"} 0.00037043 http_request_duration_seconds_count{method="POST",path="/.env/",status="429"} 3 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env;/style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env;/style.css",status="429"} 0.000128437 http_request_duration_seconds_count{method="POST",path="/.env;/style.css",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.env~",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.env~",status="429"} 0.000179904 http_request_duration_seconds_count{method="POST",path="/.env~",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.git/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.git/config",status="429"} 0.000294037 http_request_duration_seconds_count{method="POST",path="/.git/config",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/.github/workflows/deploy.yml",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/.github/workflows/deploy.yml",status="429"} 0.000163368 http_request_duration_seconds_count{method="POST",path="/.github/workflows/deploy.yml",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.htpasswd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.htpasswd",status="429"} 0.000322811 http_request_duration_seconds_count{method="POST",path="/.htpasswd",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.netrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.netrc",status="429"} 0.00024309 http_request_duration_seconds_count{method="POST",path="/.netrc",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.npmrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.npmrc",status="429"} 0.00028316500000000004 http_request_duration_seconds_count{method="POST",path="/.npmrc",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/.ssh/id_rsa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/.ssh/id_rsa",status="429"} 0.000270863 http_request_duration_seconds_count{method="POST",path="/.ssh/id_rsa",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="//.env",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="//.env",status="429"} 0.000247526 http_request_duration_seconds_count{method="POST",path="//.env",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="0.005"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="0.01"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="0.025"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="0.05"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="0.1"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="0.25"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="0.5"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="1"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="2.5"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="5"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="10"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="404",le="+Inf"} 11 http_request_duration_seconds_sum{method="POST",path="/_ignition/execute-solution",status="404"} 0.001988751 http_request_duration_seconds_count{method="POST",path="/_ignition/execute-solution",status="404"} 11 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="0.005"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="0.01"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="0.025"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="0.05"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="0.1"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="0.25"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="0.5"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="1"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="2.5"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="5"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="10"} 52 http_request_duration_seconds_bucket{method="POST",path="/_ignition/execute-solution",status="429",le="+Inf"} 52 http_request_duration_seconds_sum{method="POST",path="/_ignition/execute-solution",status="429"} 0.007769854000000002 http_request_duration_seconds_count{method="POST",path="/_ignition/execute-solution",status="429"} 52 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/_next",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/_next",status="404"} 0.000173649 http_request_duration_seconds_count{method="POST",path="/_next",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/env",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="POST",path="/actuator/env",status="429"} 0.000646106 http_request_duration_seconds_count{method="POST",path="/actuator/env",status="429"} 7 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/actuator/heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/actuator/heapdump",status="429"} 0.000134937 http_request_duration_seconds_count{method="POST",path="/actuator/heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/api",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/api",status="401"} 0.0014071169999999998 http_request_duration_seconds_count{method="POST",path="/api",status="401"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="POST",path="/api/",status="429"} 0.0008875290000000002 http_request_duration_seconds_count{method="POST",path="/api/",status="429"} 7 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/config",status="429"} 0.000204489 http_request_duration_seconds_count{method="POST",path="/api/config",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/config.json",status="429"} 0.000128677 http_request_duration_seconds_count{method="POST",path="/api/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/env",status="429"} 5.3857e-05 http_request_duration_seconds_count{method="POST",path="/api/env",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/env-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/env-config",status="429"} 0.000110884 http_request_duration_seconds_count{method="POST",path="/api/env-config",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/gql",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/api/gql",status="401"} 0.000355543 http_request_duration_seconds_count{method="POST",path="/api/gql",status="401"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/graphql",status="401",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/api/graphql",status="401"} 0.000384787 http_request_duration_seconds_count{method="POST",path="/api/graphql",status="401"} 2 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/info",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/info",status="429"} 0.000182079 http_request_duration_seconds_count{method="POST",path="/api/info",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/runtime-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/runtime-config",status="429"} 0.000118239 http_request_duration_seconds_count{method="POST",path="/api/runtime-config",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/settings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/settings",status="429"} 0.000109061 http_request_duration_seconds_count{method="POST",path="/api/settings",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/v1/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/v1/config",status="429"} 0.000151432 http_request_duration_seconds_count{method="POST",path="/api/v1/config",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/api/version",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/api/version",status="429"} 0.000197631 http_request_duration_seconds_count{method="POST",path="/api/version",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/app.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/app.json",status="429"} 0.000147088 http_request_duration_seconds_count{method="POST",path="/app.json",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 9.4468e-05 http_request_duration_seconds_count{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/appsettings.json.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/appsettings.json.bak",status="429"} 0.000149263 http_request_duration_seconds_count{method="POST",path="/appsettings.json.bak",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/assets/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/assets/env.js",status="429"} 0.000172851 http_request_duration_seconds_count{method="POST",path="/assets/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/aws-exports.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/aws-exports.js",status="429"} 0.000225881 http_request_duration_seconds_count{method="POST",path="/aws-exports.js",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/awsconfiguration.json",status="404"} 0.000196734 http_request_duration_seconds_count{method="POST",path="/awsconfiguration.json",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/awsconfiguration.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/awsconfiguration.json",status="429"} 0.000253125 http_request_duration_seconds_count{method="POST",path="/awsconfiguration.json",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/backup.sql",status="429"} 0.000194043 http_request_duration_seconds_count{method="POST",path="/backup.sql",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup.sql.gz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/backup.sql.gz",status="429"} 0.000129097 http_request_duration_seconds_count{method="POST",path="/backup.sql.gz",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/backup/",status="404"} 8.7128e-05 http_request_duration_seconds_count{method="POST",path="/backup/",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/backup/",status="429"} 0.000129486 http_request_duration_seconds_count{method="POST",path="/backup/",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/backup/wp-json/batch/v1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/backup/wp-json/batch/v1",status="404"} 9.395e-05 http_request_duration_seconds_count{method="POST",path="/backup/wp-json/batch/v1",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/backups/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/backups/",status="429"} 0.000160884 http_request_duration_seconds_count{method="POST",path="/backups/",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/blog/",status="404"} 0.000160856 http_request_duration_seconds_count{method="POST",path="/blog/",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/blog/wp-json/batch/v1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/blog/wp-json/batch/v1",status="404"} 0.000105797 http_request_duration_seconds_count{method="POST",path="/blog/wp-json/batch/v1",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/build.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/build.json",status="429"} 0.000113246 http_request_duration_seconds_count{method="POST",path="/build.json",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/cgi-bin/../../../../bin/sh",status="404"} 0.000171501 http_request_duration_seconds_count{method="POST",path="/cgi-bin/../../../../bin/sh",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/config.json",status="429"} 0.000144128 http_request_duration_seconds_count{method="POST",path="/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/config.php.bak",status="429"} 0.000115086 http_request_duration_seconds_count{method="POST",path="/config.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/config.php.old",status="429"} 0.000115634 http_request_duration_seconds_count{method="POST",path="/config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/config/app.php",status="404"} 0.000141593 http_request_duration_seconds_count{method="POST",path="/config/app.php",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/app.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/config/app.php",status="429"} 0.000104962 http_request_duration_seconds_count{method="POST",path="/config/app.php",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/database.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/config/database.php",status="429"} 0.000131037 http_request_duration_seconds_count{method="POST",path="/config/database.php",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/config/mail.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/config/mail.php",status="429"} 0.000133086 http_request_duration_seconds_count{method="POST",path="/config/mail.php",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 8.1615e-05 http_request_duration_seconds_count{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.sql",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/database.sql",status="429"} 0.000237814 http_request_duration_seconds_count{method="POST",path="/database.sql",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/database.yml.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/database.yml.bak",status="429"} 0.000199017 http_request_duration_seconds_count{method="POST",path="/database.yml.bak",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/dev/",status="404"} 8.8828e-05 http_request_duration_seconds_count{method="POST",path="/dev/",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/dev/wp-json/batch/v1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/dev/wp-json/batch/v1",status="404"} 9.0088e-05 http_request_duration_seconds_count{method="POST",path="/dev/wp-json/batch/v1",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/docker-compose.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/docker-compose.yml",status="429"} 0.000276707 http_request_duration_seconds_count{method="POST",path="/docker-compose.yml",status="429"} 2 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.000347482 http_request_duration_seconds_count{method="POST",path="/en",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/env-config.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/env-config.js",status="429"} 0.000111299 http_request_duration_seconds_count{method="POST",path="/env-config.js",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/env.js",status="429"} 7.3399e-05 http_request_duration_seconds_count{method="POST",path="/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/export.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/export.sql",status="429"} 0.000146472 http_request_duration_seconds_count{method="POST",path="/export.sql",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/graphql",status="404"} 0.000346612 http_request_duration_seconds_count{method="POST",path="/graphql",status="404"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/graphql/api",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/graphql/api",status="404"} 0.000342944 http_request_duration_seconds_count{method="POST",path="/graphql/api",status="404"} 2 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="0.005"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="0.01"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="0.025"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="0.05"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="0.1"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="0.25"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="0.5"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="1"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="2.5"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="5"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="10"} 8 http_request_duration_seconds_bucket{method="POST",path="/health",status="429",le="+Inf"} 8 http_request_duration_seconds_sum{method="POST",path="/health",status="429"} 0.000771042 http_request_duration_seconds_count{method="POST",path="/health",status="429"} 8 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/healthz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/healthz",status="429"} 9.2286e-05 http_request_duration_seconds_count{method="POST",path="/healthz",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.html",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="POST",path="/index.html",status="429"} 0.0006058969999999999 http_request_duration_seconds_count{method="POST",path="/index.html",status="429"} 7 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="0.005"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="0.01"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="0.025"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="0.05"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="0.1"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="0.25"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="0.5"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="1"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="2.5"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="5"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="10"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="404",le="+Inf"} 16 http_request_duration_seconds_sum{method="POST",path="/index.php",status="404"} 0.003285071 http_request_duration_seconds_count{method="POST",path="/index.php",status="404"} 16 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="0.005"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="0.01"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="0.025"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="0.05"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="0.1"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="0.25"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="0.5"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="1"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="2.5"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="5"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="10"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php",status="429",le="+Inf"} 56 http_request_duration_seconds_sum{method="POST",path="/index.php",status="429"} 0.008825501999999997 http_request_duration_seconds_count{method="POST",path="/index.php",status="429"} 56 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="0.005"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="0.01"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="0.025"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="0.05"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="0.1"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="0.25"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="0.5"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="1"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="2.5"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="5"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="10"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="404",le="+Inf"} 23 http_request_duration_seconds_sum{method="POST",path="/index.php/_ignition/execute-solution",status="404"} 0.004387085000000001 http_request_duration_seconds_count{method="POST",path="/index.php/_ignition/execute-solution",status="404"} 23 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="0.005"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="0.01"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="0.025"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="0.05"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="0.1"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="0.25"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="0.5"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="1"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="2.5"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="5"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="10"} 37 http_request_duration_seconds_bucket{method="POST",path="/index.php/_ignition/execute-solution",status="429",le="+Inf"} 37 http_request_duration_seconds_sum{method="POST",path="/index.php/_ignition/execute-solution",status="429"} 0.00611505 http_request_duration_seconds_count{method="POST",path="/index.php/_ignition/execute-solution",status="429"} 37 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0.000435147 http_request_duration_seconds_count{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.000579692 http_request_duration_seconds_count{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.000689442 http_request_duration_seconds_count{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 5 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0.000361378 http_request_duration_seconds_count{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.00052135 http_request_duration_seconds_count{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/login",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/login",status="429"} 0.00010061 http_request_duration_seconds_count{method="POST",path="/login",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/mysql.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/mysql.sql",status="429"} 0.00014763 http_request_duration_seconds_count{method="POST",path="/mysql.sql",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/old/",status="404"} 9.1331e-05 http_request_duration_seconds_count{method="POST",path="/old/",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/old/wp-json/batch/v1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/old/wp-json/batch/v1",status="404"} 0.000236347 http_request_duration_seconds_count{method="POST",path="/old/wp-json/batch/v1",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 7 http_request_duration_seconds_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 7 http_request_duration_seconds_sum{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.001206163 http_request_duration_seconds_count{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 7 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="0.005"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="0.01"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="0.025"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="0.05"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="0.1"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="0.25"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="0.5"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="1"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="2.5"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="5"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="10"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="404",le="+Inf"} 19 http_request_duration_seconds_sum{method="POST",path="/public/_ignition/execute-solution",status="404"} 0.004202409 http_request_duration_seconds_count{method="POST",path="/public/_ignition/execute-solution",status="404"} 19 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="0.005"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="0.01"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="0.025"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="0.05"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="0.1"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="0.25"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="0.5"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="1"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="2.5"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="5"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="10"} 33 http_request_duration_seconds_bucket{method="POST",path="/public/_ignition/execute-solution",status="429",le="+Inf"} 33 http_request_duration_seconds_sum{method="POST",path="/public/_ignition/execute-solution",status="429"} 0.005882373 http_request_duration_seconds_count{method="POST",path="/public/_ignition/execute-solution",status="429"} 33 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/rest/v1/;/",status="429"} 0.000171262 http_request_duration_seconds_count{method="POST",path="/rest/v1/;/",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/rest/v1/;/.env",status="429"} 0.000123873 http_request_duration_seconds_count{method="POST",path="/rest/v1/;/.env",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/.env.local",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/rest/v1/;/.env.local",status="429"} 0.000111673 http_request_duration_seconds_count{method="POST",path="/rest/v1/;/.env.local",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/configprops",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/rest/v1/;/actuator/configprops",status="429"} 0.000103462 http_request_duration_seconds_count{method="POST",path="/rest/v1/;/actuator/configprops",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/mappings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/rest/v1/;/actuator/mappings",status="429"} 0.000103449 http_request_duration_seconds_count{method="POST",path="/rest/v1/;/actuator/mappings",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/rest/v1/;/actuator/threaddump",status="429"} 0.00011659 http_request_duration_seconds_count{method="POST",path="/rest/v1/;/actuator/threaddump",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/runtime-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/runtime-config.json",status="429"} 9.5011e-05 http_request_duration_seconds_count{method="POST",path="/runtime-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/settings.py.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/settings.py.bak",status="429"} 0.000198411 http_request_duration_seconds_count{method="POST",path="/settings.py.bak",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/staging/",status="404"} 9.8572e-05 http_request_duration_seconds_count{method="POST",path="/staging/",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/staging/wp-json/batch/v1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/staging/wp-json/batch/v1",status="404"} 9.6384e-05 http_request_duration_seconds_count{method="POST",path="/staging/wp-json/batch/v1",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/static/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/static/env.js",status="429"} 0.000134917 http_request_duration_seconds_count{method="POST",path="/static/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/storage/logs/laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/storage/logs/laravel.log",status="429"} 0.000176148 http_request_duration_seconds_count{method="POST",path="/storage/logs/laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/terraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/terraform.tfstate",status="429"} 0.00027308 http_request_duration_seconds_count{method="POST",path="/terraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/test/",status="404"} 8.4333e-05 http_request_duration_seconds_count{method="POST",path="/test/",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/test/wp-json/batch/v1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/test/wp-json/batch/v1",status="404"} 9.4021e-05 http_request_duration_seconds_count{method="POST",path="/test/wp-json/batch/v1",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/uploads/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/uploads/",status="429"} 0.000127366 http_request_duration_seconds_count{method="POST",path="/uploads/",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404"} 0.00026939 http_request_duration_seconds_count{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="0.005"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="0.01"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="0.025"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="0.05"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="0.1"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="0.25"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="0.5"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="1"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="2.5"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="5"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="10"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 6 http_request_duration_seconds_sum{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429"} 0.001018884 http_request_duration_seconds_count{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429"} 6 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0.00031399900000000003 http_request_duration_seconds_count{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.001993523 http_request_duration_seconds_count{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 5 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0.00015596 http_request_duration_seconds_count{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.000844459 http_request_duration_seconds_count{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/version.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/version.json",status="429"} 0.000158439 http_request_duration_seconds_count{method="POST",path="/version.json",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wordpress/",status="404"} 7.1431e-05 http_request_duration_seconds_count{method="POST",path="/wordpress/",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wordpress/wp-json/batch/v1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wordpress/wp-json/batch/v1",status="404"} 0.000696471 http_request_duration_seconds_count{method="POST",path="/wordpress/wp-json/batch/v1",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-admin/admin-ajax.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wp-admin/admin-ajax.php",status="404"} 0.001326952 http_request_duration_seconds_count{method="POST",path="/wp-admin/admin-ajax.php",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wp-config.php",status="429"} 0.00011574 http_request_duration_seconds_count{method="POST",path="/wp-config.php",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="POST",path="/wp-config.php.bak",status="429"} 0.000338897 http_request_duration_seconds_count{method="POST",path="/wp-config.php.bak",status="429"} 3 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wp-config.php.swp",status="429"} 0.000148082 http_request_duration_seconds_count{method="POST",path="/wp-config.php.swp",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.php;/style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/wp-config.php;/style.css",status="429"} 0.00026268 http_request_duration_seconds_count{method="POST",path="/wp-config.php;/style.css",status="429"} 2 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-config.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wp-config.txt",status="429"} 0.000106208 http_request_duration_seconds_count{method="POST",path="/wp-config.txt",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/backup/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wp-content/backup/",status="429"} 0.000153777 http_request_duration_seconds_count{method="POST",path="/wp-content/backup/",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-content/uploads/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wp-content/uploads/",status="429"} 0.000179015 http_request_duration_seconds_count{method="POST",path="/wp-content/uploads/",status="429"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="0.005"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="0.01"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="0.025"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="0.05"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="0.1"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="0.25"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="0.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="1"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="2.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="5"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="10"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp-json/batch/v1",status="404",le="+Inf"} 4 http_request_duration_seconds_sum{method="POST",path="/wp-json/batch/v1",status="404"} 0.000909896 http_request_duration_seconds_count{method="POST",path="/wp-json/batch/v1",status="404"} 4 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wp/",status="404"} 0.000111901 http_request_duration_seconds_count{method="POST",path="/wp/",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="POST",path="/wp/wp-json/batch/v1",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="POST",path="/wp/wp-json/batch/v1",status="404"} 0.000111334 http_request_duration_seconds_count{method="POST",path="/wp/wp-json/batch/v1",status="404"} 1 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.005"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.01"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.025"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.05"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.1"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.25"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="1"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="2.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="5"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="10"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="+Inf"} 3 http_request_duration_seconds_sum{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0.0005217170000000001 http_request_duration_seconds_count{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.000454547 http_request_duration_seconds_count{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 3 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0.00033360400000000004 http_request_duration_seconds_count{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.0008340419999999999 http_request_duration_seconds_count{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.005"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.01"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.025"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.05"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.1"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.25"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="0.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="1"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="2.5"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="5"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="10"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404",le="+Inf"} 2 http_request_duration_seconds_sum{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 0.000379445 http_request_duration_seconds_count{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.005"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.01"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.025"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.05"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.1"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.25"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="0.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="1"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="2.5"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="5"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="10"} 4 http_request_duration_seconds_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429",le="+Inf"} 4 http_request_duration_seconds_sum{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 0.000664927 http_request_duration_seconds_count{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="405",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/",status="405"} 0.000133585 http_request_duration_seconds_count{method="PUT",path="/",status="405"} 1 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="0.005"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="0.01"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="0.025"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="0.05"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="0.1"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="0.25"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="0.5"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="1"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="2.5"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="5"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="10"} 42 http_request_duration_seconds_bucket{method="PUT",path="/",status="429",le="+Inf"} 42 http_request_duration_seconds_sum{method="PUT",path="/",status="429"} 0.006446888000000001 http_request_duration_seconds_count{method="PUT",path="/",status="429"} 42 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.aws/config",status="429"} 0.000184681 http_request_duration_seconds_count{method="PUT",path="/.aws/config",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.aws/credentials",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="PUT",path="/.aws/credentials",status="429"} 0.0004947619999999999 http_request_duration_seconds_count{method="PUT",path="/.aws/credentials",status="429"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env",status="429"} 0.000169167 http_request_duration_seconds_count{method="PUT",path="/.env",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env%2F",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.env%2F",status="429"} 0.00032516 http_request_duration_seconds_count{method="PUT",path="/.env%2F",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.backup",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.env.backup",status="429"} 0.000241427 http_request_duration_seconds_count{method="PUT",path="/.env.backup",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.bak",status="429"} 0.000138196 http_request_duration_seconds_count{method="PUT",path="/.env.bak",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.env.local",status="429"} 0.000316263 http_request_duration_seconds_count{method="PUT",path="/.env.local",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.local.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.local.bak",status="429"} 0.000110421 http_request_duration_seconds_count{method="PUT",path="/.env.local.bak",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.old",status="429"} 0.000154557 http_request_duration_seconds_count{method="PUT",path="/.env.old",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.orig",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.orig",status="429"} 8.538e-05 http_request_duration_seconds_count{method="PUT",path="/.env.orig",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.env.production",status="429"} 0.000365278 http_request_duration_seconds_count{method="PUT",path="/.env.production",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.production.bak",status="429"} 0.000113191 http_request_duration_seconds_count{method="PUT",path="/.env.production.bak",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.production;/style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.production;/style.css",status="429"} 0.000111113 http_request_duration_seconds_count{method="PUT",path="/.env.production;/style.css",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.save",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.save",status="429"} 0.000233518 http_request_duration_seconds_count{method="PUT",path="/.env.save",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.staging",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.staging",status="429"} 0.000121585 http_request_duration_seconds_count{method="PUT",path="/.env.staging",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env.swp",status="429"} 0.000107368 http_request_duration_seconds_count{method="PUT",path="/.env.swp",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env.testing",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.env.testing",status="429"} 0.000279173 http_request_duration_seconds_count{method="PUT",path="/.env.testing",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env/",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="PUT",path="/.env/",status="429"} 0.000633884 http_request_duration_seconds_count{method="PUT",path="/.env/",status="429"} 3 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env;/style.css",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env;/style.css",status="429"} 0.000169569 http_request_duration_seconds_count{method="PUT",path="/.env;/style.css",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.env~",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/.env~",status="429"} 0.000106681 http_request_duration_seconds_count{method="PUT",path="/.env~",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.git/config",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.git/config",status="429"} 0.000485669 http_request_duration_seconds_count{method="PUT",path="/.git/config",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.htpasswd",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.htpasswd",status="429"} 0.00029384699999999997 http_request_duration_seconds_count{method="PUT",path="/.htpasswd",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.netrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.netrc",status="429"} 0.000419734 http_request_duration_seconds_count{method="PUT",path="/.netrc",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.npmrc",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.npmrc",status="429"} 0.000339325 http_request_duration_seconds_count{method="PUT",path="/.npmrc",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/.ssh/id_rsa",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/.ssh/id_rsa",status="429"} 0.000249572 http_request_duration_seconds_count{method="PUT",path="/.ssh/id_rsa",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="//.env",status="404"} 0.000242209 http_request_duration_seconds_count{method="PUT",path="//.env",status="404"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="//.env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="//.env",status="429"} 0.000116172 http_request_duration_seconds_count{method="PUT",path="//.env",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/actuator/heapdump",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/actuator/heapdump",status="429"} 0.00019223 http_request_duration_seconds_count{method="PUT",path="/actuator/heapdump",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/config",status="429"} 0.000122672 http_request_duration_seconds_count{method="PUT",path="/api/config",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/config.json",status="429"} 0.000159904 http_request_duration_seconds_count{method="PUT",path="/api/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/env",status="429"} 5.2694e-05 http_request_duration_seconds_count{method="PUT",path="/api/env",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/env-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/env-config",status="429"} 4.4686e-05 http_request_duration_seconds_count{method="PUT",path="/api/env-config",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/info",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/info",status="429"} 8.1984e-05 http_request_duration_seconds_count{method="PUT",path="/api/info",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/runtime-config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/runtime-config",status="429"} 0.000187624 http_request_duration_seconds_count{method="PUT",path="/api/runtime-config",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/settings",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/settings",status="429"} 0.00016063 http_request_duration_seconds_count{method="PUT",path="/api/settings",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/v1/config",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/v1/config",status="429"} 0.000200971 http_request_duration_seconds_count{method="PUT",path="/api/v1/config",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/api/version",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/api/version",status="429"} 0.000182178 http_request_duration_seconds_count{method="PUT",path="/api/version",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/app.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/app.json",status="429"} 0.000161162 http_request_duration_seconds_count{method="PUT",path="/app.json",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 3.8527e-05 http_request_duration_seconds_count{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/assets/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/assets/env.js",status="429"} 0.000103487 http_request_duration_seconds_count{method="PUT",path="/assets/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/aws-exports.js",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/aws-exports.js",status="429"} 0.00036366 http_request_duration_seconds_count{method="PUT",path="/aws-exports.js",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/awsconfiguration.json",status="404"} 0.00015995 http_request_duration_seconds_count{method="PUT",path="/awsconfiguration.json",status="404"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/awsconfiguration.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/awsconfiguration.json",status="429"} 0.000142967 http_request_duration_seconds_count{method="PUT",path="/awsconfiguration.json",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup.sql",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/backup.sql",status="404"} 0.000116954 http_request_duration_seconds_count{method="PUT",path="/backup.sql",status="404"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backup/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/backup/",status="429"} 0.00010097 http_request_duration_seconds_count{method="PUT",path="/backup/",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/backups/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/backups/",status="429"} 0.000103627 http_request_duration_seconds_count{method="PUT",path="/backups/",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/build.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/build.json",status="429"} 3.747e-05 http_request_duration_seconds_count{method="PUT",path="/build.json",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/config.json",status="429"} 9.6585e-05 http_request_duration_seconds_count{method="PUT",path="/config.json",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.bak",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/config.php.bak",status="429"} 9.1246e-05 http_request_duration_seconds_count{method="PUT",path="/config.php.bak",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config.php.old",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/config.php.old",status="429"} 3.6947e-05 http_request_duration_seconds_count{method="PUT",path="/config.php.old",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="404",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/config/app.php",status="404"} 0.000201737 http_request_duration_seconds_count{method="PUT",path="/config/app.php",status="404"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/app.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/config/app.php",status="429"} 0.000175046 http_request_duration_seconds_count{method="PUT",path="/config/app.php",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/database.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/config/database.php",status="429"} 0.000141112 http_request_duration_seconds_count{method="PUT",path="/config/database.php",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/config/mail.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/config/mail.php",status="429"} 8.1575e-05 http_request_duration_seconds_count{method="PUT",path="/config/mail.php",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 0.000117007 http_request_duration_seconds_count{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/database.sql",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/database.sql",status="429"} 0.000172665 http_request_duration_seconds_count{method="PUT",path="/database.sql",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/docker-compose.yml",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/docker-compose.yml",status="429"} 0.00029380599999999997 http_request_duration_seconds_count{method="PUT",path="/docker-compose.yml",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/env.js",status="429"} 0.000249026 http_request_duration_seconds_count{method="PUT",path="/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/health",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/health",status="429"} 4.2751e-05 http_request_duration_seconds_count{method="PUT",path="/health",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/healthz",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/healthz",status="429"} 0.000227427 http_request_duration_seconds_count{method="PUT",path="/healthz",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="0.005"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="0.01"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="0.025"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="0.05"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="0.1"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="0.25"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="0.5"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="1"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="2.5"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="5"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="10"} 5 http_request_duration_seconds_bucket{method="PUT",path="/index.php",status="429",le="+Inf"} 5 http_request_duration_seconds_sum{method="PUT",path="/index.php",status="429"} 0.000783493 http_request_duration_seconds_count{method="PUT",path="/index.php",status="429"} 5 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/login",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/login",status="429"} 9.7455e-05 http_request_duration_seconds_count{method="PUT",path="/login",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/runtime-config.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/runtime-config.json",status="429"} 0.000100378 http_request_duration_seconds_count{method="PUT",path="/runtime-config.json",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/static/env.js",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/static/env.js",status="429"} 7.5434e-05 http_request_duration_seconds_count{method="PUT",path="/static/env.js",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/storage/logs/laravel.log",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/storage/logs/laravel.log",status="429"} 0.000154917 http_request_duration_seconds_count{method="PUT",path="/storage/logs/laravel.log",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/terraform.tfstate",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/terraform.tfstate",status="429"} 0.000368533 http_request_duration_seconds_count{method="PUT",path="/terraform.tfstate",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/uploads/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/uploads/",status="429"} 0.000156438 http_request_duration_seconds_count{method="PUT",path="/uploads/",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/version.json",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/version.json",status="429"} 9.3348e-05 http_request_duration_seconds_count{method="PUT",path="/version.json",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/wp-config.php",status="429"} 0.000155235 http_request_duration_seconds_count{method="PUT",path="/wp-config.php",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="0.005"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="0.01"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="0.025"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="0.05"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="0.1"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="0.25"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="0.5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="1"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="2.5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="5"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="10"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.bak",status="429",le="+Inf"} 3 http_request_duration_seconds_sum{method="PUT",path="/wp-config.php.bak",status="429"} 0.000546334 http_request_duration_seconds_count{method="PUT",path="/wp-config.php.bak",status="429"} 3 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php.swp",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/wp-config.php.swp",status="429"} 9.651e-05 http_request_duration_seconds_count{method="PUT",path="/wp-config.php.swp",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="0.005"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="0.01"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="0.025"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="0.05"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="0.1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="0.25"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="0.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="1"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="2.5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="5"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="10"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.php;/style.css",status="429",le="+Inf"} 2 http_request_duration_seconds_sum{method="PUT",path="/wp-config.php;/style.css",status="429"} 0.00036161 http_request_duration_seconds_count{method="PUT",path="/wp-config.php;/style.css",status="429"} 2 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-config.txt",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/wp-config.txt",status="429"} 0.000165955 http_request_duration_seconds_count{method="PUT",path="/wp-config.txt",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/backup/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/wp-content/backup/",status="429"} 8.0526e-05 http_request_duration_seconds_count{method="PUT",path="/wp-content/backup/",status="429"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="0.005"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="0.01"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="0.025"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="0.05"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="0.1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="0.25"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="0.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="1"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="2.5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="5"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="10"} 1 http_request_duration_seconds_bucket{method="PUT",path="/wp-content/uploads/",status="429",le="+Inf"} 1 http_request_duration_seconds_sum{method="PUT",path="/wp-content/uploads/",status="429"} 9.7381e-05 http_request_duration_seconds_count{method="PUT",path="/wp-content/uploads/",status="429"} 1 # 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"} 34 http_request_size_bytes_bucket{method="POST",path="/",le="500"} 58 http_request_size_bytes_bucket{method="POST",path="/",le="1000"} 66 http_request_size_bytes_bucket{method="POST",path="/",le="5000"} 66 http_request_size_bytes_bucket{method="POST",path="/",le="10000"} 68 http_request_size_bytes_bucket{method="POST",path="/",le="50000"} 82 http_request_size_bytes_bucket{method="POST",path="/",le="100000"} 90 http_request_size_bytes_bucket{method="POST",path="/",le="500000"} 91 http_request_size_bytes_bucket{method="POST",path="/",le="1e+06"} 91 http_request_size_bytes_bucket{method="POST",path="/",le="+Inf"} 91 http_request_size_bytes_sum{method="POST",path="/"} 1.242385e+06 http_request_size_bytes_count{method="POST",path="/"} 91 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="500"} 63 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="1000"} 63 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="5000"} 63 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="10000"} 63 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="50000"} 63 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="100000"} 63 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="500000"} 63 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="1e+06"} 63 http_request_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="+Inf"} 63 http_request_size_bytes_sum{method="POST",path="/_ignition/execute-solution"} 11885 http_request_size_bytes_count{method="POST",path="/_ignition/execute-solution"} 63 http_request_size_bytes_bucket{method="POST",path="/_next",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/_next",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/_next",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/_next",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/_next",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/_next",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/_next",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/_next",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/_next",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/_next",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/_next"} 703 http_request_size_bytes_count{method="POST",path="/_next"} 1 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="100"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="500"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="1000"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="5000"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="10000"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="50000"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="100000"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="500000"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="1e+06"} 7 http_request_size_bytes_bucket{method="POST",path="/actuator/env",le="+Inf"} 7 http_request_size_bytes_sum{method="POST",path="/actuator/env"} 546 http_request_size_bytes_count{method="POST",path="/actuator/env"} 7 http_request_size_bytes_bucket{method="POST",path="/api",le="100"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="500"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="1000"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="5000"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="10000"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="50000"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="100000"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="500000"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="1e+06"} 2 http_request_size_bytes_bucket{method="POST",path="/api",le="+Inf"} 2 http_request_size_bytes_sum{method="POST",path="/api"} 184 http_request_size_bytes_count{method="POST",path="/api"} 2 http_request_size_bytes_bucket{method="POST",path="/api/",le="100"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="500"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="1000"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="5000"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="10000"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="50000"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="100000"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="500000"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="1e+06"} 7 http_request_size_bytes_bucket{method="POST",path="/api/",le="+Inf"} 7 http_request_size_bytes_sum{method="POST",path="/api/"} 546 http_request_size_bytes_count{method="POST",path="/api/"} 7 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="100"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="500"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="1000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="5000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="10000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="50000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="100000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="500000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="1e+06"} 2 http_request_size_bytes_bucket{method="POST",path="/api/gql",le="+Inf"} 2 http_request_size_bytes_sum{method="POST",path="/api/gql"} 184 http_request_size_bytes_count{method="POST",path="/api/gql"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="100"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="500"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="1000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="5000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="10000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="50000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="100000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="500000"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="1e+06"} 2 http_request_size_bytes_bucket{method="POST",path="/api/graphql",le="+Inf"} 2 http_request_size_bytes_sum{method="POST",path="/api/graphql"} 184 http_request_size_bytes_count{method="POST",path="/api/graphql"} 2 http_request_size_bytes_bucket{method="POST",path="/backup/",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/backup/"} 16 http_request_size_bytes_count{method="POST",path="/backup/"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/backup/wp-json/batch/v1"} 16 http_request_size_bytes_count{method="POST",path="/backup/wp-json/batch/v1"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/blog/"} 16 http_request_size_bytes_count{method="POST",path="/blog/"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/blog/wp-json/batch/v1"} 16 http_request_size_bytes_count{method="POST",path="/blog/wp-json/batch/v1"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/cgi-bin/../../../../bin/sh"} 22 http_request_size_bytes_count{method="POST",path="/cgi-bin/../../../../bin/sh"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/dev/"} 16 http_request_size_bytes_count{method="POST",path="/dev/"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/dev/wp-json/batch/v1"} 16 http_request_size_bytes_count{method="POST",path="/dev/wp-json/batch/v1"} 1 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"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="500"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="1000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="5000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="10000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="50000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="100000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="500000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="1e+06"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql",le="+Inf"} 2 http_request_size_bytes_sum{method="POST",path="/graphql"} 184 http_request_size_bytes_count{method="POST",path="/graphql"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="100"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="500"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="1000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="5000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="10000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="50000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="100000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="500000"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="1e+06"} 2 http_request_size_bytes_bucket{method="POST",path="/graphql/api",le="+Inf"} 2 http_request_size_bytes_sum{method="POST",path="/graphql/api"} 184 http_request_size_bytes_count{method="POST",path="/graphql/api"} 2 http_request_size_bytes_bucket{method="POST",path="/health",le="100"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="500"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="1000"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="5000"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="10000"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="50000"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="100000"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="500000"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="1e+06"} 7 http_request_size_bytes_bucket{method="POST",path="/health",le="+Inf"} 7 http_request_size_bytes_sum{method="POST",path="/health"} 546 http_request_size_bytes_count{method="POST",path="/health"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="100"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="500"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="1000"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="5000"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="10000"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="50000"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="100000"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="500000"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="1e+06"} 7 http_request_size_bytes_bucket{method="POST",path="/index.html",le="+Inf"} 7 http_request_size_bytes_sum{method="POST",path="/index.html"} 546 http_request_size_bytes_count{method="POST",path="/index.html"} 7 http_request_size_bytes_bucket{method="POST",path="/index.php",le="100"} 25 http_request_size_bytes_bucket{method="POST",path="/index.php",le="500"} 48 http_request_size_bytes_bucket{method="POST",path="/index.php",le="1000"} 48 http_request_size_bytes_bucket{method="POST",path="/index.php",le="5000"} 48 http_request_size_bytes_bucket{method="POST",path="/index.php",le="10000"} 48 http_request_size_bytes_bucket{method="POST",path="/index.php",le="50000"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php",le="100000"} 67 http_request_size_bytes_bucket{method="POST",path="/index.php",le="500000"} 67 http_request_size_bytes_bucket{method="POST",path="/index.php",le="1e+06"} 67 http_request_size_bytes_bucket{method="POST",path="/index.php",le="+Inf"} 67 http_request_size_bytes_sum{method="POST",path="/index.php"} 1.00082e+06 http_request_size_bytes_count{method="POST",path="/index.php"} 67 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="500"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="1000"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="5000"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="10000"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="50000"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="100000"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="500000"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="1e+06"} 60 http_request_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="+Inf"} 60 http_request_size_bytes_sum{method="POST",path="/index.php/_ignition/execute-solution"} 11334 http_request_size_bytes_count{method="POST",path="/index.php/_ignition/execute-solution"} 60 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_request_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_request_size_bytes_sum{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 271662 http_request_size_bytes_count{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 5 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 5 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 5 http_request_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 5 http_request_size_bytes_sum{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 221174 http_request_size_bytes_count{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 5 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_request_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_request_size_bytes_sum{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 271662 http_request_size_bytes_count{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_request_size_bytes_bucket{method="POST",path="/old/",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/old/",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/old/"} 16 http_request_size_bytes_count{method="POST",path="/old/"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/old/wp-json/batch/v1"} 16 http_request_size_bytes_count{method="POST",path="/old/wp-json/batch/v1"} 1 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 7 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 7 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 7 http_request_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 7 http_request_size_bytes_sum{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 322150 http_request_size_bytes_count{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 7 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="500"} 52 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="1000"} 52 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="5000"} 52 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="10000"} 52 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="50000"} 52 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="100000"} 52 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="500000"} 52 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="1e+06"} 52 http_request_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="+Inf"} 52 http_request_size_bytes_sum{method="POST",path="/public/_ignition/execute-solution"} 9771 http_request_size_bytes_count{method="POST",path="/public/_ignition/execute-solution"} 52 http_request_size_bytes_bucket{method="POST",path="/staging/",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/staging/"} 16 http_request_size_bytes_count{method="POST",path="/staging/"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/staging/wp-json/batch/v1"} 16 http_request_size_bytes_count{method="POST",path="/staging/wp-json/batch/v1"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/test/",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/test/"} 16 http_request_size_bytes_count{method="POST",path="/test/"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/test/wp-json/batch/v1"} 16 http_request_size_bytes_count{method="POST",path="/test/wp-json/batch/v1"} 1 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="100000"} 7 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="500000"} 7 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="1e+06"} 7 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="+Inf"} 7 http_request_size_bytes_sum{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php"} 322150 http_request_size_bytes_count{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php"} 7 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 7 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 7 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 7 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 7 http_request_size_bytes_sum{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 282112 http_request_size_bytes_count{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 7 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 5 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 5 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 5 http_request_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 5 http_request_size_bytes_sum{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php"} 242018 http_request_size_bytes_count{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php"} 5 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/wordpress/"} 16 http_request_size_bytes_count{method="POST",path="/wordpress/"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/wordpress/wp-json/batch/v1"} 16 http_request_size_bytes_count{method="POST",path="/wordpress/wp-json/batch/v1"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/wp-admin/admin-ajax.php"} 107 http_request_size_bytes_count{method="POST",path="/wp-admin/admin-ajax.php"} 1 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="100"} 3 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="500"} 4 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="1000"} 4 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="5000"} 4 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="10000"} 4 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="50000"} 4 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="100000"} 4 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="500000"} 4 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="1e+06"} 4 http_request_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="+Inf"} 4 http_request_size_bytes_sum{method="POST",path="/wp-json/batch/v1"} 399 http_request_size_bytes_count{method="POST",path="/wp-json/batch/v1"} 4 http_request_size_bytes_bucket{method="POST",path="/wp/",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/wp/"} 16 http_request_size_bytes_count{method="POST",path="/wp/"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="100"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="500"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="1000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="5000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="10000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="50000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="100000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="500000"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="1e+06"} 1 http_request_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="+Inf"} 1 http_request_size_bytes_sum{method="POST",path="/wp/wp-json/batch/v1"} 16 http_request_size_bytes_count{method="POST",path="/wp/wp-json/batch/v1"} 1 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_request_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_request_size_bytes_sum{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 271662 http_request_size_bytes_count{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_request_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_request_size_bytes_sum{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 271662 http_request_size_bytes_count{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 0 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 0 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 0 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 0 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 0 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 3 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_request_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_request_size_bytes_sum{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 271662 http_request_size_bytes_count{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 # HELP http_requests_total Total number of HTTP requests # TYPE http_requests_total counter http_requests_total{method="GET",path="/",status="200"} 489 http_requests_total{method="GET",path="/",status="429"} 1132 http_requests_total{method="GET",path="/ /api/account",status="404"} 1 http_requests_total{method="GET",path="/ /api/user",status="404"} 1 http_requests_total{method="GET",path="/ ",status="429"} 7 http_requests_total{method="GET",path="/%2F",status="429"} 7 http_requests_total{method="GET",path="/%2F%2F.env",status="429"} 2 http_requests_total{method="GET",path="/%2F.aws%2Fconfig",status="429"} 1 http_requests_total{method="GET",path="/%2F.aws%2Fcredentials",status="429"} 3 http_requests_total{method="GET",path="/%2F.env",status="429"} 1 http_requests_total{method="GET",path="/%2F.env%2F",status="429"} 3 http_requests_total{method="GET",path="/%2F.env.backup",status="429"} 2 http_requests_total{method="GET",path="/%2F.env.bak",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.docker",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.local",status="429"} 2 http_requests_total{method="GET",path="/%2F.env.local.bak",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.old",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.orig",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.production",status="429"} 2 http_requests_total{method="GET",path="/%2F.env.production.bak",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.production;%2Fstyle.css",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.save",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.staging",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.swp",status="429"} 1 http_requests_total{method="GET",path="/%2F.env.testing",status="429"} 2 http_requests_total{method="GET",path="/%2F.env/",status="429"} 2 http_requests_total{method="GET",path="/%2F.env;%2Fstyle.css",status="429"} 1 http_requests_total{method="GET",path="/%2F.env~",status="429"} 1 http_requests_total{method="GET",path="/%2F.git%2Fconfig",status="429"} 3 http_requests_total{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",status="429"} 1 http_requests_total{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",status="429"} 1 http_requests_total{method="GET",path="/%2F.htaccess.bak",status="429"} 1 http_requests_total{method="GET",path="/%2F.htpasswd",status="429"} 2 http_requests_total{method="GET",path="/%2F.netrc",status="429"} 2 http_requests_total{method="GET",path="/%2F.npmrc",status="429"} 2 http_requests_total{method="GET",path="/%2F.ssh%2Fid_rsa",status="429"} 2 http_requests_total{method="GET",path="/%2F.well-known%2Fjwks.json",status="429"} 1 http_requests_total{method="GET",path="/%2F.well-known%2Foauth-authorization-server",status="429"} 1 http_requests_total{method="GET",path="/%2F.well-known%2Fopenid-configuration",status="429"} 1 http_requests_total{method="GET",path="/%2Factuator",status="429"} 1 http_requests_total{method="GET",path="/%2Factuator%2Fheapdump",status="429"} 1 http_requests_total{method="GET",path="/%2Factuator%2Flogfile",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Fconfig",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Fconfig.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Fenv",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Fenv-config",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Finfo",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Fruntime-config",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Fsettings",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Fv1%2Fconfig",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi%2Fversion",status="429"} 1 http_requests_total{method="GET",path="/%2Fapi-docs.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fapp.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",status="429"} 1 http_requests_total{method="GET",path="/%2Fappsettings.json.bak",status="429"} 1 http_requests_total{method="GET",path="/%2Fassets%2Fenv.js",status="429"} 1 http_requests_total{method="GET",path="/%2Faws-exports.js",status="429"} 2 http_requests_total{method="GET",path="/%2Fawsconfiguration.json",status="429"} 2 http_requests_total{method="GET",path="/%2Fbackup%2F",status="429"} 1 http_requests_total{method="GET",path="/%2Fbackup.sql",status="429"} 2 http_requests_total{method="GET",path="/%2Fbackup.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/%2Fbackup.sql.zip",status="429"} 1 http_requests_total{method="GET",path="/%2Fbackups%2F",status="404"} 1 http_requests_total{method="GET",path="/%2Fbuild.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fconfig%2Fapp.php",status="429"} 2 http_requests_total{method="GET",path="/%2Fconfig%2Fdatabase.php",status="429"} 2 http_requests_total{method="GET",path="/%2Fconfig%2Fmail.php",status="429"} 1 http_requests_total{method="GET",path="/%2Fconfig.js",status="429"} 1 http_requests_total{method="GET",path="/%2Fconfig.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fconfig.php.bak",status="429"} 1 http_requests_total{method="GET",path="/%2Fconfig.php.old",status="429"} 1 http_requests_total{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",status="429"} 1 http_requests_total{method="GET",path="/%2Fdatabase.sql",status="429"} 2 http_requests_total{method="GET",path="/%2Fdatabase.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/%2Fdatabase.yml.bak",status="429"} 1 http_requests_total{method="GET",path="/%2Fdb.sql",status="429"} 1 http_requests_total{method="GET",path="/%2Fdebug.log",status="429"} 1 http_requests_total{method="GET",path="/%2Fdocker-compose.yml",status="404"} 1 http_requests_total{method="GET",path="/%2Fdocker-compose.yml",status="429"} 1 http_requests_total{method="GET",path="/%2Fdump.sql",status="429"} 2 http_requests_total{method="GET",path="/%2Fdump.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/%2Fdump.sql.zip",status="429"} 1 http_requests_total{method="GET",path="/%2Fenv-config.js",status="429"} 1 http_requests_total{method="GET",path="/%2Fenv.js",status="429"} 1 http_requests_total{method="GET",path="/%2Ferror.log",status="429"} 1 http_requests_total{method="GET",path="/%2Fexport.sql",status="429"} 1 http_requests_total{method="GET",path="/%2Fhealth",status="429"} 1 http_requests_total{method="GET",path="/%2Fhealthz",status="429"} 1 http_requests_total{method="GET",path="/%2Findex.php",status="404"} 3 http_requests_total{method="GET",path="/%2Findex.php",status="429"} 5 http_requests_total{method="GET",path="/%2Flaravel.log",status="429"} 1 http_requests_total{method="GET",path="/%2Flogin",status="429"} 1 http_requests_total{method="GET",path="/%2Fmysql.sql",status="429"} 1 http_requests_total{method="GET",path="/%2Fopenapi.json",status="429"} 1 http_requests_total{method="GET",path="/%2Frest%2Fv1%2F;%2F",status="429"} 1 http_requests_total{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",status="429"} 1 http_requests_total{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",status="429"} 1 http_requests_total{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",status="429"} 1 http_requests_total{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",status="429"} 1 http_requests_total{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",status="429"} 1 http_requests_total{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",status="429"} 1 http_requests_total{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",status="429"} 1 http_requests_total{method="GET",path="/%2Fruntime-config.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fsettings.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fsettings.py.bak",status="429"} 1 http_requests_total{method="GET",path="/%2Fstatic%2Fenv.js",status="429"} 1 http_requests_total{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",status="429"} 1 http_requests_total{method="GET",path="/%2Fswagger.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fterraform.tfstate",status="429"} 2 http_requests_total{method="GET",path="/%2Fuploads%2F",status="429"} 1 http_requests_total{method="GET",path="/%2Fv2%2Fapi-docs",status="429"} 1 http_requests_total{method="GET",path="/%2Fv3%2Fapi-docs",status="429"} 1 http_requests_total{method="GET",path="/%2Fversion.json",status="429"} 1 http_requests_total{method="GET",path="/%2Fwp-config.php",status="429"} 1 http_requests_total{method="GET",path="/%2Fwp-config.php.bak",status="429"} 3 http_requests_total{method="GET",path="/%2Fwp-config.php.old",status="429"} 1 http_requests_total{method="GET",path="/%2Fwp-config.php.swp",status="429"} 1 http_requests_total{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="404"} 1 http_requests_total{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",status="429"} 1 http_requests_total{method="GET",path="/%2Fwp-config.txt",status="429"} 1 http_requests_total{method="GET",path="/%2Fwp-content%2Fbackup%2F",status="429"} 1 http_requests_total{method="GET",path="/%2Fwp-content%2Fuploads%2F",status="429"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/app/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/home/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/proc/version",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/srv/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/app/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/etc/hosts",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/etc/shadow",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/etc/ssh/sshd_config",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/home/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/proc/net/tcp",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/proc/self/cmdline",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/proc/self/environ",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/proc/version",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/root/.bash_history",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/root/.mysql_history",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/root/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/srv/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/log/apache2/access.log",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/log/auth.log",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/log/nginx/access.log",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/log/secure",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/www/.git/config",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/www/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/www/html/config.php",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/www/html/configuration.php",status="404"} 1 http_requests_total{method="GET",path="/%2e%2e/var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="/%2e/",status="429"} 7 http_requests_total{method="GET",path="/%2e/.aws/%2e/config",status="429"} 1 http_requests_total{method="GET",path="/%2e/.aws/%2e/credentials",status="429"} 3 http_requests_total{method="GET",path="/%2e/.env",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.backup",status="429"} 2 http_requests_total{method="GET",path="/%2e/.env.bak",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.docker",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.local",status="429"} 2 http_requests_total{method="GET",path="/%2e/.env.local.bak",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.old",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.orig",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.production",status="429"} 2 http_requests_total{method="GET",path="/%2e/.env.production.bak",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.production;/%2e/style.css",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.save",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.staging",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.swp",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env.testing",status="429"} 2 http_requests_total{method="GET",path="/%2e/.env/",status="429"} 2 http_requests_total{method="GET",path="/%2e/.env/%2e/",status="429"} 3 http_requests_total{method="GET",path="/%2e/.env;/%2e/style.css",status="429"} 1 http_requests_total{method="GET",path="/%2e/.env~",status="429"} 1 http_requests_total{method="GET",path="/%2e/.git/%2e/config",status="429"} 3 http_requests_total{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",status="429"} 1 http_requests_total{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",status="429"} 1 http_requests_total{method="GET",path="/%2e/.htaccess.bak",status="429"} 1 http_requests_total{method="GET",path="/%2e/.htpasswd",status="429"} 2 http_requests_total{method="GET",path="/%2e/.netrc",status="429"} 2 http_requests_total{method="GET",path="/%2e/.npmrc",status="429"} 2 http_requests_total{method="GET",path="/%2e/.ssh/%2e/id_rsa",status="429"} 2 http_requests_total{method="GET",path="/%2e/.well-known/%2e/jwks.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",status="429"} 1 http_requests_total{method="GET",path="/%2e/.well-known/%2e/openid-configuration",status="429"} 1 http_requests_total{method="GET",path="/%2e//%2e/.env",status="429"} 2 http_requests_total{method="GET",path="/%2e/actuator",status="429"} 1 http_requests_total{method="GET",path="/%2e/actuator/%2e/heapdump",status="429"} 1 http_requests_total{method="GET",path="/%2e/actuator/%2e/logfile",status="429"} 1 http_requests_total{method="GET",path="/%2e/api-docs.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/config",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/config.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/env",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/env-config",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/info",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/runtime-config",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/settings",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/v1/%2e/config",status="429"} 1 http_requests_total{method="GET",path="/%2e/api/%2e/version",status="429"} 1 http_requests_total{method="GET",path="/%2e/app.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",status="429"} 1 http_requests_total{method="GET",path="/%2e/appsettings.json.bak",status="429"} 1 http_requests_total{method="GET",path="/%2e/assets/%2e/env.js",status="429"} 1 http_requests_total{method="GET",path="/%2e/aws-exports.js",status="429"} 2 http_requests_total{method="GET",path="/%2e/awsconfiguration.json",status="429"} 2 http_requests_total{method="GET",path="/%2e/backup.sql",status="429"} 2 http_requests_total{method="GET",path="/%2e/backup.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/%2e/backup.sql.zip",status="429"} 1 http_requests_total{method="GET",path="/%2e/backup/%2e/",status="429"} 1 http_requests_total{method="GET",path="/%2e/backups/%2e/",status="429"} 1 http_requests_total{method="GET",path="/%2e/build.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/config.js",status="429"} 1 http_requests_total{method="GET",path="/%2e/config.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/config.php.bak",status="429"} 1 http_requests_total{method="GET",path="/%2e/config.php.old",status="429"} 1 http_requests_total{method="GET",path="/%2e/config/%2e/app.php",status="429"} 2 http_requests_total{method="GET",path="/%2e/config/%2e/database.php",status="404"} 1 http_requests_total{method="GET",path="/%2e/config/%2e/database.php",status="429"} 1 http_requests_total{method="GET",path="/%2e/config/%2e/mail.php",status="429"} 1 http_requests_total{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",status="429"} 1 http_requests_total{method="GET",path="/%2e/database.sql",status="429"} 2 http_requests_total{method="GET",path="/%2e/database.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/%2e/database.yml.bak",status="429"} 1 http_requests_total{method="GET",path="/%2e/db.sql",status="429"} 1 http_requests_total{method="GET",path="/%2e/debug.log",status="429"} 1 http_requests_total{method="GET",path="/%2e/docker-compose.yml",status="404"} 1 http_requests_total{method="GET",path="/%2e/docker-compose.yml",status="429"} 1 http_requests_total{method="GET",path="/%2e/dump.sql",status="429"} 2 http_requests_total{method="GET",path="/%2e/dump.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/%2e/dump.sql.zip",status="429"} 1 http_requests_total{method="GET",path="/%2e/env-config.js",status="429"} 1 http_requests_total{method="GET",path="/%2e/env.js",status="429"} 1 http_requests_total{method="GET",path="/%2e/error.log",status="429"} 1 http_requests_total{method="GET",path="/%2e/export.sql",status="429"} 1 http_requests_total{method="GET",path="/%2e/health",status="429"} 1 http_requests_total{method="GET",path="/%2e/healthz",status="429"} 1 http_requests_total{method="GET",path="/%2e/index.php",status="404"} 3 http_requests_total{method="GET",path="/%2e/index.php",status="429"} 5 http_requests_total{method="GET",path="/%2e/laravel.log",status="429"} 1 http_requests_total{method="GET",path="/%2e/login",status="429"} 1 http_requests_total{method="GET",path="/%2e/mysql.sql",status="429"} 1 http_requests_total{method="GET",path="/%2e/openapi.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",status="429"} 1 http_requests_total{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",status="429"} 1 http_requests_total{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",status="429"} 1 http_requests_total{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",status="429"} 1 http_requests_total{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",status="429"} 1 http_requests_total{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",status="429"} 1 http_requests_total{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",status="429"} 1 http_requests_total{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",status="429"} 1 http_requests_total{method="GET",path="/%2e/runtime-config.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/settings.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/settings.py.bak",status="429"} 1 http_requests_total{method="GET",path="/%2e/static/%2e/env.js",status="429"} 1 http_requests_total{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",status="429"} 1 http_requests_total{method="GET",path="/%2e/swagger.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/terraform.tfstate",status="429"} 2 http_requests_total{method="GET",path="/%2e/uploads/%2e/",status="429"} 1 http_requests_total{method="GET",path="/%2e/v2/%2e/api-docs",status="429"} 1 http_requests_total{method="GET",path="/%2e/v3/%2e/api-docs",status="429"} 1 http_requests_total{method="GET",path="/%2e/version.json",status="429"} 1 http_requests_total{method="GET",path="/%2e/wp-config.php",status="429"} 1 http_requests_total{method="GET",path="/%2e/wp-config.php.bak",status="429"} 3 http_requests_total{method="GET",path="/%2e/wp-config.php.old",status="429"} 1 http_requests_total{method="GET",path="/%2e/wp-config.php.swp",status="429"} 1 http_requests_total{method="GET",path="/%2e/wp-config.php;/%2e/style.css",status="429"} 2 http_requests_total{method="GET",path="/%2e/wp-config.txt",status="429"} 1 http_requests_total{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",status="429"} 1 http_requests_total{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",status="429"} 1 http_requests_total{method="GET",path="/%2fapi/account",status="404"} 1 http_requests_total{method="GET",path="/%2fapi/telescope/requests",status="404"} 1 http_requests_total{method="GET",path="/--wp-lgj.php",status="404"} 1 http_requests_total{method="GET",path="/-/admin/self-information",status="404"} 1 http_requests_total{method="GET",path="/-/settings",status="404"} 1 http_requests_total{method="GET",path="/....//.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/....//.env",status="404"} 1 http_requests_total{method="GET",path="/....//app/.env",status="404"} 1 http_requests_total{method="GET",path="/....//etc/hosts",status="404"} 1 http_requests_total{method="GET",path="/....//etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/....//etc/shadow",status="404"} 1 http_requests_total{method="GET",path="/....//home/.env",status="404"} 1 http_requests_total{method="GET",path="/....//proc/self/environ",status="404"} 1 http_requests_total{method="GET",path="/....//proc/version",status="404"} 1 http_requests_total{method="GET",path="/....//srv/.env",status="404"} 1 http_requests_total{method="GET",path="/....//var/www/.env",status="404"} 1 http_requests_total{method="GET",path="/....//var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/....//var/www/html/config.php",status="404"} 1 http_requests_total{method="GET",path="/....//var/www/html/configuration.php",status="404"} 1 http_requests_total{method="GET",path="/....//var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="/../../../../.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/../../../../.env",status="404"} 1 http_requests_total{method="GET",path="/../../../../app/.env",status="404"} 1 http_requests_total{method="GET",path="/../../../../etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="/../../../../etc/hosts",status="404"} 1 http_requests_total{method="GET",path="/../../../../etc/nginx/nginx.conf",status="404"} 1 http_requests_total{method="GET",path="/../../../../etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/../../../../etc/shadow",status="404"} 1 http_requests_total{method="GET",path="/../../../../etc/ssh/sshd_config",status="404"} 1 http_requests_total{method="GET",path="/../../../../home/.env",status="404"} 1 http_requests_total{method="GET",path="/../../../../home/admin/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../../../home/git/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../../../proc/net/tcp",status="404"} 1 http_requests_total{method="GET",path="/../../../../proc/self/environ",status="404"} 1 http_requests_total{method="GET",path="/../../../../proc/version",status="404"} 1 http_requests_total{method="GET",path="/../../../../root/.bash_history",status="404"} 1 http_requests_total{method="GET",path="/../../../../root/.mysql_history",status="404"} 1 http_requests_total{method="GET",path="/../../../../root/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/../../../../root/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../../../srv/.env",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/log/auth.log",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/log/nginx/access.log",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/log/secure",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/www/.env",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/www/.git/config",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/www/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/www/html/config.php",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/www/html/configuration.php",status="404"} 1 http_requests_total{method="GET",path="/../../../../var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="/../../../.aws/credentials",status="404"} 2 http_requests_total{method="GET",path="/../../../.env",status="404"} 2 http_requests_total{method="GET",path="/../../../app/.env",status="404"} 1 http_requests_total{method="GET",path="/../../../etc/apache2/apache2.conf",status="404"} 2 http_requests_total{method="GET",path="/../../../etc/hosts",status="404"} 2 http_requests_total{method="GET",path="/../../../etc/nginx/nginx.conf",status="404"} 2 http_requests_total{method="GET",path="/../../../etc/passwd",status="404"} 2 http_requests_total{method="GET",path="/../../../etc/shadow",status="404"} 2 http_requests_total{method="GET",path="/../../../etc/ssh/sshd_config",status="404"} 2 http_requests_total{method="GET",path="/../../../home/.env",status="404"} 2 http_requests_total{method="GET",path="/../../../home/admin/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../../home/deploy/.ssh/id_rsa",status="404"} 2 http_requests_total{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",status="404"} 2 http_requests_total{method="GET",path="/../../../home/git/.ssh/id_rsa",status="404"} 2 http_requests_total{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",status="404"} 2 http_requests_total{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",status="404"} 2 http_requests_total{method="GET",path="/../../../home/www-data/.ssh/id_rsa",status="404"} 2 http_requests_total{method="GET",path="/../../../proc/net/tcp",status="404"} 2 http_requests_total{method="GET",path="/../../../proc/self/cmdline",status="404"} 2 http_requests_total{method="GET",path="/../../../proc/self/environ",status="404"} 2 http_requests_total{method="GET",path="/../../../proc/version",status="404"} 2 http_requests_total{method="GET",path="/../../../root/.bash_history",status="404"} 2 http_requests_total{method="GET",path="/../../../root/.mysql_history",status="404"} 2 http_requests_total{method="GET",path="/../../../root/.ssh/id_ed25519",status="404"} 2 http_requests_total{method="GET",path="/../../../root/.ssh/id_rsa",status="404"} 2 http_requests_total{method="GET",path="/../../../srv/.env",status="404"} 2 http_requests_total{method="GET",path="/../../../var/log/apache2/access.log",status="404"} 2 http_requests_total{method="GET",path="/../../../var/log/auth.log",status="404"} 2 http_requests_total{method="GET",path="/../../../var/log/nginx/access.log",status="404"} 2 http_requests_total{method="GET",path="/../../../var/log/secure",status="404"} 2 http_requests_total{method="GET",path="/../../../var/www/.env",status="404"} 2 http_requests_total{method="GET",path="/../../../var/www/.git/config",status="404"} 2 http_requests_total{method="GET",path="/../../../var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/../../../var/www/html/.git/config",status="404"} 2 http_requests_total{method="GET",path="/../../../var/www/html/config.php",status="404"} 2 http_requests_total{method="GET",path="/../../../var/www/html/configuration.php",status="404"} 2 http_requests_total{method="GET",path="/../../../var/www/html/wp-config.php",status="404"} 2 http_requests_total{method="GET",path="/../../.aws/credentials",status="404"} 3 http_requests_total{method="GET",path="/../../.env",status="404"} 3 http_requests_total{method="GET",path="/../../app/.env",status="404"} 3 http_requests_total{method="GET",path="/../../etc/apache2/apache2.conf",status="404"} 3 http_requests_total{method="GET",path="/../../etc/hosts",status="404"} 3 http_requests_total{method="GET",path="/../../etc/nginx/nginx.conf",status="404"} 3 http_requests_total{method="GET",path="/../../etc/passwd",status="404"} 3 http_requests_total{method="GET",path="/../../etc/shadow",status="404"} 2 http_requests_total{method="GET",path="/../../etc/ssh/sshd_config",status="404"} 3 http_requests_total{method="GET",path="/../../home/.env",status="404"} 3 http_requests_total{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404"} 3 http_requests_total{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404"} 3 http_requests_total{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404"} 3 http_requests_total{method="GET",path="/../../home/git/.ssh/id_rsa",status="404"} 3 http_requests_total{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404"} 2 http_requests_total{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404"} 2 http_requests_total{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404"} 3 http_requests_total{method="GET",path="/../../proc/net/tcp",status="404"} 3 http_requests_total{method="GET",path="/../../proc/self/cmdline",status="404"} 3 http_requests_total{method="GET",path="/../../proc/self/environ",status="404"} 3 http_requests_total{method="GET",path="/../../proc/version",status="404"} 3 http_requests_total{method="GET",path="/../../root/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/../../root/.bash_history",status="404"} 3 http_requests_total{method="GET",path="/../../root/.mysql_history",status="404"} 3 http_requests_total{method="GET",path="/../../root/.ssh/id_ed25519",status="404"} 2 http_requests_total{method="GET",path="/../../root/.ssh/id_rsa",status="404"} 3 http_requests_total{method="GET",path="/../../srv/.env",status="404"} 3 http_requests_total{method="GET",path="/../../var/log/apache2/access.log",status="404"} 3 http_requests_total{method="GET",path="/../../var/log/auth.log",status="404"} 3 http_requests_total{method="GET",path="/../../var/log/nginx/access.log",status="404"} 3 http_requests_total{method="GET",path="/../../var/log/secure",status="404"} 3 http_requests_total{method="GET",path="/../../var/www/.env",status="404"} 3 http_requests_total{method="GET",path="/../../var/www/.git/config",status="404"} 3 http_requests_total{method="GET",path="/../../var/www/html/.env",status="404"} 3 http_requests_total{method="GET",path="/../../var/www/html/.git/config",status="404"} 3 http_requests_total{method="GET",path="/../../var/www/html/config.php",status="404"} 2 http_requests_total{method="GET",path="/../../var/www/html/configuration.php",status="404"} 3 http_requests_total{method="GET",path="/../../var/www/html/wp-config.php",status="404"} 2 http_requests_total{method="GET",path="/../.aws/credentials",status="404"} 5 http_requests_total{method="GET",path="/../.env",status="404"} 4 http_requests_total{method="GET",path="/../app/.env",status="404"} 4 http_requests_total{method="GET",path="/../etc/apache2/apache2.conf",status="404"} 4 http_requests_total{method="GET",path="/../etc/hosts",status="404"} 3 http_requests_total{method="GET",path="/../etc/nginx/nginx.conf",status="404"} 4 http_requests_total{method="GET",path="/../etc/passwd",status="404"} 4 http_requests_total{method="GET",path="/../etc/shadow",status="404"} 4 http_requests_total{method="GET",path="/../etc/ssh/sshd_config",status="404"} 4 http_requests_total{method="GET",path="/../home/.env",status="404"} 4 http_requests_total{method="GET",path="/../home/admin/.ssh/id_rsa",status="404"} 3 http_requests_total{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404"} 4 http_requests_total{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404"} 4 http_requests_total{method="GET",path="/../home/git/.ssh/id_rsa",status="404"} 4 http_requests_total{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404"} 4 http_requests_total{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404"} 4 http_requests_total{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404"} 4 http_requests_total{method="GET",path="/../proc/net/tcp",status="404"} 4 http_requests_total{method="GET",path="/../proc/self/cmdline",status="404"} 4 http_requests_total{method="GET",path="/../proc/self/environ",status="404"} 4 http_requests_total{method="GET",path="/../proc/version",status="404"} 4 http_requests_total{method="GET",path="/../root/.bash_history",status="404"} 4 http_requests_total{method="GET",path="/../root/.mysql_history",status="404"} 4 http_requests_total{method="GET",path="/../root/.ssh/id_ed25519",status="404"} 4 http_requests_total{method="GET",path="/../root/.ssh/id_rsa",status="404"} 4 http_requests_total{method="GET",path="/../srv/.env",status="404"} 4 http_requests_total{method="GET",path="/../var/log/apache2/access.log",status="404"} 4 http_requests_total{method="GET",path="/../var/log/auth.log",status="404"} 4 http_requests_total{method="GET",path="/../var/log/nginx/access.log",status="404"} 4 http_requests_total{method="GET",path="/../var/log/secure",status="404"} 4 http_requests_total{method="GET",path="/../var/www/.env",status="404"} 4 http_requests_total{method="GET",path="/../var/www/.git/config",status="404"} 4 http_requests_total{method="GET",path="/../var/www/html/.env",status="404"} 4 http_requests_total{method="GET",path="/../var/www/html/.git/config",status="404"} 4 http_requests_total{method="GET",path="/../var/www/html/config.php",status="404"} 4 http_requests_total{method="GET",path="/../var/www/html/configuration.php",status="404"} 4 http_requests_total{method="GET",path="/../var/www/html/wp-config.php",status="404"} 4 http_requests_total{method="GET",path="/..;/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/..env",status="404"} 1 http_requests_total{method="GET",path="/../../.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/../../.env",status="404"} 1 http_requests_total{method="GET",path="/../../app/.env",status="404"} 1 http_requests_total{method="GET",path="/../../etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="/../../etc/nginx/nginx.conf",status="404"} 1 http_requests_total{method="GET",path="/../../etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/../../etc/ssh/sshd_config",status="404"} 1 http_requests_total{method="GET",path="/../../home/.env",status="404"} 1 http_requests_total{method="GET",path="/../../home/admin/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../home/deploy/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../home/git/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../home/www-data/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../proc/net/tcp",status="404"} 1 http_requests_total{method="GET",path="/../../proc/self/cmdline",status="404"} 1 http_requests_total{method="GET",path="/../../proc/version",status="404"} 1 http_requests_total{method="GET",path="/../../root/.bash_history",status="404"} 1 http_requests_total{method="GET",path="/../../root/.mysql_history",status="404"} 1 http_requests_total{method="GET",path="/../../root/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/../../root/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../../srv/.env",status="404"} 1 http_requests_total{method="GET",path="/../../var/log/apache2/access.log",status="404"} 1 http_requests_total{method="GET",path="/../../var/log/auth.log",status="404"} 1 http_requests_total{method="GET",path="/../../var/log/nginx/access.log",status="404"} 1 http_requests_total{method="GET",path="/../../var/log/secure",status="404"} 1 http_requests_total{method="GET",path="/../../var/www/.env",status="404"} 1 http_requests_total{method="GET",path="/../../var/www/.git/config",status="404"} 1 http_requests_total{method="GET",path="/../../var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/../../var/www/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="/../../var/www/html/config.php",status="404"} 1 http_requests_total{method="GET",path="/../../var/www/html/configuration.php",status="404"} 1 http_requests_total{method="GET",path="/../../var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="/../.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/../.env",status="404"} 1 http_requests_total{method="GET",path="/../app/.env",status="404"} 1 http_requests_total{method="GET",path="/../etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="/../etc/hosts",status="404"} 1 http_requests_total{method="GET",path="/../etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/../etc/shadow",status="404"} 1 http_requests_total{method="GET",path="/../etc/ssh/sshd_config",status="404"} 1 http_requests_total{method="GET",path="/../home/.env",status="404"} 1 http_requests_total{method="GET",path="/../home/admin/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../home/deploy/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../home/git/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../home/www-data/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../proc/net/tcp",status="404"} 1 http_requests_total{method="GET",path="/../proc/self/cmdline",status="404"} 1 http_requests_total{method="GET",path="/../proc/self/environ",status="404"} 1 http_requests_total{method="GET",path="/../proc/version",status="404"} 1 http_requests_total{method="GET",path="/../root/.bash_history",status="404"} 1 http_requests_total{method="GET",path="/../root/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/../root/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/../srv/.env",status="404"} 1 http_requests_total{method="GET",path="/../var/log/apache2/access.log",status="404"} 1 http_requests_total{method="GET",path="/../var/log/auth.log",status="404"} 1 http_requests_total{method="GET",path="/../var/log/nginx/access.log",status="404"} 1 http_requests_total{method="GET",path="/../var/log/secure",status="404"} 1 http_requests_total{method="GET",path="/../var/www/.env",status="404"} 1 http_requests_total{method="GET",path="/../var/www/.git/config",status="404"} 1 http_requests_total{method="GET",path="/../var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/../var/www/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="/../var/www/html/configuration.php",status="404"} 1 http_requests_total{method="GET",path="/../var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="/./",status="429"} 7 http_requests_total{method="GET",path="/./.aws/./config",status="429"} 1 http_requests_total{method="GET",path="/./.aws/./credentials",status="429"} 3 http_requests_total{method="GET",path="/./.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/./.env",status="404"} 4 http_requests_total{method="GET",path="/./.env",status="429"} 10 http_requests_total{method="GET",path="/./.env ",status="429"} 2 http_requests_total{method="GET",path="/./.env.backup",status="429"} 6 http_requests_total{method="GET",path="/./.env.bak",status="429"} 6 http_requests_total{method="GET",path="/./.env.docker",status="404"} 1 http_requests_total{method="GET",path="/./.env.docker",status="429"} 3 http_requests_total{method="GET",path="/./.env.local",status="429"} 6 http_requests_total{method="GET",path="/./.env.local.bak",status="429"} 3 http_requests_total{method="GET",path="/./.env.old",status="429"} 3 http_requests_total{method="GET",path="/./.env.orig",status="429"} 3 http_requests_total{method="GET",path="/./.env.production",status="429"} 6 http_requests_total{method="GET",path="/./.env.production.bak",status="429"} 3 http_requests_total{method="GET",path="/./.env.production;/./style.css",status="429"} 1 http_requests_total{method="GET",path="/./.env.save",status="429"} 3 http_requests_total{method="GET",path="/./.env.staging",status="429"} 3 http_requests_total{method="GET",path="/./.env.swp",status="429"} 3 http_requests_total{method="GET",path="/./.env.testing",status="404"} 3 http_requests_total{method="GET",path="/./.env.testing",status="429"} 6 http_requests_total{method="GET",path="/./.env/",status="404"} 1 http_requests_total{method="GET",path="/./.env/",status="429"} 8 http_requests_total{method="GET",path="/./.env/./",status="429"} 3 http_requests_total{method="GET",path="/./.env;/./style.css",status="429"} 1 http_requests_total{method="GET",path="/./.env~",status="429"} 3 http_requests_total{method="GET",path="/./.git/./config",status="404"} 1 http_requests_total{method="GET",path="/./.git/./config",status="429"} 2 http_requests_total{method="GET",path="/./.github/./workflows/./ci.yml",status="429"} 1 http_requests_total{method="GET",path="/./.github/./workflows/./deploy.yml",status="404"} 1 http_requests_total{method="GET",path="/./.htaccess.bak",status="429"} 3 http_requests_total{method="GET",path="/./.htpasswd",status="404"} 1 http_requests_total{method="GET",path="/./.htpasswd",status="429"} 6 http_requests_total{method="GET",path="/./.netrc",status="404"} 2 http_requests_total{method="GET",path="/./.netrc",status="429"} 5 http_requests_total{method="GET",path="/./.npmrc",status="429"} 7 http_requests_total{method="GET",path="/./.ssh/./id_rsa",status="429"} 2 http_requests_total{method="GET",path="/./.well-known/./jwks.json",status="429"} 1 http_requests_total{method="GET",path="/./.well-known/./oauth-authorization-server",status="429"} 1 http_requests_total{method="GET",path="/./.well-known/./openid-configuration",status="429"} 1 http_requests_total{method="GET",path="/.//./.env",status="429"} 2 http_requests_total{method="GET",path="/./actuator",status="429"} 3 http_requests_total{method="GET",path="/./actuator/./heapdump",status="429"} 1 http_requests_total{method="GET",path="/./actuator/./logfile",status="429"} 1 http_requests_total{method="GET",path="/./api-docs.json",status="429"} 3 http_requests_total{method="GET",path="/./api/./config",status="429"} 1 http_requests_total{method="GET",path="/./api/./config.json",status="429"} 1 http_requests_total{method="GET",path="/./api/./env",status="429"} 1 http_requests_total{method="GET",path="/./api/./env-config",status="429"} 1 http_requests_total{method="GET",path="/./api/./info",status="429"} 1 http_requests_total{method="GET",path="/./api/./runtime-config",status="429"} 1 http_requests_total{method="GET",path="/./api/./settings",status="429"} 1 http_requests_total{method="GET",path="/./api/./v1/./config",status="429"} 1 http_requests_total{method="GET",path="/./api/./version",status="429"} 1 http_requests_total{method="GET",path="/./app.json",status="429"} 3 http_requests_total{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",status="429"} 1 http_requests_total{method="GET",path="/./appsettings.json.bak",status="429"} 3 http_requests_total{method="GET",path="/./assets/./env.js",status="429"} 1 http_requests_total{method="GET",path="/./aws-exports.js",status="429"} 8 http_requests_total{method="GET",path="/./awsconfiguration.json",status="404"} 1 http_requests_total{method="GET",path="/./awsconfiguration.json",status="429"} 7 http_requests_total{method="GET",path="/./backup",status="429"} 2 http_requests_total{method="GET",path="/./backup.sql",status="404"} 1 http_requests_total{method="GET",path="/./backup.sql",status="429"} 6 http_requests_total{method="GET",path="/./backup.sql.gz",status="429"} 3 http_requests_total{method="GET",path="/./backup.sql.zip",status="429"} 3 http_requests_total{method="GET",path="/./backup/./",status="429"} 1 http_requests_total{method="GET",path="/./backups",status="429"} 2 http_requests_total{method="GET",path="/./backups/./",status="429"} 1 http_requests_total{method="GET",path="/./build.json",status="429"} 3 http_requests_total{method="GET",path="/./config.js",status="429"} 3 http_requests_total{method="GET",path="/./config.json",status="429"} 3 http_requests_total{method="GET",path="/./config.php.bak",status="429"} 3 http_requests_total{method="GET",path="/./config.php.old",status="429"} 3 http_requests_total{method="GET",path="/./config/./app.php",status="429"} 2 http_requests_total{method="GET",path="/./config/./database.php",status="429"} 2 http_requests_total{method="GET",path="/./config/./mail.php",status="429"} 1 http_requests_total{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",status="429"} 1 http_requests_total{method="GET",path="/./database.sql",status="404"} 1 http_requests_total{method="GET",path="/./database.sql",status="429"} 5 http_requests_total{method="GET",path="/./database.sql.gz",status="429"} 3 http_requests_total{method="GET",path="/./database.yml.bak",status="429"} 3 http_requests_total{method="GET",path="/./db.sql",status="429"} 3 http_requests_total{method="GET",path="/./debug.log",status="429"} 3 http_requests_total{method="GET",path="/./docker-compose.yml",status="404"} 2 http_requests_total{method="GET",path="/./docker-compose.yml",status="429"} 5 http_requests_total{method="GET",path="/./dump.sql",status="404"} 1 http_requests_total{method="GET",path="/./dump.sql",status="429"} 7 http_requests_total{method="GET",path="/./dump.sql.gz",status="429"} 3 http_requests_total{method="GET",path="/./dump.sql.zip",status="429"} 3 http_requests_total{method="GET",path="/./env-config.js",status="429"} 3 http_requests_total{method="GET",path="/./env.js",status="429"} 3 http_requests_total{method="GET",path="/./error.log",status="429"} 3 http_requests_total{method="GET",path="/./export.sql",status="404"} 1 http_requests_total{method="GET",path="/./export.sql",status="429"} 2 http_requests_total{method="GET",path="/./health",status="429"} 3 http_requests_total{method="GET",path="/./healthz",status="429"} 3 http_requests_total{method="GET",path="/./index.php",status="404"} 4 http_requests_total{method="GET",path="/./index.php",status="429"} 20 http_requests_total{method="GET",path="/./laravel.log",status="429"} 3 http_requests_total{method="GET",path="/./login",status="429"} 3 http_requests_total{method="GET",path="/./mysql.sql",status="429"} 3 http_requests_total{method="GET",path="/./openapi.json",status="429"} 3 http_requests_total{method="GET",path="/./rest/./v1/./;/./",status="429"} 1 http_requests_total{method="GET",path="/./rest/./v1/./;/./.env",status="429"} 1 http_requests_total{method="GET",path="/./rest/./v1/./;/./.env.local",status="429"} 1 http_requests_total{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",status="429"} 1 http_requests_total{method="GET",path="/./rest/./v1/./;/./actuator/./env",status="429"} 1 http_requests_total{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",status="429"} 1 http_requests_total{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",status="429"} 1 http_requests_total{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",status="429"} 1 http_requests_total{method="GET",path="/./runtime-config.json",status="429"} 3 http_requests_total{method="GET",path="/./settings.json",status="429"} 3 http_requests_total{method="GET",path="/./settings.py.bak",status="429"} 3 http_requests_total{method="GET",path="/./static/./env.js",status="429"} 1 http_requests_total{method="GET",path="/./storage/./logs/./laravel.log",status="429"} 1 http_requests_total{method="GET",path="/./swagger.json",status="429"} 3 http_requests_total{method="GET",path="/./tailwind.config.js",status="404"} 4 http_requests_total{method="GET",path="/./tailwind.config.mjs",status="404"} 4 http_requests_total{method="GET",path="/./terraform.tfstate",status="429"} 8 http_requests_total{method="GET",path="/./uploads",status="429"} 2 http_requests_total{method="GET",path="/./uploads/./",status="429"} 1 http_requests_total{method="GET",path="/./v2/./api-docs",status="429"} 1 http_requests_total{method="GET",path="/./v3/./api-docs",status="429"} 1 http_requests_total{method="GET",path="/./version.json",status="429"} 3 http_requests_total{method="GET",path="/./wp-config.php",status="429"} 3 http_requests_total{method="GET",path="/./wp-config.php.bak",status="404"} 1 http_requests_total{method="GET",path="/./wp-config.php.bak",status="429"} 11 http_requests_total{method="GET",path="/./wp-config.php.old",status="429"} 3 http_requests_total{method="GET",path="/./wp-config.php.swp",status="429"} 3 http_requests_total{method="GET",path="/./wp-config.php;/./style.css",status="429"} 2 http_requests_total{method="GET",path="/./wp-config.txt",status="429"} 3 http_requests_total{method="GET",path="/./wp-content/./backup/./",status="429"} 1 http_requests_total{method="GET",path="/./wp-content/./uploads/./",status="404"} 1 http_requests_total{method="GET",path="/.DS_Store",status="404"} 2 http_requests_total{method="GET",path="/.DS_Store",status="429"} 4 http_requests_total{method="GET",path="/.aider.conf.yml",status="429"} 5 http_requests_total{method="GET",path="/.aider/",status="429"} 4 http_requests_total{method="GET",path="/.alf.php",status="404"} 1 http_requests_total{method="GET",path="/.alf.php",status="429"} 1 http_requests_total{method="GET",path="/.anthropic/config.json",status="429"} 2 http_requests_total{method="GET",path="/.aws/./config",status="429"} 2 http_requests_total{method="GET",path="/.aws/./credentials",status="404"} 1 http_requests_total{method="GET",path="/.aws/./credentials",status="429"} 7 http_requests_total{method="GET",path="/.aws/Config",status="429"} 1 http_requests_total{method="GET",path="/.aws/Credentials",status="404"} 1 http_requests_total{method="GET",path="/.aws/Credentials",status="429"} 3 http_requests_total{method="GET",path="/.aws/config",status="404"} 7 http_requests_total{method="GET",path="/.aws/config",status="429"} 9 http_requests_total{method="GET",path="/.aws/config",status="429"} 1 http_requests_total{method="GET",path="/.aws/config ",status="429"} 2 http_requests_total{method="GET",path="/.aws/config..;/",status="429"} 1 http_requests_total{method="GET",path="/.aws/config/",status="429"} 2 http_requests_total{method="GET",path="/.aws/config/.",status="429"} 1 http_requests_total{method="GET",path="/.aws/config::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.aws/config;",status="429"} 1 http_requests_total{method="GET",path="/.aws/config;.php",status="429"} 1 http_requests_total{method="GET",path="/.aws/config;/",status="429"} 1 http_requests_total{method="GET",path="/.aws/credentials",status="404"} 16 http_requests_total{method="GET",path="/.aws/credentials",status="429"} 30 http_requests_total{method="GET",path="/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/.aws/credentials",status="429"} 3 http_requests_total{method="GET",path="/.aws/credentials ",status="404"} 1 http_requests_total{method="GET",path="/.aws/credentials ",status="429"} 6 http_requests_total{method="GET",path="/.aws/credentials..;/",status="429"} 4 http_requests_total{method="GET",path="/.aws/credentials.bak",status="404"} 2 http_requests_total{method="GET",path="/.aws/credentials.old",status="404"} 2 http_requests_total{method="GET",path="/.aws/credentials.swp",status="404"} 1 http_requests_total{method="GET",path="/.aws/credentials/",status="429"} 7 http_requests_total{method="GET",path="/.aws/credentials/.",status="429"} 4 http_requests_total{method="GET",path="/.aws/credentials::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.aws/credentials;",status="429"} 4 http_requests_total{method="GET",path="/.aws/credentials;.php",status="429"} 3 http_requests_total{method="GET",path="/.aws/credentials;/",status="429"} 3 http_requests_total{method="GET",path="/.aws/credentials~",status="404"} 1 http_requests_total{method="GET",path="/.azure-pipelines.yml",status="404"} 2 http_requests_total{method="GET",path="/.azure/accessTokens.json",status="429"} 2 http_requests_total{method="GET",path="/.azure/azureProfile.json",status="404"} 1 http_requests_total{method="GET",path="/.azure/azureProfile.json",status="429"} 1 http_requests_total{method="GET",path="/.azure/credentials",status="429"} 2 http_requests_total{method="GET",path="/.bash_history",status="429"} 1 http_requests_total{method="GET",path="/.bash_profile",status="404"} 1 http_requests_total{method="GET",path="/.boto",status="404"} 1 http_requests_total{method="GET",path="/.buildkite/pipeline.yaml",status="404"} 2 http_requests_total{method="GET",path="/.buildkite/pipeline.yml",status="404"} 2 http_requests_total{method="GET",path="/.circleci/config.yaml",status="404"} 2 http_requests_total{method="GET",path="/.circleci/config.yml",status="404"} 2 http_requests_total{method="GET",path="/.circleci/config.yml",status="429"} 5 http_requests_total{method="GET",path="/.claude.json",status="429"} 1 http_requests_total{method="GET",path="/.claude/settings.json",status="429"} 1 http_requests_total{method="GET",path="/.codeium/",status="429"} 4 http_requests_total{method="GET",path="/.codex/config.toml",status="429"} 1 http_requests_total{method="GET",path="/.config/anthropic/credentials/default.json",status="429"} 1 http_requests_total{method="GET",path="/.config/gcloud/application_default_credentials.json",status="404"} 1 http_requests_total{method="GET",path="/.config/rclone/rclone.conf",status="404"} 1 http_requests_total{method="GET",path="/.continue/config.json",status="429"} 4 http_requests_total{method="GET",path="/.cursor/",status="404"} 1 http_requests_total{method="GET",path="/.cursor/",status="429"} 3 http_requests_total{method="GET",path="/.cursor/mcp.json",status="404"} 2 http_requests_total{method="GET",path="/.cursor/mcp.json",status="429"} 4 http_requests_total{method="GET",path="/.docker/.env",status="429"} 1 http_requests_total{method="GET",path="/.docker/config.json",status="404"} 2 http_requests_total{method="GET",path="/.docker/config.json",status="429"} 1 http_requests_total{method="GET",path="/.drone.yaml",status="404"} 2 http_requests_total{method="GET",path="/.drone.yml",status="404"} 3 http_requests_total{method="GET",path="/.drone.yml",status="429"} 2 http_requests_total{method="GET",path="/.env",status="404"} 51 http_requests_total{method="GET",path="/.env",status="429"} 29 http_requests_total{method="GET",path="/.env",status="429"} 5 http_requests_total{method="GET",path="/.env ",status="404"} 1 http_requests_total{method="GET",path="/.env ",status="404"} 7 http_requests_total{method="GET",path="/.env ",status="429"} 18 http_requests_total{method="GET",path="/.env ",status="429"} 1 http_requests_total{method="GET",path="/.env ",status="429"} 1 http_requests_total{method="GET",path="/.env ..;/",status="429"} 1 http_requests_total{method="GET",path="/.env /",status="429"} 1 http_requests_total{method="GET",path="/.env /.",status="429"} 1 http_requests_total{method="GET",path="/.env ;",status="429"} 1 http_requests_total{method="GET",path="/.env%2F",status="404"} 9 http_requests_total{method="GET",path="/.env%2F",status="429"} 20 http_requests_total{method="GET",path="/.env-probe-7d5a2143",status="404"} 1 http_requests_total{method="GET",path="/.env..",status="404"} 1 http_requests_total{method="GET",path="/.env..;/",status="404"} 1 http_requests_total{method="GET",path="/.env..;/",status="429"} 4 http_requests_total{method="GET",path="/.env.aws",status="404"} 3 http_requests_total{method="GET",path="/.env.backup",status="404"} 18 http_requests_total{method="GET",path="/.env.backup",status="429"} 27 http_requests_total{method="GET",path="/.env.backup",status="429"} 2 http_requests_total{method="GET",path="/.env.backup ",status="429"} 4 http_requests_total{method="GET",path="/.env.backup..;/",status="429"} 2 http_requests_total{method="GET",path="/.env.backup/",status="429"} 4 http_requests_total{method="GET",path="/.env.backup/.",status="429"} 2 http_requests_total{method="GET",path="/.env.backup1",status="404"} 2 http_requests_total{method="GET",path="/.env.backup2",status="404"} 2 http_requests_total{method="GET",path="/.env.backup;",status="429"} 2 http_requests_total{method="GET",path="/.env.backup;.php",status="429"} 2 http_requests_total{method="GET",path="/.env.backup;/",status="429"} 2 http_requests_total{method="GET",path="/.env.bak",status="404"} 13 http_requests_total{method="GET",path="/.env.bak",status="429"} 29 http_requests_total{method="GET",path="/.env.bak",status="429"} 1 http_requests_total{method="GET",path="/.env.bak ",status="429"} 3 http_requests_total{method="GET",path="/.env.bak..;/",status="429"} 2 http_requests_total{method="GET",path="/.env.bak/",status="429"} 3 http_requests_total{method="GET",path="/.env.bak/.",status="404"} 1 http_requests_total{method="GET",path="/.env.bak/.",status="429"} 2 http_requests_total{method="GET",path="/.env.bak;",status="429"} 2 http_requests_total{method="GET",path="/.env.bak;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.bak;/",status="429"} 1 http_requests_total{method="GET",path="/.env.ci",status="404"} 2 http_requests_total{method="GET",path="/.env.dev",status="404"} 8 http_requests_total{method="GET",path="/.env.dev",status="429"} 1 http_requests_total{method="GET",path="/.env.development",status="404"} 7 http_requests_total{method="GET",path="/.env.development.local",status="404"} 1 http_requests_total{method="GET",path="/.env.development.local",status="429"} 1 http_requests_total{method="GET",path="/.env.dist",status="404"} 2 http_requests_total{method="GET",path="/.env.docker",status="404"} 7 http_requests_total{method="GET",path="/.env.docker",status="429"} 16 http_requests_total{method="GET",path="/.env.docker",status="429"} 1 http_requests_total{method="GET",path="/.env.docker ",status="429"} 2 http_requests_total{method="GET",path="/.env.docker..;/",status="429"} 1 http_requests_total{method="GET",path="/.env.docker/",status="429"} 2 http_requests_total{method="GET",path="/.env.docker/.",status="429"} 2 http_requests_total{method="GET",path="/.env.docker::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.env.docker;",status="429"} 1 http_requests_total{method="GET",path="/.env.docker;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.docker;/",status="429"} 1 http_requests_total{method="GET",path="/.env.example",status="404"} 9 http_requests_total{method="GET",path="/.env.fly",status="404"} 1 http_requests_total{method="GET",path="/.env.heroku",status="404"} 1 http_requests_total{method="GET",path="/.env.json",status="404"} 2 http_requests_total{method="GET",path="/.env.live",status="404"} 2 http_requests_total{method="GET",path="/.env.local",status="404"} 22 http_requests_total{method="GET",path="/.env.local",status="429"} 25 http_requests_total{method="GET",path="/.env.local",status="429"} 2 http_requests_total{method="GET",path="/.env.local ",status="429"} 4 http_requests_total{method="GET",path="/.env.local..;/",status="429"} 2 http_requests_total{method="GET",path="/.env.local.bak",status="404"} 1 http_requests_total{method="GET",path="/.env.local.bak",status="429"} 12 http_requests_total{method="GET",path="/.env.local.bak",status="429"} 1 http_requests_total{method="GET",path="/.env.local.bak ",status="429"} 2 http_requests_total{method="GET",path="/.env.local.bak..;/",status="429"} 1 http_requests_total{method="GET",path="/.env.local.bak/",status="429"} 2 http_requests_total{method="GET",path="/.env.local.bak/.",status="429"} 1 http_requests_total{method="GET",path="/.env.local.bak;",status="429"} 1 http_requests_total{method="GET",path="/.env.local.bak;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.local.bak;/",status="429"} 1 http_requests_total{method="GET",path="/.env.local.php",status="429"} 1 http_requests_total{method="GET",path="/.env.local/",status="429"} 4 http_requests_total{method="GET",path="/.env.local/.",status="429"} 2 http_requests_total{method="GET",path="/.env.local::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.env.local;",status="429"} 2 http_requests_total{method="GET",path="/.env.local;.php",status="429"} 2 http_requests_total{method="GET",path="/.env.local;/",status="429"} 2 http_requests_total{method="GET",path="/.env.neon",status="404"} 1 http_requests_total{method="GET",path="/.env.old",status="404"} 11 http_requests_total{method="GET",path="/.env.old",status="429"} 13 http_requests_total{method="GET",path="/.env.old",status="429"} 1 http_requests_total{method="GET",path="/.env.old ",status="429"} 2 http_requests_total{method="GET",path="/.env.old..;/",status="429"} 1 http_requests_total{method="GET",path="/.env.old/",status="429"} 2 http_requests_total{method="GET",path="/.env.old/.",status="429"} 1 http_requests_total{method="GET",path="/.env.old;",status="429"} 1 http_requests_total{method="GET",path="/.env.old;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.old;/",status="429"} 1 http_requests_total{method="GET",path="/.env.orig",status="404"} 1 http_requests_total{method="GET",path="/.env.orig",status="429"} 13 http_requests_total{method="GET",path="/.env.orig",status="429"} 1 http_requests_total{method="GET",path="/.env.orig ",status="429"} 2 http_requests_total{method="GET",path="/.env.orig..;/",status="429"} 1 http_requests_total{method="GET",path="/.env.orig/",status="429"} 2 http_requests_total{method="GET",path="/.env.orig/.",status="429"} 1 http_requests_total{method="GET",path="/.env.orig;",status="429"} 1 http_requests_total{method="GET",path="/.env.orig;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.orig;/",status="429"} 1 http_requests_total{method="GET",path="/.env.php",status="404"} 3 http_requests_total{method="GET",path="/.env.php",status="429"} 1 http_requests_total{method="GET",path="/.env.php.bak",status="404"} 3 http_requests_total{method="GET",path="/.env.php.bak",status="429"} 1 http_requests_total{method="GET",path="/.env.preprod",status="404"} 2 http_requests_total{method="GET",path="/.env.prod",status="404"} 7 http_requests_total{method="GET",path="/.env.prod",status="429"} 1 http_requests_total{method="GET",path="/.env.production",status="404"} 15 http_requests_total{method="GET",path="/.env.production",status="429"} 34 http_requests_total{method="GET",path="/.env.production",status="429"} 2 http_requests_total{method="GET",path="/.env.production ",status="429"} 4 http_requests_total{method="GET",path="/.env.production..;/",status="429"} 2 http_requests_total{method="GET",path="/.env.production.bak",status="429"} 13 http_requests_total{method="GET",path="/.env.production.bak",status="429"} 1 http_requests_total{method="GET",path="/.env.production.bak ",status="429"} 2 http_requests_total{method="GET",path="/.env.production.bak..;/",status="429"} 1 http_requests_total{method="GET",path="/.env.production.bak/",status="429"} 2 http_requests_total{method="GET",path="/.env.production.bak/.",status="429"} 1 http_requests_total{method="GET",path="/.env.production.bak;",status="429"} 1 http_requests_total{method="GET",path="/.env.production.bak;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.production.bak;/",status="429"} 1 http_requests_total{method="GET",path="/.env.production.local",status="429"} 1 http_requests_total{method="GET",path="/.env.production.php",status="429"} 1 http_requests_total{method="GET",path="/.env.production/",status="429"} 4 http_requests_total{method="GET",path="/.env.production/.",status="429"} 2 http_requests_total{method="GET",path="/.env.production::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.env.production;",status="429"} 2 http_requests_total{method="GET",path="/.env.production;.php",status="429"} 2 http_requests_total{method="GET",path="/.env.production;/",status="429"} 2 http_requests_total{method="GET",path="/.env.production;/./style.css",status="429"} 4 http_requests_total{method="GET",path="/.env.production;/Style.css",status="429"} 2 http_requests_total{method="GET",path="/.env.production;/style.css",status="404"} 5 http_requests_total{method="GET",path="/.env.production;/style.css",status="429"} 19 http_requests_total{method="GET",path="/.env.production;/style.css",status="429"} 2 http_requests_total{method="GET",path="/.env.production;/style.css ",status="429"} 3 http_requests_total{method="GET",path="/.env.production;/style.css..;/",status="429"} 2 http_requests_total{method="GET",path="/.env.production;/style.css/",status="429"} 3 http_requests_total{method="GET",path="/.env.production;/style.css/.",status="404"} 1 http_requests_total{method="GET",path="/.env.production;/style.css/.",status="429"} 1 http_requests_total{method="GET",path="/.env.production;/style.css;",status="429"} 2 http_requests_total{method="GET",path="/.env.production;/style.css;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.production;/style.css;/",status="429"} 1 http_requests_total{method="GET",path="/.env.railway",status="404"} 1 http_requests_total{method="GET",path="/.env.remote",status="404"} 2 http_requests_total{method="GET",path="/.env.render",status="404"} 1 http_requests_total{method="GET",path="/.env.sample",status="404"} 3 http_requests_total{method="GET",path="/.env.save",status="404"} 8 http_requests_total{method="GET",path="/.env.save",status="429"} 14 http_requests_total{method="GET",path="/.env.save",status="429"} 1 http_requests_total{method="GET",path="/.env.save ",status="429"} 2 http_requests_total{method="GET",path="/.env.save..;/",status="429"} 1 http_requests_total{method="GET",path="/.env.save/",status="429"} 2 http_requests_total{method="GET",path="/.env.save/.",status="429"} 1 http_requests_total{method="GET",path="/.env.save;",status="429"} 1 http_requests_total{method="GET",path="/.env.save;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.save;/",status="429"} 1 http_requests_total{method="GET",path="/.env.stage",status="404"} 2 http_requests_total{method="GET",path="/.env.staging",status="404"} 17 http_requests_total{method="GET",path="/.env.staging",status="429"} 12 http_requests_total{method="GET",path="/.env.staging",status="429"} 1 http_requests_total{method="GET",path="/.env.staging ",status="429"} 2 http_requests_total{method="GET",path="/.env.staging..;/",status="429"} 1 http_requests_total{method="GET",path="/.env.staging/",status="429"} 2 http_requests_total{method="GET",path="/.env.staging/.",status="429"} 1 http_requests_total{method="GET",path="/.env.staging;",status="429"} 1 http_requests_total{method="GET",path="/.env.staging;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.staging;/",status="429"} 1 http_requests_total{method="GET",path="/.env.supabase",status="404"} 1 http_requests_total{method="GET",path="/.env.swp",status="404"} 3 http_requests_total{method="GET",path="/.env.swp",status="429"} 13 http_requests_total{method="GET",path="/.env.swp",status="429"} 1 http_requests_total{method="GET",path="/.env.swp ",status="429"} 2 http_requests_total{method="GET",path="/.env.swp..;/",status="429"} 1 http_requests_total{method="GET",path="/.env.swp/",status="429"} 2 http_requests_total{method="GET",path="/.env.swp/.",status="429"} 1 http_requests_total{method="GET",path="/.env.swp;",status="429"} 1 http_requests_total{method="GET",path="/.env.swp;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.swp;/",status="429"} 1 http_requests_total{method="GET",path="/.env.test",status="404"} 4 http_requests_total{method="GET",path="/.env.test",status="429"} 1 http_requests_total{method="GET",path="/.env.test.local",status="404"} 1 http_requests_total{method="GET",path="/.env.testing",status="404"} 2 http_requests_total{method="GET",path="/.env.testing",status="429"} 39 http_requests_total{method="GET",path="/.env.testing",status="404"} 1 http_requests_total{method="GET",path="/.env.testing",status="429"} 2 http_requests_total{method="GET",path="/.env.testing ",status="429"} 6 http_requests_total{method="GET",path="/.env.testing..;/",status="429"} 3 http_requests_total{method="GET",path="/.env.testing/",status="429"} 5 http_requests_total{method="GET",path="/.env.testing/.",status="404"} 1 http_requests_total{method="GET",path="/.env.testing/.",status="429"} 3 http_requests_total{method="GET",path="/.env.testing::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.env.testing;",status="404"} 1 http_requests_total{method="GET",path="/.env.testing;",status="429"} 2 http_requests_total{method="GET",path="/.env.testing;.php",status="404"} 1 http_requests_total{method="GET",path="/.env.testing;.php",status="429"} 1 http_requests_total{method="GET",path="/.env.testing;/",status="429"} 2 http_requests_total{method="GET",path="/.env.tmp",status="404"} 3 http_requests_total{method="GET",path="/.env.txt",status="404"} 5 http_requests_total{method="GET",path="/.env.uat",status="404"} 2 http_requests_total{method="GET",path="/.env.vault",status="404"} 1 http_requests_total{method="GET",path="/.env.vercel",status="404"} 1 http_requests_total{method="GET",path="/.env.yaml",status="404"} 2 http_requests_total{method="GET",path="/.env.yml",status="404"} 2 http_requests_total{method="GET",path="/.env/",status="404"} 13 http_requests_total{method="GET",path="/.env/",status="429"} 48 http_requests_total{method="GET",path="/.env/",status="404"} 1 http_requests_total{method="GET",path="/.env/",status="429"} 2 http_requests_total{method="GET",path="/.env/ ",status="404"} 1 http_requests_total{method="GET",path="/.env/ ",status="429"} 7 http_requests_total{method="GET",path="/.env/.",status="404"} 2 http_requests_total{method="GET",path="/.env/.",status="429"} 5 http_requests_total{method="GET",path="/.env/..;/",status="404"} 1 http_requests_total{method="GET",path="/.env/..;/",status="429"} 2 http_requests_total{method="GET",path="/.env//",status="404"} 1 http_requests_total{method="GET",path="/.env//",status="429"} 7 http_requests_total{method="GET",path="/.env//.",status="404"} 1 http_requests_total{method="GET",path="/.env//.",status="429"} 3 http_requests_total{method="GET",path="/.env/::$DATA",status="429"} 2 http_requests_total{method="GET",path="/.env/;",status="404"} 1 http_requests_total{method="GET",path="/.env/;",status="429"} 2 http_requests_total{method="GET",path="/.env/;.php",status="429"} 5 http_requests_total{method="GET",path="/.env/;/",status="429"} 5 http_requests_total{method="GET",path="/.env1",status="404"} 2 http_requests_total{method="GET",path="/.env2",status="404"} 2 http_requests_total{method="GET",path="/.env;",status="429"} 5 http_requests_total{method="GET",path="/.env;.php",status="429"} 1 http_requests_total{method="GET",path="/.env;/",status="404"} 1 http_requests_total{method="GET",path="/.env;/./style.css",status="404"} 1 http_requests_total{method="GET",path="/.env;/./style.css",status="429"} 3 http_requests_total{method="GET",path="/.env;/Style.css",status="404"} 1 http_requests_total{method="GET",path="/.env;/Style.css",status="429"} 1 http_requests_total{method="GET",path="/.env;/style.css",status="404"} 8 http_requests_total{method="GET",path="/.env;/style.css",status="429"} 16 http_requests_total{method="GET",path="/.env;/style.css",status="429"} 2 http_requests_total{method="GET",path="/.env;/style.css ",status="429"} 3 http_requests_total{method="GET",path="/.env;/style.css..;/",status="429"} 2 http_requests_total{method="GET",path="/.env;/style.css/",status="429"} 3 http_requests_total{method="GET",path="/.env;/style.css/.",status="404"} 1 http_requests_total{method="GET",path="/.env;/style.css/.",status="429"} 1 http_requests_total{method="GET",path="/.env;/style.css;",status="429"} 2 http_requests_total{method="GET",path="/.env;/style.css;.php",status="429"} 1 http_requests_total{method="GET",path="/.env;/style.css;/",status="429"} 1 http_requests_total{method="GET",path="/.env_copy",status="404"} 2 http_requests_total{method="GET",path="/.env~",status="404"} 2 http_requests_total{method="GET",path="/.env~",status="429"} 14 http_requests_total{method="GET",path="/.env~",status="429"} 1 http_requests_total{method="GET",path="/.env~ ",status="429"} 2 http_requests_total{method="GET",path="/.env~..;/",status="429"} 1 http_requests_total{method="GET",path="/.env~/",status="429"} 2 http_requests_total{method="GET",path="/.env~/.",status="429"} 1 http_requests_total{method="GET",path="/.env~;",status="429"} 1 http_requests_total{method="GET",path="/.env~;.php",status="429"} 1 http_requests_total{method="GET",path="/.env~;/",status="429"} 1 http_requests_total{method="GET",path="/.firebase/hosting.json",status="429"} 1 http_requests_total{method="GET",path="/.gcloud/credentials",status="429"} 2 http_requests_total{method="GET",path="/.gcloud/credentials.json",status="429"} 2 http_requests_total{method="GET",path="/.git-credentials",status="404"} 1 http_requests_total{method="GET",path="/.git-credentials",status="429"} 1 http_requests_total{method="GET",path="/.git/./config",status="429"} 6 http_requests_total{method="GET",path="/.git/.env",status="404"} 2 http_requests_total{method="GET",path="/.git/Config",status="429"} 3 http_requests_total{method="GET",path="/.git/HEAD",status="404"} 6 http_requests_total{method="GET",path="/.git/HEAD",status="429"} 1 http_requests_total{method="GET",path="/.git/config",status="404"} 27 http_requests_total{method="GET",path="/.git/config",status="429"} 25 http_requests_total{method="GET",path="/.git/config",status="429"} 3 http_requests_total{method="GET",path="/.git/config ",status="404"} 1 http_requests_total{method="GET",path="/.git/config ",status="429"} 5 http_requests_total{method="GET",path="/.git/config..;/",status="429"} 3 http_requests_total{method="GET",path="/.git/config/",status="429"} 6 http_requests_total{method="GET",path="/.git/config/.",status="404"} 1 http_requests_total{method="GET",path="/.git/config/.",status="429"} 2 http_requests_total{method="GET",path="/.git/config::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.git/config;",status="429"} 3 http_requests_total{method="GET",path="/.git/config;.php",status="429"} 3 http_requests_total{method="GET",path="/.git/config;/",status="429"} 3 http_requests_total{method="GET",path="/.git/index",status="429"} 1 http_requests_total{method="GET",path="/.git/logs/HEAD",status="429"} 1 http_requests_total{method="GET",path="/.git/packed-refs",status="429"} 1 http_requests_total{method="GET",path="/.github/.env",status="404"} 1 http_requests_total{method="GET",path="/.github/copilot-instructions.md",status="429"} 4 http_requests_total{method="GET",path="/.github/workflows/./ci.yml",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/./deploy.yml",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/Ci.yml",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/Deploy.yml",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/build.yml",status="404"} 1 http_requests_total{method="GET",path="/.github/workflows/build.yml",status="429"} 3 http_requests_total{method="GET",path="/.github/workflows/cd.yml",status="404"} 1 http_requests_total{method="GET",path="/.github/workflows/cd.yml",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/ci.yml",status="404"} 3 http_requests_total{method="GET",path="/.github/workflows/ci.yml",status="429"} 11 http_requests_total{method="GET",path="/.github/workflows/ci.yml",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/ci.yml ",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/ci.yml..;/",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/ci.yml/",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/ci.yml/.",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/ci.yml;",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/ci.yml;.php",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/ci.yml;/",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/deploy.yml",status="404"} 3 http_requests_total{method="GET",path="/.github/workflows/deploy.yml",status="429"} 12 http_requests_total{method="GET",path="/.github/workflows/deploy.yml",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/deploy.yml ",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/deploy.yml..;/",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/deploy.yml/",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/deploy.yml/.",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/deploy.yml;",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/deploy.yml;.php",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/deploy.yml;/",status="429"} 1 http_requests_total{method="GET",path="/.github/workflows/main.yml",status="404"} 4 http_requests_total{method="GET",path="/.github/workflows/main.yml",status="429"} 2 http_requests_total{method="GET",path="/.github/workflows/release.yml",status="404"} 3 http_requests_total{method="GET",path="/.github/workflows/release.yml",status="429"} 3 http_requests_total{method="GET",path="/.github/workflows/test.yml",status="404"} 1 http_requests_total{method="GET",path="/.github/workflows/test.yml",status="429"} 3 http_requests_total{method="GET",path="/.gitlab-ci.yaml",status="404"} 2 http_requests_total{method="GET",path="/.gitlab-ci.yml",status="404"} 4 http_requests_total{method="GET",path="/.gitlab-ci.yml",status="429"} 4 http_requests_total{method="GET",path="/.gradle/gradle.properties",status="429"} 1 http_requests_total{method="GET",path="/.hermes/.env",status="429"} 1 http_requests_total{method="GET",path="/.hermes/auth.json",status="429"} 1 http_requests_total{method="GET",path="/.hermes/config.yaml",status="404"} 1 http_requests_total{method="GET",path="/.htaccess.bak",status="429"} 13 http_requests_total{method="GET",path="/.htaccess.bak",status="404"} 1 http_requests_total{method="GET",path="/.htaccess.bak ",status="429"} 2 http_requests_total{method="GET",path="/.htaccess.bak..;/",status="429"} 1 http_requests_total{method="GET",path="/.htaccess.bak/",status="429"} 2 http_requests_total{method="GET",path="/.htaccess.bak/.",status="429"} 1 http_requests_total{method="GET",path="/.htaccess.bak;",status="429"} 1 http_requests_total{method="GET",path="/.htaccess.bak;.php",status="429"} 1 http_requests_total{method="GET",path="/.htaccess.bak;/",status="429"} 1 http_requests_total{method="GET",path="/.htpasswd",status="404"} 3 http_requests_total{method="GET",path="/.htpasswd",status="429"} 25 http_requests_total{method="GET",path="/.htpasswd",status="429"} 2 http_requests_total{method="GET",path="/.htpasswd ",status="429"} 4 http_requests_total{method="GET",path="/.htpasswd..;/",status="429"} 2 http_requests_total{method="GET",path="/.htpasswd/",status="429"} 4 http_requests_total{method="GET",path="/.htpasswd/.",status="429"} 3 http_requests_total{method="GET",path="/.htpasswd::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.htpasswd;",status="429"} 2 http_requests_total{method="GET",path="/.htpasswd;.php",status="429"} 2 http_requests_total{method="GET",path="/.htpasswd;/",status="429"} 2 http_requests_total{method="GET",path="/.idea/dataSources.xml",status="429"} 4 http_requests_total{method="GET",path="/.idea/workspace.xml",status="404"} 1 http_requests_total{method="GET",path="/.idea/workspace.xml",status="429"} 3 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="/.mcp.json",status="429"} 1 http_requests_total{method="GET",path="/.netlify/functions/env",status="429"} 4 http_requests_total{method="GET",path="/.netrc",status="404"} 9 http_requests_total{method="GET",path="/.netrc",status="429"} 19 http_requests_total{method="GET",path="/.netrc",status="429"} 2 http_requests_total{method="GET",path="/.netrc ",status="429"} 4 http_requests_total{method="GET",path="/.netrc..;/",status="429"} 2 http_requests_total{method="GET",path="/.netrc/",status="429"} 4 http_requests_total{method="GET",path="/.netrc/.",status="404"} 1 http_requests_total{method="GET",path="/.netrc/.",status="429"} 2 http_requests_total{method="GET",path="/.netrc::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.netrc;",status="429"} 2 http_requests_total{method="GET",path="/.netrc;.php",status="429"} 2 http_requests_total{method="GET",path="/.netrc;/",status="429"} 2 http_requests_total{method="GET",path="/.npmrc",status="404"} 8 http_requests_total{method="GET",path="/.npmrc",status="429"} 21 http_requests_total{method="GET",path="/.npmrc",status="429"} 2 http_requests_total{method="GET",path="/.npmrc ",status="429"} 4 http_requests_total{method="GET",path="/.npmrc..;/",status="429"} 2 http_requests_total{method="GET",path="/.npmrc/",status="429"} 4 http_requests_total{method="GET",path="/.npmrc/.",status="429"} 3 http_requests_total{method="GET",path="/.npmrc::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.npmrc;",status="429"} 2 http_requests_total{method="GET",path="/.npmrc;.php",status="429"} 2 http_requests_total{method="GET",path="/.npmrc;/",status="429"} 2 http_requests_total{method="GET",path="/.openai/config.json",status="404"} 1 http_requests_total{method="GET",path="/.openai/config.json",status="429"} 1 http_requests_total{method="GET",path="/.openclaw/.env",status="404"} 1 http_requests_total{method="GET",path="/.openclaw/agents/main/agent/models.json",status="429"} 1 http_requests_total{method="GET",path="/.openclaw/openclaw.json",status="429"} 2 http_requests_total{method="GET",path="/.s3cfg",status="404"} 1 http_requests_total{method="GET",path="/.sendgrid.env",status="404"} 1 http_requests_total{method="GET",path="/.ssh/./id_rsa",status="429"} 5 http_requests_total{method="GET",path="/.ssh/Id_rsa",status="404"} 1 http_requests_total{method="GET",path="/.ssh/Id_rsa",status="429"} 2 http_requests_total{method="GET",path="/.ssh/config",status="429"} 1 http_requests_total{method="GET",path="/.ssh/id_dsa",status="429"} 1 http_requests_total{method="GET",path="/.ssh/id_ecdsa",status="429"} 1 http_requests_total{method="GET",path="/.ssh/id_ed25519",status="429"} 1 http_requests_total{method="GET",path="/.ssh/id_rsa",status="404"} 2 http_requests_total{method="GET",path="/.ssh/id_rsa",status="429"} 24 http_requests_total{method="GET",path="/.ssh/id_rsa",status="429"} 2 http_requests_total{method="GET",path="/.ssh/id_rsa ",status="429"} 5 http_requests_total{method="GET",path="/.ssh/id_rsa..;/",status="429"} 3 http_requests_total{method="GET",path="/.ssh/id_rsa/",status="429"} 5 http_requests_total{method="GET",path="/.ssh/id_rsa/.",status="404"} 1 http_requests_total{method="GET",path="/.ssh/id_rsa/.",status="429"} 2 http_requests_total{method="GET",path="/.ssh/id_rsa::$DATA",status="429"} 1 http_requests_total{method="GET",path="/.ssh/id_rsa;",status="429"} 3 http_requests_total{method="GET",path="/.ssh/id_rsa;.php",status="429"} 2 http_requests_total{method="GET",path="/.ssh/id_rsa;/",status="429"} 2 http_requests_total{method="GET",path="/.streamlit/secrets.toml",status="404"} 1 http_requests_total{method="GET",path="/.stripe/",status="404"} 3 http_requests_total{method="GET",path="/.svn/entries",status="429"} 1 http_requests_total{method="GET",path="/.terraform/terraform.tfstate",status="404"} 1 http_requests_total{method="GET",path="/.trash7206/index.php",status="429"} 1 http_requests_total{method="GET",path="/.travis.yaml",status="404"} 2 http_requests_total{method="GET",path="/.travis.yml",status="404"} 1 http_requests_total{method="GET",path="/.travis.yml",status="429"} 3 http_requests_total{method="GET",path="/.vault-token",status="404"} 2 http_requests_total{method="GET",path="/.vercel/api/config",status="429"} 4 http_requests_total{method="GET",path="/.vite/manifest.json",status="404"} 1 http_requests_total{method="GET",path="/.vscode/settings.json",status="404"} 1 http_requests_total{method="GET",path="/.vscode/settings.json",status="429"} 3 http_requests_total{method="GET",path="/.vscode/sftp.json",status="404"} 3 http_requests_total{method="GET",path="/.vscode/sftp.json",status="429"} 3 http_requests_total{method="GET",path="/.well-known/",status="404"} 7 http_requests_total{method="GET",path="/.well-known/",status="429"} 3 http_requests_total{method="GET",path="/.well-known/./jwks.json",status="429"} 2 http_requests_total{method="GET",path="/.well-known/./oauth-authorization-server",status="429"} 2 http_requests_total{method="GET",path="/.well-known/./openid-configuration",status="429"} 2 http_requests_total{method="GET",path="/.well-known/Jwks.json",status="429"} 1 http_requests_total{method="GET",path="/.well-known/Oauth-authorization-server",status="429"} 1 http_requests_total{method="GET",path="/.well-known/Openid-configuration",status="429"} 1 http_requests_total{method="GET",path="/.well-known/about.php",status="404"} 11 http_requests_total{method="GET",path="/.well-known/cache-compat.php",status="429"} 1 http_requests_total{method="GET",path="/.well-known/content.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/index.php",status="404"} 2 http_requests_total{method="GET",path="/.well-known/jwks.json",status="429"} 12 http_requests_total{method="GET",path="/.well-known/jwks.json",status="429"} 1 http_requests_total{method="GET",path="/.well-known/jwks.json ",status="429"} 2 http_requests_total{method="GET",path="/.well-known/jwks.json..;/",status="429"} 1 http_requests_total{method="GET",path="/.well-known/jwks.json/",status="429"} 2 http_requests_total{method="GET",path="/.well-known/jwks.json/.",status="429"} 1 http_requests_total{method="GET",path="/.well-known/jwks.json;",status="429"} 1 http_requests_total{method="GET",path="/.well-known/jwks.json;.php",status="429"} 1 http_requests_total{method="GET",path="/.well-known/jwks.json;/",status="429"} 1 http_requests_total{method="GET",path="/.well-known/logs233/index.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server",status="404"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server",status="429"} 10 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server",status="429"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server ",status="429"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server..;/",status="429"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server/",status="429"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server/.",status="429"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server;",status="429"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server;.php",status="429"} 1 http_requests_total{method="GET",path="/.well-known/oauth-authorization-server;/",status="429"} 1 http_requests_total{method="GET",path="/.well-known/openid-configuration",status="404"} 1 http_requests_total{method="GET",path="/.well-known/openid-configuration",status="429"} 11 http_requests_total{method="GET",path="/.well-known/openid-configuration",status="429"} 1 http_requests_total{method="GET",path="/.well-known/openid-configuration ",status="429"} 2 http_requests_total{method="GET",path="/.well-known/openid-configuration..;/",status="429"} 1 http_requests_total{method="GET",path="/.well-known/openid-configuration/",status="429"} 2 http_requests_total{method="GET",path="/.well-known/openid-configuration/.",status="429"} 1 http_requests_total{method="GET",path="/.well-known/openid-configuration;",status="429"} 1 http_requests_total{method="GET",path="/.well-known/openid-configuration;.php",status="429"} 1 http_requests_total{method="GET",path="/.well-known/openid-configuration;/",status="429"} 1 http_requests_total{method="GET",path="/.well-known/pki-validation/about.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/pki-validation/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/pki-validation/wp-login.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/pki-validation/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/.well-known/security.txt",status="404"} 4 http_requests_total{method="GET",path="/.well-known/zaza.php",status="404"} 1 http_requests_total{method="GET",path="/.well-knownold/inputs.php",status="404"} 1 http_requests_total{method="GET",path="/.windsurf/",status="429"} 4 http_requests_total{method="GET",path="/.woodpecker.yml",status="429"} 3 http_requests_total{method="GET",path="/.yarnrc",status="404"} 1 http_requests_total{method="GET",path="/.yarnrc.yml",status="404"} 1 http_requests_total{method="GET",path="/.zsh_history",status="404"} 1 http_requests_total{method="GET",path="//",status="429"} 14 http_requests_total{method="GET",path="//../../.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="//../../.env",status="404"} 1 http_requests_total{method="GET",path="//../../app/.env",status="404"} 1 http_requests_total{method="GET",path="//../../etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="//../../etc/hosts",status="404"} 1 http_requests_total{method="GET",path="//../../etc/nginx/nginx.conf",status="404"} 1 http_requests_total{method="GET",path="//../../etc/passwd",status="404"} 1 http_requests_total{method="GET",path="//../../etc/shadow",status="404"} 1 http_requests_total{method="GET",path="//../../etc/ssh/sshd_config",status="404"} 1 http_requests_total{method="GET",path="//../../home/admin/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../../home/deploy/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../../home/git/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../../home/www-data/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../../proc/net/tcp",status="404"} 1 http_requests_total{method="GET",path="//../../proc/self/cmdline",status="404"} 1 http_requests_total{method="GET",path="//../../proc/self/environ",status="404"} 1 http_requests_total{method="GET",path="//../../proc/version",status="404"} 1 http_requests_total{method="GET",path="//../../root/.bash_history",status="404"} 1 http_requests_total{method="GET",path="//../../root/.mysql_history",status="404"} 1 http_requests_total{method="GET",path="//../../root/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="//../../root/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../../srv/.env",status="404"} 1 http_requests_total{method="GET",path="//../../var/log/auth.log",status="404"} 1 http_requests_total{method="GET",path="//../../var/log/secure",status="404"} 1 http_requests_total{method="GET",path="//../../var/www/.env",status="404"} 1 http_requests_total{method="GET",path="//../../var/www/.git/config",status="404"} 1 http_requests_total{method="GET",path="//../../var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="//../../var/www/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="//../../var/www/html/config.php",status="404"} 1 http_requests_total{method="GET",path="//../../var/www/html/configuration.php",status="404"} 1 http_requests_total{method="GET",path="//../../var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="//../.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="//../.env",status="404"} 1 http_requests_total{method="GET",path="//../app/.env",status="404"} 1 http_requests_total{method="GET",path="//../etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="//../etc/hosts",status="404"} 1 http_requests_total{method="GET",path="//../etc/nginx/nginx.conf",status="404"} 1 http_requests_total{method="GET",path="//../etc/passwd",status="404"} 1 http_requests_total{method="GET",path="//../etc/shadow",status="404"} 1 http_requests_total{method="GET",path="//../etc/ssh/sshd_config",status="404"} 1 http_requests_total{method="GET",path="//../home/.env",status="404"} 1 http_requests_total{method="GET",path="//../home/deploy/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../home/ec2-user/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="//../home/ubuntu/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../home/www-data/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../proc/net/tcp",status="404"} 1 http_requests_total{method="GET",path="//../proc/self/cmdline",status="404"} 1 http_requests_total{method="GET",path="//../proc/self/environ",status="404"} 1 http_requests_total{method="GET",path="//../proc/version",status="404"} 1 http_requests_total{method="GET",path="//../root/.bash_history",status="404"} 1 http_requests_total{method="GET",path="//../root/.mysql_history",status="404"} 1 http_requests_total{method="GET",path="//../root/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="//../root/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="//../srv/.env",status="404"} 1 http_requests_total{method="GET",path="//../var/log/apache2/access.log",status="404"} 1 http_requests_total{method="GET",path="//../var/log/auth.log",status="404"} 1 http_requests_total{method="GET",path="//../var/log/nginx/access.log",status="404"} 1 http_requests_total{method="GET",path="//../var/log/secure",status="404"} 1 http_requests_total{method="GET",path="//../var/www/.env",status="404"} 1 http_requests_total{method="GET",path="//../var/www/.git/config",status="404"} 1 http_requests_total{method="GET",path="//../var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="//../var/www/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="//../var/www/html/config.php",status="404"} 1 http_requests_total{method="GET",path="//../var/www/html/configuration.php",status="404"} 1 http_requests_total{method="GET",path="//../var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="//./.env",status="404"} 1 http_requests_total{method="GET",path="//./.env",status="429"} 7 http_requests_total{method="GET",path="//.aws/config",status="429"} 2 http_requests_total{method="GET",path="//.aws/credentials",status="429"} 7 http_requests_total{method="GET",path="//.cache/x.php",status="404"} 1 http_requests_total{method="GET",path="//.env",status="404"} 15 http_requests_total{method="GET",path="//.env",status="429"} 50 http_requests_total{method="GET",path="//.env",status="404"} 1 http_requests_total{method="GET",path="//.env",status="429"} 2 http_requests_total{method="GET",path="//.env ",status="429"} 6 http_requests_total{method="GET",path="//.env..;/",status="404"} 1 http_requests_total{method="GET",path="//.env..;/",status="429"} 2 http_requests_total{method="GET",path="//.env.backup",status="429"} 4 http_requests_total{method="GET",path="//.env.bak",status="404"} 1 http_requests_total{method="GET",path="//.env.bak",status="429"} 3 http_requests_total{method="GET",path="//.env.docker",status="429"} 3 http_requests_total{method="GET",path="//.env.local",status="404"} 1 http_requests_total{method="GET",path="//.env.local",status="429"} 3 http_requests_total{method="GET",path="//.env.local.bak",status="429"} 2 http_requests_total{method="GET",path="//.env.old",status="429"} 2 http_requests_total{method="GET",path="//.env.orig",status="429"} 2 http_requests_total{method="GET",path="//.env.production",status="429"} 4 http_requests_total{method="GET",path="//.env.production.bak",status="429"} 2 http_requests_total{method="GET",path="//.env.production;/style.css",status="429"} 3 http_requests_total{method="GET",path="//.env.save",status="429"} 2 http_requests_total{method="GET",path="//.env.staging",status="429"} 2 http_requests_total{method="GET",path="//.env.swp",status="429"} 2 http_requests_total{method="GET",path="//.env.testing",status="404"} 1 http_requests_total{method="GET",path="//.env.testing",status="429"} 5 http_requests_total{method="GET",path="//.env/",status="404"} 2 http_requests_total{method="GET",path="//.env/",status="429"} 12 http_requests_total{method="GET",path="//.env/.",status="429"} 5 http_requests_total{method="GET",path="//.env::$DATA",status="429"} 1 http_requests_total{method="GET",path="//.env;",status="404"} 1 http_requests_total{method="GET",path="//.env;",status="429"} 2 http_requests_total{method="GET",path="//.env;.php",status="429"} 2 http_requests_total{method="GET",path="//.env;/",status="429"} 2 http_requests_total{method="GET",path="//.env;/style.css",status="429"} 3 http_requests_total{method="GET",path="//.env~",status="429"} 2 http_requests_total{method="GET",path="//.git/config",status="429"} 6 http_requests_total{method="GET",path="//.github/workflows/ci.yml",status="429"} 2 http_requests_total{method="GET",path="//.github/workflows/deploy.yml",status="429"} 2 http_requests_total{method="GET",path="//.htaccess.bak",status="404"} 1 http_requests_total{method="GET",path="//.htaccess.bak",status="429"} 1 http_requests_total{method="GET",path="//.htpasswd",status="429"} 5 http_requests_total{method="GET",path="//.netrc",status="404"} 1 http_requests_total{method="GET",path="//.netrc",status="429"} 4 http_requests_total{method="GET",path="//.npmrc",status="429"} 5 http_requests_total{method="GET",path="//.ssh/id_rsa",status="429"} 5 http_requests_total{method="GET",path="//.well-known/jwks.json",status="429"} 2 http_requests_total{method="GET",path="//.well-known/oauth-authorization-server",status="429"} 2 http_requests_total{method="GET",path="//.well-known/openid-configuration",status="429"} 2 http_requests_total{method="GET",path="///.env",status="429"} 7 http_requests_total{method="GET",path="///133.php",status="404"} 2 http_requests_total{method="GET",path="///2larp.php",status="404"} 1 http_requests_total{method="GET",path="///Jcrop.php",status="404"} 1 http_requests_total{method="GET",path="///admin.php",status="404"} 10 http_requests_total{method="GET",path="///admin.php",status="429"} 1 http_requests_total{method="GET",path="///coffee.php",status="404"} 2 http_requests_total{method="GET",path="///lobster.php",status="404"} 1 http_requests_total{method="GET",path="///s_p.php",status="404"} 1 http_requests_total{method="GET",path="///s_w.php",status="404"} 1 http_requests_total{method="GET",path="///s_y.php",status="404"} 1 http_requests_total{method="GET",path="///term.php",status="404"} 1 http_requests_total{method="GET",path="///wpxml.php",status="404"} 1 http_requests_total{method="GET",path="//002.php",status="404"} 2 http_requests_total{method="GET",path="//1.php",status="404"} 1 http_requests_total{method="GET",path="//2.php",status="404"} 2 http_requests_total{method="GET",path="//2018/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//2019/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//2020/wp-includes/wlwmanifest.xml",status="404"} 2 http_requests_total{method="GET",path="//2021/wp-includes/wlwmanifest.xml",status="404"} 2 http_requests_total{method="GET",path="//403.php",status="404"} 1 http_requests_total{method="GET",path="//82.php",status="404"} 1 http_requests_total{method="GET",path="//9.php",status="404"} 1 http_requests_total{method="GET",path="//BDKR28WP.php",status="404"} 1 http_requests_total{method="GET",path="//a.php",status="404"} 3 http_requests_total{method="GET",path="//a1.php",status="404"} 8 http_requests_total{method="GET",path="//a1.php",status="429"} 1 http_requests_total{method="GET",path="//aa.php",status="404"} 11 http_requests_total{method="GET",path="//aa.php",status="429"} 1 http_requests_total{method="GET",path="//aa1.php",status="404"} 1 http_requests_total{method="GET",path="//abcd.php",status="404"} 9 http_requests_total{method="GET",path="//actuator",status="429"} 2 http_requests_total{method="GET",path="//actuator/heapdump",status="429"} 2 http_requests_total{method="GET",path="//actuator/logfile",status="429"} 2 http_requests_total{method="GET",path="//admin.php",status="404"} 7 http_requests_total{method="GET",path="//adminfuns.php",status="404"} 10 http_requests_total{method="GET",path="//adminfuns.php",status="429"} 1 http_requests_total{method="GET",path="//api-docs.json",status="429"} 2 http_requests_total{method="GET",path="//api/account",status="404"} 1 http_requests_total{method="GET",path="//api/config",status="429"} 2 http_requests_total{method="GET",path="//api/config.json",status="429"} 2 http_requests_total{method="GET",path="//api/env",status="429"} 2 http_requests_total{method="GET",path="//api/env-config",status="429"} 2 http_requests_total{method="GET",path="//api/info",status="429"} 2 http_requests_total{method="GET",path="//api/runtime-config",status="429"} 2 http_requests_total{method="GET",path="//api/settings",status="429"} 2 http_requests_total{method="GET",path="//api/telescope/requests",status="404"} 2 http_requests_total{method="GET",path="//api/user",status="404"} 1 http_requests_total{method="GET",path="//api/v1/config",status="429"} 2 http_requests_total{method="GET",path="//api/version",status="429"} 2 http_requests_total{method="GET",path="//app.json",status="429"} 2 http_requests_total{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 2 http_requests_total{method="GET",path="//appsettings.json.bak",status="429"} 2 http_requests_total{method="GET",path="//assets/env.js",status="429"} 2 http_requests_total{method="GET",path="//autovirgi.php",status="404"} 1 http_requests_total{method="GET",path="//av.php",status="404"} 18 http_requests_total{method="GET",path="//avcqlevnbk.php",status="404"} 1 http_requests_total{method="GET",path="//aws-exports.js",status="404"} 1 http_requests_total{method="GET",path="//aws-exports.js",status="429"} 5 http_requests_total{method="GET",path="//awsconfiguration.json",status="404"} 2 http_requests_total{method="GET",path="//awsconfiguration.json",status="429"} 4 http_requests_total{method="GET",path="//backup",status="429"} 1 http_requests_total{method="GET",path="//backup.sql",status="429"} 5 http_requests_total{method="GET",path="//backup.sql.gz",status="429"} 2 http_requests_total{method="GET",path="//backup.sql.zip",status="429"} 2 http_requests_total{method="GET",path="//backup/",status="429"} 1 http_requests_total{method="GET",path="//backups",status="429"} 1 http_requests_total{method="GET",path="//backups/",status="429"} 1 http_requests_total{method="GET",path="//blog/",status="404"} 2 http_requests_total{method="GET",path="//blog/robots.txt",status="404"} 2 http_requests_total{method="GET",path="//blog/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//build.json",status="429"} 2 http_requests_total{method="GET",path="//buy.php",status="404"} 1 http_requests_total{method="GET",path="//byp.php",status="404"} 1 http_requests_total{method="GET",path="//cgi-bin/admin.php",status="404"} 8 http_requests_total{method="GET",path="//cgi-bin/index.php",status="404"} 10 http_requests_total{method="GET",path="//cgi-bin/index.php",status="429"} 1 http_requests_total{method="GET",path="//cms/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//config.js",status="429"} 2 http_requests_total{method="GET",path="//config.json",status="429"} 2 http_requests_total{method="GET",path="//config.php.bak",status="429"} 2 http_requests_total{method="GET",path="//config.php.old",status="429"} 2 http_requests_total{method="GET",path="//config/app.php",status="404"} 1 http_requests_total{method="GET",path="//config/app.php",status="429"} 4 http_requests_total{method="GET",path="//config/database.php",status="404"} 1 http_requests_total{method="GET",path="//config/database.php",status="429"} 4 http_requests_total{method="GET",path="//config/mail.php",status="429"} 3 http_requests_total{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 2 http_requests_total{method="GET",path="//database.sql",status="429"} 4 http_requests_total{method="GET",path="//database.sql.gz",status="429"} 2 http_requests_total{method="GET",path="//database.yml.bak",status="429"} 2 http_requests_total{method="GET",path="//db.sql",status="429"} 2 http_requests_total{method="GET",path="//debug.log",status="429"} 2 http_requests_total{method="GET",path="//desah.php",status="404"} 1 http_requests_total{method="GET",path="//dex.php",status="404"} 1 http_requests_total{method="GET",path="//docker-compose.yml",status="404"} 1 http_requests_total{method="GET",path="//docker-compose.yml",status="429"} 4 http_requests_total{method="GET",path="//drykl.php",status="404"} 3 http_requests_total{method="GET",path="//dump.sql",status="429"} 5 http_requests_total{method="GET",path="//dump.sql.gz",status="429"} 2 http_requests_total{method="GET",path="//dump.sql.zip",status="429"} 2 http_requests_total{method="GET",path="//dx.php",status="404"} 1 http_requests_total{method="GET",path="//edit-tags.php",status="404"} 1 http_requests_total{method="GET",path="//edit.php",status="404"} 9 http_requests_total{method="GET",path="//edit.php",status="429"} 1 http_requests_total{method="GET",path="//env-config.js",status="429"} 2 http_requests_total{method="GET",path="//env.js",status="429"} 2 http_requests_total{method="GET",path="//error.log",status="429"} 2 http_requests_total{method="GET",path="//erty.php",status="404"} 2 http_requests_total{method="GET",path="//export.sql",status="429"} 2 http_requests_total{method="GET",path="//f35.php",status="404"} 2 http_requests_total{method="GET",path="//f6.php",status="404"} 4 http_requests_total{method="GET",path="//feed/",status="404"} 2 http_requests_total{method="GET",path="//fffm.php",status="404"} 2 http_requests_total{method="GET",path="//goods.php",status="404"} 5 http_requests_total{method="GET",path="//h.php",status="404"} 2 http_requests_total{method="GET",path="//health",status="429"} 2 http_requests_total{method="GET",path="//healthz",status="429"} 2 http_requests_total{method="GET",path="//hosty.php",status="404"} 1 http_requests_total{method="GET",path="//images/security.php",status="404"} 1 http_requests_total{method="GET",path="//index.php",status="404"} 4 http_requests_total{method="GET",path="//index.php",status="429"} 12 http_requests_total{method="GET",path="//index/function.php",status="404"} 1 http_requests_total{method="GET",path="//ip.php",status="404"} 1 http_requests_total{method="GET",path="//johen.php",status="404"} 1 http_requests_total{method="GET",path="//koiy.php",status="404"} 2 http_requests_total{method="GET",path="//laravel.log",status="429"} 2 http_requests_total{method="GET",path="//like.php",status="404"} 1 http_requests_total{method="GET",path="//login",status="429"} 2 http_requests_total{method="GET",path="//login.php",status="404"} 2 http_requests_total{method="GET",path="//media/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//min.php",status="404"} 2 http_requests_total{method="GET",path="//mosty.php",status="404"} 2 http_requests_total{method="GET",path="//ms.php",status="404"} 2 http_requests_total{method="GET",path="//mysql.sql",status="429"} 2 http_requests_total{method="GET",path="//news/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//nurseling.php",status="404"} 1 http_requests_total{method="GET",path="//openapi.json",status="429"} 2 http_requests_total{method="GET",path="//ovarobsxs.php",status="404"} 1 http_requests_total{method="GET",path="//p4.php",status="404"} 1 http_requests_total{method="GET",path="//rest/v1/;",status="429"} 1 http_requests_total{method="GET",path="//rest/v1/;/",status="429"} 1 http_requests_total{method="GET",path="//rest/v1/;/.env",status="429"} 2 http_requests_total{method="GET",path="//rest/v1/;/.env.local",status="429"} 2 http_requests_total{method="GET",path="//rest/v1/;/actuator/configprops",status="429"} 2 http_requests_total{method="GET",path="//rest/v1/;/actuator/env",status="429"} 2 http_requests_total{method="GET",path="//rest/v1/;/actuator/heapdump",status="429"} 2 http_requests_total{method="GET",path="//rest/v1/;/actuator/mappings",status="429"} 2 http_requests_total{method="GET",path="//rest/v1/;/actuator/threaddump",status="429"} 2 http_requests_total{method="GET",path="//runtime-config.json",status="429"} 2 http_requests_total{method="GET",path="//settings.json",status="429"} 2 http_requests_total{method="GET",path="//settings.py.bak",status="429"} 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"} 7 http_requests_total{method="GET",path="//site/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//sito/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//special.php",status="404"} 2 http_requests_total{method="GET",path="//sql.php",status="404"} 1 http_requests_total{method="GET",path="//ss.php",status="404"} 2 http_requests_total{method="GET",path="//static/env.js",status="404"} 1 http_requests_total{method="GET",path="//static/env.js",status="429"} 1 http_requests_total{method="GET",path="//storage/logs/laravel.log",status="429"} 3 http_requests_total{method="GET",path="//swagger.json",status="429"} 2 http_requests_total{method="GET",path="//sys.php",status="404"} 2 http_requests_total{method="GET",path="//terraform.tfstate",status="404"} 1 http_requests_total{method="GET",path="//terraform.tfstate",status="429"} 5 http_requests_total{method="GET",path="//test.php",status="404"} 1 http_requests_total{method="GET",path="//test/wp-includes/wlwmanifest.xml",status="404"} 6 http_requests_total{method="GET",path="//themes.php",status="404"} 3 http_requests_total{method="GET",path="//thui.php",status="404"} 2 http_requests_total{method="GET",path="//un.php",status="404"} 1 http_requests_total{method="GET",path="//uploads",status="429"} 1 http_requests_total{method="GET",path="//uploads/",status="429"} 1 http_requests_total{method="GET",path="//v2/api-docs",status="429"} 2 http_requests_total{method="GET",path="//v3/api-docs",status="429"} 2 http_requests_total{method="GET",path="//version.json",status="429"} 2 http_requests_total{method="GET",path="//w.php",status="404"} 3 http_requests_total{method="GET",path="//w1px.php",status="404"} 1 http_requests_total{method="GET",path="//w3lls.php",status="404"} 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/",status="404"} 2 http_requests_total{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//wp-admin/js/index.php",status="404"} 9 http_requests_total{method="GET",path="//wp-admin/js/index.php",status="429"} 1 http_requests_total{method="GET",path="//wp-admin/js/widget/",status="404"} 1 http_requests_total{method="GET",path="//wp-config.php",status="429"} 2 http_requests_total{method="GET",path="//wp-config.php.bak",status="404"} 2 http_requests_total{method="GET",path="//wp-config.php.bak",status="429"} 6 http_requests_total{method="GET",path="//wp-config.php.old",status="429"} 2 http_requests_total{method="GET",path="//wp-config.php.swp",status="429"} 2 http_requests_total{method="GET",path="//wp-config.php;/style.css",status="404"} 1 http_requests_total{method="GET",path="//wp-config.php;/style.css",status="429"} 4 http_requests_total{method="GET",path="//wp-config.txt",status="429"} 2 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"} 7 http_requests_total{method="GET",path="//wp-content/backup",status="429"} 1 http_requests_total{method="GET",path="//wp-content/backup/",status="429"} 1 http_requests_total{method="GET",path="//wp-content/cong.php",status="404"} 2 http_requests_total{method="GET",path="//wp-content/languages/index.php",status="404"} 1 http_requests_total{method="GET",path="//wp-content/uploads",status="429"} 1 http_requests_total{method="GET",path="//wp-content/uploads/",status="429"} 1 http_requests_total{method="GET",path="//wp-file.php",status="404"} 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="404"} 10 http_requests_total{method="GET",path="//wp-includes/assets/",status="404"} 12 http_requests_total{method="GET",path="//wp-includes/assets/",status="429"} 1 http_requests_total{method="GET",path="//wp-includes/block-bindings/",status="404"} 9 http_requests_total{method="GET",path="//wp-includes/block-bindings/",status="429"} 1 http_requests_total{method="GET",path="//wp-includes/certificates/upload.php",status="404"} 1 http_requests_total{method="GET",path="//wp-includes/css/dist/",status="404"} 8 http_requests_total{method="GET",path="//wp-includes/js/jquery/",status="404"} 8 http_requests_total{method="GET",path="//wp-includes/js/tinymce/themes/inlite",status="404"} 2 http_requests_total{method="GET",path="//wp-includes/l10n/",status="404"} 13 http_requests_total{method="GET",path="//wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//wp-x7.php",status="404"} 1 http_requests_total{method="GET",path="//wp.php",status="404"} 4 http_requests_total{method="GET",path="//wp.php",status="429"} 1 http_requests_total{method="GET",path="//wp/",status="404"} 2 http_requests_total{method="GET",path="//wp/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",status="404"} 7 http_requests_total{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",status="404"} 5 http_requests_total{method="GET",path="//wp5.php",status="404"} 1 http_requests_total{method="GET",path="//ws77.php",status="404"} 1 http_requests_total{method="GET",path="//x.php",status="404"} 1 http_requests_total{method="GET",path="//xmlrpc.php",status="404"} 9 http_requests_total{method="GET",path="//xozx.php",status="404"} 1 http_requests_total{method="GET",path="//xpohywjo.php",status="404"} 4 http_requests_total{method="GET",path="//xs5x46mb.php",status="404"} 1 http_requests_total{method="GET",path="//xwpg.php",status="404"} 6 http_requests_total{method="GET",path="//xxx.php",status="404"} 1 http_requests_total{method="GET",path="//yaztn.php",status="404"} 1 http_requests_total{method="GET",path="//zaza.php",status="404"} 1 http_requests_total{method="GET",path="/0.php",status="404"} 4 http_requests_total{method="GET",path="/0.php",status="429"} 1 http_requests_total{method="GET",path="/000.php",status="404"} 4 http_requests_total{method="GET",path="/001.php",status="404"} 2 http_requests_total{method="GET",path="/002.php",status="404"} 7 http_requests_total{method="GET",path="/002.php",status="429"} 1 http_requests_total{method="GET",path="/005.php",status="404"} 1 http_requests_total{method="GET",path="/01.php",status="404"} 8 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="/05.php",status="404"} 2 http_requests_total{method="GET",path="/06.php",status="404"} 3 http_requests_total{method="GET",path="/09.php",status="404"} 1 http_requests_total{method="GET",path="/0byte.php",status="404"} 1 http_requests_total{method="GET",path="/0okj.php",status="404"} 1 http_requests_total{method="GET",path="/0x.php",status="404"} 10 http_requests_total{method="GET",path="/0x.php",status="429"} 3 http_requests_total{method="GET",path="/0x0x.php",status="404"} 1 http_requests_total{method="GET",path="/1.php",status="404"} 34 http_requests_total{method="GET",path="/1.php",status="429"} 4 http_requests_total{method="GET",path="/100.kb.php",status="404"} 3 http_requests_total{method="GET",path="/100.php",status="404"} 11 http_requests_total{method="GET",path="/1061.php",status="404"} 2 http_requests_total{method="GET",path="/11.php",status="404"} 4 http_requests_total{method="GET",path="/11.php",status="429"} 1 http_requests_total{method="GET",path="/111.php",status="404"} 4 http_requests_total{method="GET",path="/11PJcpMFsD8B.php",status="404"} 2 http_requests_total{method="GET",path="/11index.php",status="429"} 1 http_requests_total{method="GET",path="/12.php",status="404"} 1 http_requests_total{method="GET",path="/122.php",status="404"} 3 http_requests_total{method="GET",path="/123.php",status="404"} 1 http_requests_total{method="GET",path="/1254xx.php",status="404"} 1 http_requests_total{method="GET",path="/1254xx.php",status="429"} 1 http_requests_total{method="GET",path="/13.php",status="404"} 8 http_requests_total{method="GET",path="/13.php",status="429"} 2 http_requests_total{method="GET",path="/133.php",status="404"} 2 http_requests_total{method="GET",path="/155.php",status="404"} 13 http_requests_total{method="GET",path="/166.php",status="404"} 2 http_requests_total{method="GET",path="/177.php",status="404"} 5 http_requests_total{method="GET",path="/177.php",status="429"} 1 http_requests_total{method="GET",path="/19.php",status="404"} 2 http_requests_total{method="GET",path="/199.php",status="404"} 5 http_requests_total{method="GET",path="/1PJcpMFsD8B.php",status="404"} 2 http_requests_total{method="GET",path="/1aa.php",status="404"} 1 http_requests_total{method="GET",path="/1n3e5n8u.php",status="404"} 1 http_requests_total{method="GET",path="/1polka.php",status="404"} 5 http_requests_total{method="GET",path="/1revo.php",status="404"} 2 http_requests_total{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",status="404"} 7 http_requests_total{method="GET",path="/1xmomo.php",status="404"} 11 http_requests_total{method="GET",path="/2.php",status="404"} 8 http_requests_total{method="GET",path="/2000.php",status="404"} 1 http_requests_total{method="GET",path="/201.php",status="404"} 3 http_requests_total{method="GET",path="/202.0.php",status="404"} 1 http_requests_total{method="GET",path="/22.php",status="404"} 1 http_requests_total{method="GET",path="/222.php",status="404"} 34 http_requests_total{method="GET",path="/222.php",status="429"} 3 http_requests_total{method="GET",path="/234ff.php",status="404"} 2 http_requests_total{method="GET",path="/25.php",status="404"} 2 http_requests_total{method="GET",path="/25d653587fdfd1.php",status="404"} 1 http_requests_total{method="GET",path="/285f32c92bindex.php",status="404"} 1 http_requests_total{method="GET",path="/2P.php",status="404"} 5 http_requests_total{method="GET",path="/2P.php",status="429"} 1 http_requests_total{method="GET",path="/2P.update.php",status="404"} 1 http_requests_total{method="GET",path="/2index.php",status="404"} 1 http_requests_total{method="GET",path="/2x.php",status="404"} 5 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="/3301.php",status="404"} 1 http_requests_total{method="GET",path="/333.php",status="404"} 2 http_requests_total{method="GET",path="/3PJcpMFsD8B.php",status="404"} 13 http_requests_total{method="GET",path="/3index.php",status="404"} 1 http_requests_total{method="GET",path="/3wu.php",status="404"} 1 http_requests_total{method="GET",path="/403.php",status="404"} 7 http_requests_total{method="GET",path="/403.php",status="429"} 3 http_requests_total{method="GET",path="/403dd.php",status="404"} 1 http_requests_total{method="GET",path="/404.php",status="404"} 15 http_requests_total{method="GET",path="/404.php",status="429"} 3 http_requests_total{method="GET",path="/40p9ixjd.php",status="404"} 1 http_requests_total{method="GET",path="/41.php",status="404"} 1 http_requests_total{method="GET",path="/444.php",status="404"} 1 http_requests_total{method="GET",path="/485.php",status="404"} 1 http_requests_total{method="GET",path="/4PJcpMFsD8B.php",status="404"} 13 http_requests_total{method="GET",path="/4PJcpMFsD8B.php",status="429"} 1 http_requests_total{method="GET",path="/4price.php",status="404"} 1 http_requests_total{method="GET",path="/55.php",status="404"} 6 http_requests_total{method="GET",path="/555.php",status="404"} 1 http_requests_total{method="GET",path="/584062352875874akp.php",status="404"} 4 http_requests_total{method="GET",path="/5eeec5963dindex.php",status="404"} 1 http_requests_total{method="GET",path="/6.php",status="404"} 2 http_requests_total{method="GET",path="/60856e3a4findex.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"} 8 http_requests_total{method="GET",path="/667.php",status="404"} 1 http_requests_total{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",status="404"} 2 http_requests_total{method="GET",path="/7.php",status="404"} 10 http_requests_total{method="GET",path="/765kk.php",status="404"} 1 http_requests_total{method="GET",path="/777.php",status="404"} 1 http_requests_total{method="GET",path="/777.php",status="429"} 2 http_requests_total{method="GET",path="/7yn.php",status="404"} 1 http_requests_total{method="GET",path="/8.php",status="404"} 28 http_requests_total{method="GET",path="/8.php",status="429"} 1 http_requests_total{method="GET",path="/82.php",status="404"} 11 http_requests_total{method="GET",path="/8573.php",status="404"} 2 http_requests_total{method="GET",path="/87.php",status="404"} 1 http_requests_total{method="GET",path="/899.php",status="404"} 1 http_requests_total{method="GET",path="/8daf1238_1774208172.php",status="404"} 1 http_requests_total{method="GET",path="/911.php",status="404"} 1 http_requests_total{method="GET",path="/96i.php",status="404"} 2 http_requests_total{method="GET",path="/99.php",status="404"} 2 http_requests_total{method="GET",path="/9WOLF.php",status="404"} 1 http_requests_total{method="GET",path="/;.php",status="404"} 1 http_requests_total{method="GET",path="/;.php",status="429"} 6 http_requests_total{method="GET",path="/;/",status="429"} 7 http_requests_total{method="GET",path="/;/api/telescope/requests",status="404"} 1 http_requests_total{method="GET",path="/;/api/user",status="404"} 1 http_requests_total{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",status="429"} 1 http_requests_total{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",status="429"} 1 http_requests_total{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",status="404"} 1 http_requests_total{method="GET",path="/@fs/../../.env",status="429"} 1 http_requests_total{method="GET",path="/@fs/../.env",status="404"} 1 http_requests_total{method="GET",path="/@fs/.env",status="404"} 1 http_requests_total{method="GET",path="/@fs/.env.development",status="429"} 1 http_requests_total{method="GET",path="/@fs/.env.local",status="404"} 1 http_requests_total{method="GET",path="/@fs/.env.production",status="429"} 1 http_requests_total{method="GET",path="/@fs/.env.staging",status="404"} 1 http_requests_total{method="GET",path="/@fs/app/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/@fs/app/.env",status="429"} 1 http_requests_total{method="GET",path="/@fs/app/.env.local",status="404"} 1 http_requests_total{method="GET",path="/@fs/app/.env.production",status="404"} 1 http_requests_total{method="GET",path="/@fs/app/.serverless/serverless-state.json",status="404"} 1 http_requests_total{method="GET",path="/@fs/app/.terraform/terraform.tfstate",status="404"} 1 http_requests_total{method="GET",path="/@fs/app/amplifyconfiguration.json",status="404"} 1 http_requests_total{method="GET",path="/@fs/app/aws-exports.js",status="429"} 1 http_requests_total{method="GET",path="/@fs/app/rootkey.csv",status="429"} 1 http_requests_total{method="GET",path="/@fs/app/serverless.yml",status="404"} 1 http_requests_total{method="GET",path="/@fs/app/terraform.tfstate",status="429"} 1 http_requests_total{method="GET",path="/@fs/app/terraform.tfvars",status="404"} 1 http_requests_total{method="GET",path="/@fs/etc/apache2/apache2.conf",status="404"} 1 http_requests_total{method="GET",path="/@fs/etc/nginx/nginx.conf",status="404"} 1 http_requests_total{method="GET",path="/@fs/etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/@fs/home/admin/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/@fs/home/debian/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/@fs/home/ec2-user/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/@fs/home/node/.aws/config",status="429"} 1 http_requests_total{method="GET",path="/@fs/home/node/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/@fs/home/ubuntu/.aws/config",status="429"} 1 http_requests_total{method="GET",path="/@fs/home/ubuntu/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/@fs/home/ubuntu/.env",status="404"} 1 http_requests_total{method="GET",path="/@fs/home/www-data/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/@fs/proc/self/cmdline",status="429"} 1 http_requests_total{method="GET",path="/@fs/proc/self/environ",status="429"} 1 http_requests_total{method="GET",path="/@fs/root/.aws/config",status="429"} 1 http_requests_total{method="GET",path="/@fs/root/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/@fs/root/.aws/credentials.backup",status="429"} 1 http_requests_total{method="GET",path="/@fs/root/.aws/credentials.bak",status="429"} 1 http_requests_total{method="GET",path="/@fs/root/.aws/sso/cache/",status="404"} 1 http_requests_total{method="GET",path="/@fs/root/.env",status="404"} 1 http_requests_total{method="GET",path="/@fs/root/.ssh/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/@fs/root/.ssh/id_rsa",status="404"} 1 http_requests_total{method="GET",path="/@fs/root/rootkey.csv",status="429"} 1 http_requests_total{method="GET",path="/@fs/root/terraform.tfstate",status="429"} 1 http_requests_total{method="GET",path="/@fs/src/.env",status="429"} 1 http_requests_total{method="GET",path="/@fs/usr/src/app/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/@fs/usr/src/app/.env",status="429"} 1 http_requests_total{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",status="429"} 1 http_requests_total{method="GET",path="/@fs/var/www/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/@fs/var/www/.env",status="429"} 1 http_requests_total{method="GET",path="/@fs/var/www/html/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/@fs/var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/@fs/var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="/@vite/env",status="404"} 2 http_requests_total{method="GET",path="/ALFA_DATA/index.php",status="429"} 1 http_requests_total{method="GET",path="/API/TELESCOPE/REQUESTS",status="404"} 1 http_requests_total{method="GET",path="/API/USER",status="404"} 1 http_requests_total{method="GET",path="/Actuator",status="429"} 1 http_requests_total{method="GET",path="/AhmadScanner_wildcard_138848aac5be",status="404"} 1 http_requests_total{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",status="404"} 1 http_requests_total{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",status="404"} 1 http_requests_total{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",status="404"} 1 http_requests_total{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",status="404"} 1 http_requests_total{method="GET",path="/Api-docs.json",status="429"} 1 http_requests_total{method="GET",path="/App.json",status="429"} 1 http_requests_total{method="GET",path="/Appsettings.json.bak",status="429"} 1 http_requests_total{method="GET",path="/Aws-exports.js",status="429"} 4 http_requests_total{method="GET",path="/Awsconfiguration.json",status="404"} 1 http_requests_total{method="GET",path="/Awsconfiguration.json",status="429"} 3 http_requests_total{method="GET",path="/BDKR28.PHP",status="404"} 1 http_requests_total{method="GET",path="/BDKR28.php",status="404"} 4 http_requests_total{method="GET",path="/BDKR28WP.php",status="404"} 16 http_requests_total{method="GET",path="/BDKR28WP.php",status="429"} 2 http_requests_total{method="GET",path="/Backup",status="429"} 1 http_requests_total{method="GET",path="/Backup.sql",status="429"} 3 http_requests_total{method="GET",path="/Backup.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/Backup.sql.zip",status="429"} 1 http_requests_total{method="GET",path="/Backups",status="429"} 1 http_requests_total{method="GET",path="/BsMPQ6Wavdefault.php",status="404"} 1 http_requests_total{method="GET",path="/BtOCXH4W1V5.php",status="404"} 1 http_requests_total{method="GET",path="/Build.json",status="429"} 1 http_requests_total{method="GET",path="/CHANGELOG.php",status="404"} 1 http_requests_total{method="GET",path="/CLA.php",status="404"} 1 http_requests_total{method="GET",path="/Cachex.php",status="404"} 1 http_requests_total{method="GET",path="/Config.js",status="429"} 1 http_requests_total{method="GET",path="/Config.json",status="429"} 1 http_requests_total{method="GET",path="/Config.php.bak",status="429"} 1 http_requests_total{method="GET",path="/Config.php.old",status="429"} 1 http_requests_total{method="GET",path="/Database.sql",status="429"} 2 http_requests_total{method="GET",path="/Database.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/Database.yml.bak",status="429"} 1 http_requests_total{method="GET",path="/Db.sql",status="429"} 1 http_requests_total{method="GET",path="/Debug.log",status="429"} 1 http_requests_total{method="GET",path="/Docker-compose.yml",status="404"} 1 http_requests_total{method="GET",path="/Docker-compose.yml",status="429"} 2 http_requests_total{method="GET",path="/Dockerfile",status="404"} 2 http_requests_total{method="GET",path="/Dockerfile",status="429"} 4 http_requests_total{method="GET",path="/Dockerfile.prod",status="429"} 4 http_requests_total{method="GET",path="/Dump.sql",status="429"} 3 http_requests_total{method="GET",path="/Dump.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/Dump.sql.zip",status="429"} 1 http_requests_total{method="GET",path="/Env-config.js",status="429"} 1 http_requests_total{method="GET",path="/Env.js",status="429"} 1 http_requests_total{method="GET",path="/Error.log",status="429"} 1 http_requests_total{method="GET",path="/Export.sql",status="429"} 1 http_requests_total{method="GET",path="/FAQ.php",status="404"} 1 http_requests_total{method="GET",path="/FWAZ.php",status="404"} 9 http_requests_total{method="GET",path="/FWAZ.php",status="429"} 1 http_requests_total{method="GET",path="/FX.php",status="404"} 1 http_requests_total{method="GET",path="/File.php",status="404"} 3 http_requests_total{method="GET",path="/FoxWSO.php",status="404"} 1 http_requests_total{method="GET",path="/FoxWSOv1.php",status="404"} 1 http_requests_total{method="GET",path="/G-in.php",status="404"} 2 http_requests_total{method="GET",path="/Geforce.php",status="404"} 1 http_requests_total{method="GET",path="/Gel.php",status="429"} 1 http_requests_total{method="GET",path="/Gemfile",status="404"} 1 http_requests_total{method="GET",path="/Gemfile.lock",status="404"} 1 http_requests_total{method="GET",path="/HLA-dd.php",status="404"} 5 http_requests_total{method="GET",path="/HLA-dd.php",status="429"} 3 http_requests_total{method="GET",path="/Health",status="429"} 1 http_requests_total{method="GET",path="/Healthz",status="429"} 1 http_requests_total{method="GET",path="/Index.php",status="404"} 2 http_requests_total{method="GET",path="/Index.php",status="429"} 6 http_requests_total{method="GET",path="/JawirGenk.php",status="404"} 1 http_requests_total{method="GET",path="/Jenkinsfile",status="404"} 2 http_requests_total{method="GET",path="/Jenkinsfile",status="429"} 4 http_requests_total{method="GET",path="/Laravel.log",status="429"} 1 http_requests_total{method="GET",path="/Login",status="429"} 1 http_requests_total{method="GET",path="/MARIJUANA.php",status="429"} 1 http_requests_total{method="GET",path="/MTOS/byp.php",status="404"} 1 http_requests_total{method="GET",path="/Makefile",status="404"} 2 http_requests_total{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",status="404"} 1 http_requests_total{method="GET",path="/Mysql.sql",status="429"} 1 http_requests_total{method="GET",path="/NewFile.php",status="404"} 2 http_requests_total{method="GET",path="/Okxob.php",status="404"} 4 http_requests_total{method="GET",path="/Openapi.json",status="404"} 1 http_requests_total{method="GET",path="/Ov-Simple1.php",status="404"} 3 http_requests_total{method="GET",path="/Procfile",status="404"} 2 http_requests_total{method="GET",path="/Runtime-config.json",status="429"} 1 http_requests_total{method="GET",path="/SDsadqwrf.php",status="404"} 5 http_requests_total{method="GET",path="/SS72_kKKjT.php",status="404"} 1 http_requests_total{method="GET",path="/Sendemail.php",status="404"} 1 http_requests_total{method="GET",path="/Settings.json",status="429"} 1 http_requests_total{method="GET",path="/Settings.py.bak",status="429"} 1 http_requests_total{method="GET",path="/Swagger.json",status="429"} 1 http_requests_total{method="GET",path="/Terraform.tfstate",status="429"} 4 http_requests_total{method="GET",path="/Uploads",status="429"} 1 http_requests_total{method="GET",path="/V3.php",status="404"} 1 http_requests_total{method="GET",path="/V5.php",status="429"} 1 http_requests_total{method="GET",path="/Version.json",status="429"} 1 http_requests_total{method="GET",path="/Wp-config.php",status="429"} 1 http_requests_total{method="GET",path="/Wp-config.php.bak",status="429"} 5 http_requests_total{method="GET",path="/Wp-config.php.old",status="429"} 1 http_requests_total{method="GET",path="/Wp-config.php.swp",status="429"} 1 http_requests_total{method="GET",path="/Wp-config.txt",status="429"} 1 http_requests_total{method="GET",path="/X.php",status="404"} 4 http_requests_total{method="GET",path="/X57.php",status="404"} 2 http_requests_total{method="GET",path="/X7ROOT.PHP",status="404"} 1 http_requests_total{method="GET",path="/X7x.php",status="404"} 2 http_requests_total{method="GET",path="/Xeforce.php",status="404"} 1 http_requests_total{method="GET",path="/XxX.php",status="404"} 2 http_requests_total{method="GET",path="/ZHopizXxeQB.php",status="404"} 1 http_requests_total{method="GET",path="/Zoo.php",status="404"} 4 http_requests_total{method="GET",path="/_/api/settings",status="404"} 1 http_requests_total{method="GET",path="/__/firebase/init.json",status="404"} 1 http_requests_total{method="GET",path="/___proxy_subdomain_cpanel",status="404"} 2 http_requests_total{method="GET",path="/___proxy_subdomain_whm/login",status="404"} 2 http_requests_total{method="GET",path="/__debug__/",status="429"} 1 http_requests_total{method="GET",path="/__env.js",status="429"} 1 http_requests_total{method="GET",path="/_cat/indices",status="429"} 4 http_requests_total{method="GET",path="/_cluster/health",status="429"} 4 http_requests_total{method="GET",path="/_config/",status="404"} 1 http_requests_total{method="GET",path="/_debugbar/open",status="429"} 1 http_requests_total{method="GET",path="/_environment",status="404"} 2 http_requests_total{method="GET",path="/_ignition/health-check",status="404"} 1 http_requests_total{method="GET",path="/_ignition/health-check",status="429"} 1 http_requests_total{method="GET",path="/_next/../.env",status="429"} 1 http_requests_total{method="GET",path="/_next/static/../.env",status="429"} 1 http_requests_total{method="GET",path="/_phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/_profiler/phpinfo",status="404"} 4 http_requests_total{method="GET",path="/a.php",status="404"} 7 http_requests_total{method="GET",path="/a1.php",status="404"} 1 http_requests_total{method="GET",path="/a1vx.php",status="404"} 2 http_requests_total{method="GET",path="/a2.php",status="404"} 9 http_requests_total{method="GET",path="/a2.php",status="429"} 1 http_requests_total{method="GET",path="/a2a",status="429"} 4 http_requests_total{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",status="404"} 8 http_requests_total{method="GET",path="/a4.php",status="404"} 1 http_requests_total{method="GET",path="/a5.php",status="404"} 2 http_requests_total{method="GET",path="/a7.php",status="404"} 3 http_requests_total{method="GET",path="/aa.php",status="404"} 14 http_requests_total{method="GET",path="/aa.php",status="429"} 4 http_requests_total{method="GET",path="/aa1.php",status="404"} 1 http_requests_total{method="GET",path="/aa2.php",status="404"} 8 http_requests_total{method="GET",path="/aaa.php",status="404"} 13 http_requests_total{method="GET",path="/aaa.php",status="429"} 2 http_requests_total{method="GET",path="/aaaaa.php",status="429"} 1 http_requests_total{method="GET",path="/aabb.php",status="404"} 1 http_requests_total{method="GET",path="/aaf.php",status="404"} 7 http_requests_total{method="GET",path="/ab.php",status="404"} 1 http_requests_total{method="GET",path="/abc.php",status="404"} 8 http_requests_total{method="GET",path="/abc.php",status="429"} 1 http_requests_total{method="GET",path="/abcd.php",status="404"} 5 http_requests_total{method="GET",path="/abcd.php",status="429"} 1 http_requests_total{method="GET",path="/about",status="404"} 2 http_requests_total{method="GET",path="/about.php",status="404"} 27 http_requests_total{method="GET",path="/about.php",status="429"} 2 http_requests_total{method="GET",path="/about/function.php",status="404"} 2 http_requests_total{method="GET",path="/about/function.php",status="429"} 1 http_requests_total{method="GET",path="/academy.php",status="404"} 1 http_requests_total{method="GET",path="/account.css",status="404"} 1 http_requests_total{method="GET",path="/account.js",status="404"} 1 http_requests_total{method="GET",path="/account.png",status="404"} 1 http_requests_total{method="GET",path="/acp.php",status="404"} 4 http_requests_total{method="GET",path="/actions/.env",status="404"} 2 http_requests_total{method="GET",path="/actuator",status="429"} 11 http_requests_total{method="GET",path="/actuator",status="429"} 1 http_requests_total{method="GET",path="/actuator ",status="429"} 2 http_requests_total{method="GET",path="/actuator..;/",status="429"} 1 http_requests_total{method="GET",path="/actuator/",status="429"} 2 http_requests_total{method="GET",path="/actuator/.",status="429"} 1 http_requests_total{method="GET",path="/actuator/./heapdump",status="429"} 2 http_requests_total{method="GET",path="/actuator/./logfile",status="429"} 2 http_requests_total{method="GET",path="/actuator/Heapdump",status="429"} 1 http_requests_total{method="GET",path="/actuator/Logfile",status="429"} 1 http_requests_total{method="GET",path="/actuator/beans",status="404"} 1 http_requests_total{method="GET",path="/actuator/configprops",status="404"} 2 http_requests_total{method="GET",path="/actuator/configprops",status="429"} 2 http_requests_total{method="GET",path="/actuator/configprops/spring.mail",status="404"} 1 http_requests_total{method="GET",path="/actuator/env",status="404"} 4 http_requests_total{method="GET",path="/actuator/env",status="429"} 1 http_requests_total{method="GET",path="/actuator/env/cloud.aws",status="404"} 1 http_requests_total{method="GET",path="/actuator/env/spring.cloud.aws",status="404"} 1 http_requests_total{method="GET",path="/actuator/env/spring.mail",status="404"} 1 http_requests_total{method="GET",path="/actuator/health",status="404"} 1 http_requests_total{method="GET",path="/actuator/heapdump",status="429"} 12 http_requests_total{method="GET",path="/actuator/heapdump",status="429"} 1 http_requests_total{method="GET",path="/actuator/heapdump ",status="429"} 2 http_requests_total{method="GET",path="/actuator/heapdump..;/",status="429"} 1 http_requests_total{method="GET",path="/actuator/heapdump/",status="429"} 2 http_requests_total{method="GET",path="/actuator/heapdump/.",status="429"} 1 http_requests_total{method="GET",path="/actuator/heapdump;",status="429"} 1 http_requests_total{method="GET",path="/actuator/heapdump;.php",status="429"} 1 http_requests_total{method="GET",path="/actuator/heapdump;/",status="429"} 1 http_requests_total{method="GET",path="/actuator/logfile",status="429"} 12 http_requests_total{method="GET",path="/actuator/logfile",status="429"} 1 http_requests_total{method="GET",path="/actuator/logfile ",status="429"} 2 http_requests_total{method="GET",path="/actuator/logfile..;/",status="429"} 1 http_requests_total{method="GET",path="/actuator/logfile/",status="429"} 2 http_requests_total{method="GET",path="/actuator/logfile/.",status="429"} 1 http_requests_total{method="GET",path="/actuator/logfile;",status="429"} 1 http_requests_total{method="GET",path="/actuator/logfile;.php",status="429"} 1 http_requests_total{method="GET",path="/actuator/logfile;/",status="429"} 1 http_requests_total{method="GET",path="/actuator/mappings",status="404"} 1 http_requests_total{method="GET",path="/actuator;",status="429"} 1 http_requests_total{method="GET",path="/actuator;.php",status="429"} 1 http_requests_total{method="GET",path="/actuator;/",status="429"} 1 http_requests_total{method="GET",path="/admin-footer.php",status="404"} 2 http_requests_total{method="GET",path="/admin-header.php",status="404"} 2 http_requests_total{method="GET",path="/admin-panel/.env",status="404"} 2 http_requests_total{method="GET",path="/admin-post.php",status="404"} 1 http_requests_total{method="GET",path="/admin.css",status="404"} 1 http_requests_total{method="GET",path="/admin.php",status="404"} 29 http_requests_total{method="GET",path="/admin.php",status="429"} 3 http_requests_total{method="GET",path="/admin/.env",status="404"} 2 http_requests_total{method="GET",path="/admin/.env",status="429"} 2 http_requests_total{method="GET",path="/admin/.env.local",status="429"} 1 http_requests_total{method="GET",path="/admin/.env.production",status="429"} 1 http_requests_total{method="GET",path="/admin/.git/config",status="429"} 1 http_requests_total{method="GET",path="/admin/api/config",status="404"} 1 http_requests_total{method="GET",path="/admin/config",status="404"} 1 http_requests_total{method="GET",path="/admin/config.php",status="404"} 3 http_requests_total{method="GET",path="/admin/config/email",status="404"} 1 http_requests_total{method="GET",path="/admin/controller/extension/",status="404"} 2 http_requests_total{method="GET",path="/admin/controller/extension/extension/",status="404"} 1 http_requests_total{method="GET",path="/admin/controller/extension/extension/ultra.php",status="404"} 8 http_requests_total{method="GET",path="/admin/editor/engine.php",status="404"} 1 http_requests_total{method="GET",path="/admin/email",status="404"} 1 http_requests_total{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",status="404"} 1 http_requests_total{method="GET",path="/admin/function.php",status="404"} 1 http_requests_total{method="GET",path="/admin/init",status="404"} 1 http_requests_total{method="GET",path="/admin/phpinfo.php",status="404"} 3 http_requests_total{method="GET",path="/admin/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/admin/settings/mail",status="404"} 1 http_requests_total{method="GET",path="/admin/settings/smtp",status="404"} 1 http_requests_total{method="GET",path="/admin/site_settings.json",status="404"} 1 http_requests_total{method="GET",path="/admin/site_settings/category/email.json",status="404"} 1 http_requests_total{method="GET",path="/admin/uploads/lv.php",status="404"} 1 http_requests_total{method="GET",path="/admin/uploads/media.php",status="404"} 1 http_requests_total{method="GET",path="/adminfuns.php",status="404"} 12 http_requests_total{method="GET",path="/adminfuns.php",status="429"} 2 http_requests_total{method="GET",path="/administrator/.env",status="404"} 2 http_requests_total{method="GET",path="/administrator/components/com_jce/config.xml",status="404"} 1 http_requests_total{method="GET",path="/administrator/index.php",status="404"} 3 http_requests_total{method="GET",path="/administrator/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/administrator/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/adminner.php",status="404"} 13 http_requests_total{method="GET",path="/ae.php",status="404"} 3 http_requests_total{method="GET",path="/afm.php",status="404"} 1 http_requests_total{method="GET",path="/agg.php",status="404"} 2 http_requests_total{method="GET",path="/ah25.php",status="404"} 6 http_requests_total{method="GET",path="/ai.php",status="404"} 2 http_requests_total{method="GET",path="/ajax-actions.php",status="404"} 1 http_requests_total{method="GET",path="/ajax.php",status="404"} 6 http_requests_total{method="GET",path="/akc.php",status="429"} 2 http_requests_total{method="GET",path="/akcc.php",status="404"} 6 http_requests_total{method="GET",path="/akcc.php",status="429"} 3 http_requests_total{method="GET",path="/akimet.php",status="404"} 1 http_requests_total{method="GET",path="/akismet.php",status="404"} 1 http_requests_total{method="GET",path="/akk.php",status="404"} 1 http_requests_total{method="GET",path="/alex.php",status="429"} 1 http_requests_total{method="GET",path="/alexus-mailer.php",status="404"} 1 http_requests_total{method="GET",path="/alexus.php",status="404"} 1 http_requests_total{method="GET",path="/alf.php",status="404"} 1 http_requests_total{method="GET",path="/alfa-rex.php",status="404"} 1 http_requests_total{method="GET",path="/alfa-rex.php7",status="404"} 2 http_requests_total{method="GET",path="/alfa-rex1.php",status="404"} 1 http_requests_total{method="GET",path="/alfa-rex2.php",status="404"} 1 http_requests_total{method="GET",path="/alfa.php",status="404"} 10 http_requests_total{method="GET",path="/alfa.php",status="429"} 2 http_requests_total{method="GET",path="/alfa123.php",status="404"} 1 http_requests_total{method="GET",path="/alfaindex.php",status="404"} 1 http_requests_total{method="GET",path="/alfanew.php",status="404"} 1 http_requests_total{method="GET",path="/alfanew2.php",status="404"} 1 http_requests_total{method="GET",path="/alls.php",status="404"} 8 http_requests_total{method="GET",path="/alls.php",status="429"} 1 http_requests_total{method="GET",path="/alpa.php",status="404"} 1 http_requests_total{method="GET",path="/als.php",status="404"} 9 http_requests_total{method="GET",path="/alvlgck.php",status="404"} 1 http_requests_total{method="GET",path="/alwso.php",status="429"} 1 http_requests_total{method="GET",path="/alya.php",status="404"} 1 http_requests_total{method="GET",path="/amax.php",status="404"} 1 http_requests_total{method="GET",path="/amp.php",status="404"} 2 http_requests_total{method="GET",path="/amplify.json",status="429"} 4 http_requests_total{method="GET",path="/amplifyconfiguration.json",status="404"} 1 http_requests_total{method="GET",path="/amplifyconfiguration.json",status="429"} 1 http_requests_total{method="GET",path="/an.php",status="404"} 6 http_requests_total{method="GET",path="/an.php",status="429"} 2 http_requests_total{method="GET",path="/an7.php",status="404"} 3 http_requests_total{method="GET",path="/angular/.env",status="404"} 2 http_requests_total{method="GET",path="/ano.php",status="404"} 3 http_requests_total{method="GET",path="/anone.php",status="404"} 1 http_requests_total{method="GET",path="/ansible/.env",status="404"} 1 http_requests_total{method="GET",path="/ansible/.env",status="429"} 1 http_requests_total{method="GET",path="/api-docs",status="429"} 4 http_requests_total{method="GET",path="/api-docs.json",status="429"} 16 http_requests_total{method="GET",path="/api-docs.json",status="429"} 1 http_requests_total{method="GET",path="/api-docs.json ",status="429"} 2 http_requests_total{method="GET",path="/api-docs.json..;/",status="429"} 1 http_requests_total{method="GET",path="/api-docs.json/",status="429"} 2 http_requests_total{method="GET",path="/api-docs.json/.",status="429"} 1 http_requests_total{method="GET",path="/api-docs.json;",status="429"} 1 http_requests_total{method="GET",path="/api-docs.json;.php",status="429"} 1 http_requests_total{method="GET",path="/api-docs.json;/",status="429"} 1 http_requests_total{method="GET",path="/api-keys.json",status="404"} 1 http_requests_total{method="GET",path="/api-keys.json",status="429"} 1 http_requests_total{method="GET",path="/api/./config",status="429"} 2 http_requests_total{method="GET",path="/api/./config.json",status="429"} 2 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-config",status="429"} 2 http_requests_total{method="GET",path="/api/./info",status="429"} 2 http_requests_total{method="GET",path="/api/./runtime-config",status="429"} 2 http_requests_total{method="GET",path="/api/./settings",status="429"} 2 http_requests_total{method="GET",path="/api/./version",status="429"} 2 http_requests_total{method="GET",path="/api/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/api/.env",status="401"} 8 http_requests_total{method="GET",path="/api/.env",status="429"} 2 http_requests_total{method="GET",path="/api/.git/config",status="401"} 1 http_requests_total{method="GET",path="/api/.git/config",status="429"} 1 http_requests_total{method="GET",path="/api/Config",status="429"} 1 http_requests_total{method="GET",path="/api/Config.json",status="429"} 1 http_requests_total{method="GET",path="/api/Env",status="429"} 1 http_requests_total{method="GET",path="/api/Env-config",status="429"} 1 http_requests_total{method="GET",path="/api/Info",status="429"} 1 http_requests_total{method="GET",path="/api/Runtime-config",status="429"} 1 http_requests_total{method="GET",path="/api/Settings",status="429"} 1 http_requests_total{method="GET",path="/api/Version",status="429"} 1 http_requests_total{method="GET",path="/api/account",status="401"} 23 http_requests_total{method="GET",path="/api/admin/email-settings",status="401"} 1 http_requests_total{method="GET",path="/api/admin/settings",status="401"} 1 http_requests_total{method="GET",path="/api/admin/settings/email",status="401"} 1 http_requests_total{method="GET",path="/api/backup",status="401"} 1 http_requests_total{method="GET",path="/api/config",status="401"} 1 http_requests_total{method="GET",path="/api/config",status="429"} 17 http_requests_total{method="GET",path="/api/config",status="429"} 1 http_requests_total{method="GET",path="/api/config ",status="429"} 2 http_requests_total{method="GET",path="/api/config..;/",status="401"} 1 http_requests_total{method="GET",path="/api/config.js",status="401"} 1 http_requests_total{method="GET",path="/api/config.json",status="429"} 14 http_requests_total{method="GET",path="/api/config.json",status="429"} 1 http_requests_total{method="GET",path="/api/config.json ",status="429"} 2 http_requests_total{method="GET",path="/api/config.json..;/",status="429"} 1 http_requests_total{method="GET",path="/api/config.json/",status="429"} 2 http_requests_total{method="GET",path="/api/config.json/.",status="429"} 1 http_requests_total{method="GET",path="/api/config.json;",status="401"} 1 http_requests_total{method="GET",path="/api/config.json;.php",status="429"} 1 http_requests_total{method="GET",path="/api/config.json;/",status="429"} 1 http_requests_total{method="GET",path="/api/config/",status="429"} 2 http_requests_total{method="GET",path="/api/config/.",status="429"} 1 http_requests_total{method="GET",path="/api/config/mail",status="401"} 1 http_requests_total{method="GET",path="/api/config;",status="429"} 1 http_requests_total{method="GET",path="/api/config;.php",status="429"} 1 http_requests_total{method="GET",path="/api/config;/",status="429"} 1 http_requests_total{method="GET",path="/api/dev/.env",status="401"} 2 http_requests_total{method="GET",path="/api/email/config",status="401"} 1 http_requests_total{method="GET",path="/api/email/settings",status="401"} 1 http_requests_total{method="GET",path="/api/endpoints",status="401"} 1 http_requests_total{method="GET",path="/api/env",status="401"} 2 http_requests_total{method="GET",path="/api/env",status="429"} 12 http_requests_total{method="GET",path="/api/env",status="429"} 1 http_requests_total{method="GET",path="/api/env ",status="429"} 2 http_requests_total{method="GET",path="/api/env-config",status="429"} 12 http_requests_total{method="GET",path="/api/env-config",status="429"} 1 http_requests_total{method="GET",path="/api/env-config ",status="429"} 2 http_requests_total{method="GET",path="/api/env-config..;/",status="429"} 1 http_requests_total{method="GET",path="/api/env-config/",status="429"} 2 http_requests_total{method="GET",path="/api/env-config/.",status="429"} 1 http_requests_total{method="GET",path="/api/env-config;",status="429"} 1 http_requests_total{method="GET",path="/api/env-config;.php",status="429"} 1 http_requests_total{method="GET",path="/api/env-config;/",status="429"} 1 http_requests_total{method="GET",path="/api/env..;/",status="429"} 1 http_requests_total{method="GET",path="/api/env/",status="429"} 2 http_requests_total{method="GET",path="/api/env/.",status="429"} 1 http_requests_total{method="GET",path="/api/env;",status="429"} 1 http_requests_total{method="GET",path="/api/env;.php",status="429"} 1 http_requests_total{method="GET",path="/api/env;/",status="429"} 1 http_requests_total{method="GET",path="/api/global/self",status="401"} 1 http_requests_total{method="GET",path="/api/graphql",status="401"} 1 http_requests_total{method="GET",path="/api/health",status="200"} 42 http_requests_total{method="GET",path="/api/info",status="429"} 12 http_requests_total{method="GET",path="/api/info",status="429"} 1 http_requests_total{method="GET",path="/api/info ",status="429"} 2 http_requests_total{method="GET",path="/api/info..;/",status="429"} 1 http_requests_total{method="GET",path="/api/info/",status="429"} 2 http_requests_total{method="GET",path="/api/info/.",status="429"} 1 http_requests_total{method="GET",path="/api/info;",status="429"} 1 http_requests_total{method="GET",path="/api/info;.php",status="429"} 1 http_requests_total{method="GET",path="/api/info;/",status="429"} 1 http_requests_total{method="GET",path="/api/keys.json",status="429"} 2 http_requests_total{method="GET",path="/api/mail/config",status="401"} 1 http_requests_total{method="GET",path="/api/openapi.json",status="401"} 1 http_requests_total{method="GET",path="/api/runtime-config",status="401"} 2 http_requests_total{method="GET",path="/api/runtime-config",status="429"} 10 http_requests_total{method="GET",path="/api/runtime-config",status="429"} 1 http_requests_total{method="GET",path="/api/runtime-config ",status="429"} 2 http_requests_total{method="GET",path="/api/runtime-config..;/",status="429"} 1 http_requests_total{method="GET",path="/api/runtime-config/",status="429"} 2 http_requests_total{method="GET",path="/api/runtime-config/.",status="429"} 1 http_requests_total{method="GET",path="/api/runtime-config;",status="429"} 1 http_requests_total{method="GET",path="/api/runtime-config;.php",status="429"} 1 http_requests_total{method="GET",path="/api/runtime-config;/",status="429"} 1 http_requests_total{method="GET",path="/api/settings",status="401"} 5 http_requests_total{method="GET",path="/api/settings",status="429"} 12 http_requests_total{method="GET",path="/api/settings",status="429"} 1 http_requests_total{method="GET",path="/api/settings ",status="429"} 2 http_requests_total{method="GET",path="/api/settings..;/",status="429"} 1 http_requests_total{method="GET",path="/api/settings/",status="401"} 1 http_requests_total{method="GET",path="/api/settings/",status="429"} 2 http_requests_total{method="GET",path="/api/settings/.",status="429"} 1 http_requests_total{method="GET",path="/api/settings/smtp",status="401"} 1 http_requests_total{method="GET",path="/api/settings;",status="429"} 1 http_requests_total{method="GET",path="/api/settings;.php",status="429"} 1 http_requests_total{method="GET",path="/api/settings;/",status="429"} 1 http_requests_total{method="GET",path="/api/stacks",status="401"} 1 http_requests_total{method="GET",path="/api/staging/.env",status="401"} 2 http_requests_total{method="GET",path="/api/stream/range",status="200"} 130 http_requests_total{method="GET",path="/api/stream/range",status="206"} 60 http_requests_total{method="GET",path="/api/stream/range",status="404"} 13 http_requests_total{method="GET",path="/api/system/config",status="401"} 1 http_requests_total{method="GET",path="/api/system/settings",status="401"} 1 http_requests_total{method="GET",path="/api/system/status",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests",status="401"} 12 http_requests_total{method="GET",path="/api/telescope/requests ",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests..;/",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests.json",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests.txt",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests/.",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests/..",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests;",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests;.js",status="401"} 1 http_requests_total{method="GET",path="/api/telescope/requests;/",status="401"} 1 http_requests_total{method="GET",path="/api/tenant/config",status="429"} 4 http_requests_total{method="GET",path="/api/user",status="401"} 29 http_requests_total{method="GET",path="/api/v0/run_sql",status="401"} 1 http_requests_total{method="GET",path="/api/v1/./config",status="429"} 2 http_requests_total{method="GET",path="/api/v1/.env",status="401"} 2 http_requests_total{method="GET",path="/api/v1/Config",status="429"} 1 http_requests_total{method="GET",path="/api/v1/config",status="401"} 3 http_requests_total{method="GET",path="/api/v1/config",status="429"} 14 http_requests_total{method="GET",path="/api/v1/config",status="429"} 1 http_requests_total{method="GET",path="/api/v1/config ",status="429"} 2 http_requests_total{method="GET",path="/api/v1/config..;/",status="429"} 1 http_requests_total{method="GET",path="/api/v1/config/",status="429"} 2 http_requests_total{method="GET",path="/api/v1/config/.",status="429"} 1 http_requests_total{method="GET",path="/api/v1/config;",status="429"} 1 http_requests_total{method="GET",path="/api/v1/config;.php",status="429"} 1 http_requests_total{method="GET",path="/api/v1/config;/",status="429"} 1 http_requests_total{method="GET",path="/api/v1/credentials",status="401"} 1 http_requests_total{method="GET",path="/api/v1/db/meta/plugins",status="401"} 1 http_requests_total{method="GET",path="/api/v1/env",status="429"} 1 http_requests_total{method="GET",path="/api/v1/get/dkim/private/",status="401"} 1 http_requests_total{method="GET",path="/api/v1/get/smtp/all",status="401"} 1 http_requests_total{method="GET",path="/api/v1/info",status="401"} 1 http_requests_total{method="GET",path="/api/v1/messages",status="401"} 1 http_requests_total{method="GET",path="/api/v1/namespaces/default/secrets",status="401"} 1 http_requests_total{method="GET",path="/api/v1/onboarding/config",status="401"} 1 http_requests_total{method="GET",path="/api/v1/organization/config",status="401"} 1 http_requests_total{method="GET",path="/api/v1/organization/config",status="429"} 3 http_requests_total{method="GET",path="/api/v1/organizations",status="401"} 1 http_requests_total{method="GET",path="/api/v1/secrets",status="401"} 1 http_requests_total{method="GET",path="/api/v1/settings",status="401"} 2 http_requests_total{method="GET",path="/api/v1/settings/",status="401"} 1 http_requests_total{method="GET",path="/api/v1/settings/api",status="401"} 1 http_requests_total{method="GET",path="/api/v1/smtp",status="401"} 1 http_requests_total{method="GET",path="/api/v1/system/settings",status="401"} 1 http_requests_total{method="GET",path="/api/v2/.env",status="401"} 2 http_requests_total{method="GET",path="/api/v2/settings/",status="401"} 1 http_requests_total{method="GET",path="/api/v2/system/settings",status="401"} 1 http_requests_total{method="GET",path="/api/v3/.env",status="401"} 1 http_requests_total{method="GET",path="/api/v3/.env",status="429"} 1 http_requests_total{method="GET",path="/api/v4/config",status="401"} 1 http_requests_total{method="GET",path="/api/v4/config/client",status="401"} 1 http_requests_total{method="GET",path="/api/v4/email/test",status="401"} 1 http_requests_total{method="GET",path="/api/v4/system/ping",status="401"} 1 http_requests_total{method="GET",path="/api/version",status="429"} 12 http_requests_total{method="GET",path="/api/version",status="429"} 1 http_requests_total{method="GET",path="/api/version ",status="429"} 2 http_requests_total{method="GET",path="/api/version..;/",status="429"} 1 http_requests_total{method="GET",path="/api/version/",status="429"} 2 http_requests_total{method="GET",path="/api/version/.",status="429"} 1 http_requests_total{method="GET",path="/api/version;",status="429"} 1 http_requests_total{method="GET",path="/api/version;.php",status="429"} 1 http_requests_total{method="GET",path="/api/version;/",status="429"} 1 http_requests_total{method="GET",path="/app-config.json",status="429"} 1 http_requests_total{method="GET",path="/app.js",status="404"} 1 http_requests_total{method="GET",path="/app.json",status="429"} 12 http_requests_total{method="GET",path="/app.json",status="429"} 1 http_requests_total{method="GET",path="/app.json ",status="429"} 2 http_requests_total{method="GET",path="/app.json..;/",status="429"} 1 http_requests_total{method="GET",path="/app.json/",status="429"} 2 http_requests_total{method="GET",path="/app.json/.",status="429"} 1 http_requests_total{method="GET",path="/app.json;",status="429"} 1 http_requests_total{method="GET",path="/app.json;.php",status="429"} 1 http_requests_total{method="GET",path="/app.json;/",status="429"} 1 http_requests_total{method="GET",path="/app.log",status="429"} 4 http_requests_total{method="GET",path="/app.php",status="404"} 2 http_requests_total{method="GET",path="/app.yaml",status="404"} 2 http_requests_total{method="GET",path="/app/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/app/.env",status="404"} 5 http_requests_total{method="GET",path="/app/.env",status="429"} 1 http_requests_total{method="GET",path="/app/.env.local",status="404"} 1 http_requests_total{method="GET",path="/app/.env.local",status="429"} 1 http_requests_total{method="GET",path="/app/.env.production",status="404"} 1 http_requests_total{method="GET",path="/app/.env.production",status="429"} 1 http_requests_total{method="GET",path="/app/.git/config",status="404"} 2 http_requests_total{method="GET",path="/app/api/.env",status="404"} 1 http_requests_total{method="GET",path="/app/backend/.env",status="429"} 1 http_requests_total{method="GET",path="/app/config.js",status="404"} 1 http_requests_total{method="GET",path="/app/config.json",status="429"} 2 http_requests_total{method="GET",path="/app/config/application.yml",status="404"} 1 http_requests_total{method="GET",path="/app/config/mail.php",status="404"} 1 http_requests_total{method="GET",path="/app/config/parameters.php",status="404"} 3 http_requests_total{method="GET",path="/app/config/parameters.yml",status="404"} 3 http_requests_total{method="GET",path="/app/etc/config.php",status="404"} 3 http_requests_total{method="GET",path="/app/etc/env.php",status="404"} 2 http_requests_total{method="GET",path="/app/etc/local.xml",status="404"} 2 http_requests_total{method="GET",path="/app/settings.py",status="429"} 1 http_requests_total{method="GET",path="/application.env",status="429"} 1 http_requests_total{method="GET",path="/application.log",status="429"} 4 http_requests_total{method="GET",path="/application.properties",status="404"} 2 http_requests_total{method="GET",path="/application.yml",status="404"} 2 http_requests_total{method="GET",path="/application.yml",status="429"} 1 http_requests_total{method="GET",path="/application/.env",status="404"} 2 http_requests_total{method="GET",path="/application/.env",status="429"} 1 http_requests_total{method="GET",path="/application/.git/config",status="429"} 1 http_requests_total{method="GET",path="/application/config/email.php",status="404"} 1 http_requests_total{method="GET",path="/application_default_credentials.json",status="429"} 1 http_requests_total{method="GET",path="/apps/.env",status="404"} 2 http_requests_total{method="GET",path="/apps/api/.env",status="429"} 1 http_requests_total{method="GET",path="/apps/backend/.env",status="429"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",status="429"} 2 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 12 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",status="429"} 2 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",status="429"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="404"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",status="429"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",status="429"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",status="429"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",status="429"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",status="429"} 1 http_requests_total{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",status="429"} 1 http_requests_total{method="GET",path="/appsettings.Development.json",status="429"} 1 http_requests_total{method="GET",path="/appsettings.Production.json",status="429"} 1 http_requests_total{method="GET",path="/appsettings.json",status="404"} 1 http_requests_total{method="GET",path="/appsettings.json",status="429"} 5 http_requests_total{method="GET",path="/appsettings.json.bak",status="404"} 2 http_requests_total{method="GET",path="/appsettings.json.bak",status="429"} 10 http_requests_total{method="GET",path="/appsettings.json.bak",status="429"} 1 http_requests_total{method="GET",path="/appsettings.json.bak ",status="429"} 2 http_requests_total{method="GET",path="/appsettings.json.bak..;/",status="429"} 1 http_requests_total{method="GET",path="/appsettings.json.bak/",status="429"} 2 http_requests_total{method="GET",path="/appsettings.json.bak/.",status="429"} 1 http_requests_total{method="GET",path="/appsettings.json.bak;",status="429"} 1 http_requests_total{method="GET",path="/appsettings.json.bak;.php",status="429"} 1 http_requests_total{method="GET",path="/appsettings.json.bak;/",status="429"} 1 http_requests_total{method="GET",path="/appt.php",status="404"} 1 http_requests_total{method="GET",path="/archive.php",status="404"} 2 http_requests_total{method="GET",path="/artisan",status="404"} 1 http_requests_total{method="GET",path="/as.php",status="404"} 15 http_requests_total{method="GET",path="/as.php",status="429"} 4 http_requests_total{method="GET",path="/asas.php",status="404"} 1 http_requests_total{method="GET",path="/asasx.php",status="404"} 1 http_requests_total{method="GET",path="/asasx.php",status="429"} 1 http_requests_total{method="GET",path="/asd.php",status="404"} 1 http_requests_total{method="GET",path="/asd67.php",status="404"} 3 http_requests_total{method="GET",path="/assacc.php",status="404"} 1 http_requests_total{method="GET",path="/asset-manifest.json",status="404"} 1 http_requests_total{method="GET",path="/assets",status="429"} 3 http_requests_total{method="GET",path="/assets../../../../../etc/passwd",status="404"} 2 http_requests_total{method="GET",path="/assets../../../../../etc/passwd",status="429"} 2 http_requests_total{method="GET",path="/assets../../.env",status="404"} 3 http_requests_total{method="GET",path="/assets../../.env",status="429"} 2 http_requests_total{method="GET",path="/assets../../var/www/html/wp-config.php",status="404"} 1 http_requests_total{method="GET",path="/assets../../var/www/html/wp-config.php",status="429"} 3 http_requests_total{method="GET",path="/assets../.env",status="404"} 1 http_requests_total{method="GET",path="/assets../.env",status="429"} 4 http_requests_total{method="GET",path="/assets/",status="404"} 2 http_requests_total{method="GET",path="/assets/./env.js",status="429"} 2 http_requests_total{method="GET",path="/assets/.env",status="404"} 2 http_requests_total{method="GET",path="/assets/Env.js",status="429"} 1 http_requests_total{method="GET",path="/assets/admin/login/info.php",status="404"} 1 http_requests_total{method="GET",path="/assets/config.js",status="404"} 1 http_requests_total{method="GET",path="/assets/config.json",status="404"} 1 http_requests_total{method="GET",path="/assets/edit.php",status="404"} 1 http_requests_total{method="GET",path="/assets/env.js",status="429"} 16 http_requests_total{method="GET",path="/assets/env.js",status="429"} 1 http_requests_total{method="GET",path="/assets/env.js ",status="429"} 2 http_requests_total{method="GET",path="/assets/env.js..;/",status="429"} 1 http_requests_total{method="GET",path="/assets/env.js/",status="429"} 2 http_requests_total{method="GET",path="/assets/env.js/.",status="429"} 1 http_requests_total{method="GET",path="/assets/env.js;",status="429"} 1 http_requests_total{method="GET",path="/assets/env.js;.php",status="429"} 1 http_requests_total{method="GET",path="/assets/env.js;/",status="429"} 1 http_requests_total{method="GET",path="/assets/environment.json",status="404"} 1 http_requests_total{method="GET",path="/assets/filemanager/dialog.php",status="404"} 1 http_requests_total{method="GET",path="/assets/font/bootstrap-icon/shell.php",status="404"} 1 http_requests_total{method="GET",path="/assets/images/about.php",status="404"} 1 http_requests_total{method="GET",path="/assets/plugins/gmap/dapa.php",status="404"} 1 http_requests_total{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",status="429"} 1 http_requests_total{method="GET",path="/atex1.php",status="404"} 2 http_requests_total{method="GET",path="/atkno.php",status="404"} 1 http_requests_total{method="GET",path="/atomlib.php",status="404"} 5 http_requests_total{method="GET",path="/atomlib.php",status="429"} 1 http_requests_total{method="GET",path="/auDSb1pcgtR.php",status="404"} 1 http_requests_total{method="GET",path="/auth.json",status="404"} 1 http_requests_total{method="GET",path="/auth/v1/settings",status="404"} 1 http_requests_total{method="GET",path="/autogooey.php",status="404"} 2 http_requests_total{method="GET",path="/autoload_classmap.php",status="404"} 2 http_requests_total{method="GET",path="/autoload_classmap/function.php",status="429"} 1 http_requests_total{method="GET",path="/av.php",status="429"} 1 http_requests_total{method="GET",path="/ava.php",status="404"} 1 http_requests_total{method="GET",path="/avaa.php",status="404"} 1 http_requests_total{method="GET",path="/avim.php",status="404"} 2 http_requests_total{method="GET",path="/aw.php",status="404"} 3 http_requests_total{method="GET",path="/aws-config.js",status="404"} 3 http_requests_total{method="GET",path="/aws-config.js",status="429"} 1 http_requests_total{method="GET",path="/aws-credentials",status="429"} 1 http_requests_total{method="GET",path="/aws-credentials.json",status="429"} 2 http_requests_total{method="GET",path="/aws-exports.js",status="404"} 3 http_requests_total{method="GET",path="/aws-exports.js",status="429"} 33 http_requests_total{method="GET",path="/aws-exports.js",status="429"} 2 http_requests_total{method="GET",path="/aws-exports.js ",status="429"} 5 http_requests_total{method="GET",path="/aws-exports.js..;/",status="429"} 3 http_requests_total{method="GET",path="/aws-exports.js/",status="429"} 5 http_requests_total{method="GET",path="/aws-exports.js/.",status="429"} 4 http_requests_total{method="GET",path="/aws-exports.js::$DATA",status="429"} 1 http_requests_total{method="GET",path="/aws-exports.js;",status="404"} 1 http_requests_total{method="GET",path="/aws-exports.js;",status="429"} 2 http_requests_total{method="GET",path="/aws-exports.js;.php",status="429"} 2 http_requests_total{method="GET",path="/aws-exports.js;/",status="429"} 2 http_requests_total{method="GET",path="/aws-exports.json",status="404"} 1 http_requests_total{method="GET",path="/aws-ses.json",status="404"} 3 http_requests_total{method="GET",path="/aws.config.js",status="404"} 3 http_requests_total{method="GET",path="/aws.credentials",status="404"} 1 http_requests_total{method="GET",path="/aws.env",status="404"} 1 http_requests_total{method="GET",path="/aws.json",status="429"} 2 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.production",status="429"} 1 http_requests_total{method="GET",path="/aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/aws_credentials",status="404"} 1 http_requests_total{method="GET",path="/awsconfiguration.json",status="404"} 6 http_requests_total{method="GET",path="/awsconfiguration.json",status="429"} 26 http_requests_total{method="GET",path="/awsconfiguration.json",status="429"} 2 http_requests_total{method="GET",path="/awsconfiguration.json ",status="404"} 1 http_requests_total{method="GET",path="/awsconfiguration.json ",status="429"} 4 http_requests_total{method="GET",path="/awsconfiguration.json..;/",status="429"} 3 http_requests_total{method="GET",path="/awsconfiguration.json/",status="429"} 5 http_requests_total{method="GET",path="/awsconfiguration.json/.",status="404"} 1 http_requests_total{method="GET",path="/awsconfiguration.json/.",status="429"} 3 http_requests_total{method="GET",path="/awsconfiguration.json::$DATA",status="429"} 1 http_requests_total{method="GET",path="/awsconfiguration.json;",status="429"} 3 http_requests_total{method="GET",path="/awsconfiguration.json;.php",status="429"} 2 http_requests_total{method="GET",path="/awsconfiguration.json;/",status="429"} 2 http_requests_total{method="GET",path="/azure-pipelines.yml",status="404"} 2 http_requests_total{method="GET",path="/azure-pipelines.yml",status="429"} 3 http_requests_total{method="GET",path="/azure/.env",status="404"} 2 http_requests_total{method="GET",path="/b.php",status="404"} 1 http_requests_total{method="GET",path="/b.php",status="429"} 1 http_requests_total{method="GET",path="/baba.php",status="404"} 1 http_requests_total{method="GET",path="/back/.env",status="429"} 1 http_requests_total{method="GET",path="/backend-api/.env",status="404"} 1 http_requests_total{method="GET",path="/backend/.aws/credentials",status="429"} 1 http_requests_total{method="GET",path="/backend/.env",status="404"} 7 http_requests_total{method="GET",path="/backend/.env",status="429"} 2 http_requests_total{method="GET",path="/backend/.env.local",status="429"} 1 http_requests_total{method="GET",path="/backend/.env.production",status="429"} 1 http_requests_total{method="GET",path="/backend/.git/config",status="404"} 1 http_requests_total{method="GET",path="/backend/.git/config",status="429"} 1 http_requests_total{method="GET",path="/backend/api/.env",status="429"} 1 http_requests_total{method="GET",path="/backend/aws.json",status="429"} 2 http_requests_total{method="GET",path="/backend/config.json",status="429"} 2 http_requests_total{method="GET",path="/backend/service-account.json",status="429"} 2 http_requests_total{method="GET",path="/backend/settings.py",status="429"} 1 http_requests_total{method="GET",path="/backup",status="429"} 1 http_requests_total{method="GET",path="/backup ",status="429"} 1 http_requests_total{method="GET",path="/backup..;/",status="429"} 1 http_requests_total{method="GET",path="/backup.sql",status="404"} 10 http_requests_total{method="GET",path="/backup.sql",status="429"} 26 http_requests_total{method="GET",path="/backup.sql",status="429"} 2 http_requests_total{method="GET",path="/backup.sql ",status="404"} 1 http_requests_total{method="GET",path="/backup.sql ",status="429"} 4 http_requests_total{method="GET",path="/backup.sql..;/",status="429"} 3 http_requests_total{method="GET",path="/backup.sql.gz",status="429"} 12 http_requests_total{method="GET",path="/backup.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.gz ",status="429"} 2 http_requests_total{method="GET",path="/backup.sql.gz..;/",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.gz/",status="404"} 1 http_requests_total{method="GET",path="/backup.sql.gz/",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.gz/.",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.gz;",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.gz;.php",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.gz;/",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.zip",status="429"} 11 http_requests_total{method="GET",path="/backup.sql.zip",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.zip ",status="429"} 2 http_requests_total{method="GET",path="/backup.sql.zip..;/",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.zip/",status="429"} 2 http_requests_total{method="GET",path="/backup.sql.zip/.",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.zip;",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.zip;.php",status="429"} 1 http_requests_total{method="GET",path="/backup.sql.zip;/",status="429"} 1 http_requests_total{method="GET",path="/backup.sql/",status="429"} 4 http_requests_total{method="GET",path="/backup.sql/.",status="404"} 1 http_requests_total{method="GET",path="/backup.sql/.",status="429"} 2 http_requests_total{method="GET",path="/backup.sql;",status="429"} 3 http_requests_total{method="GET",path="/backup.sql;.php",status="429"} 2 http_requests_total{method="GET",path="/backup.sql;/",status="429"} 2 http_requests_total{method="GET",path="/backup.tar.gz",status="429"} 4 http_requests_total{method="GET",path="/backup.zip",status="429"} 4 http_requests_total{method="GET",path="/backup/",status="404"} 1 http_requests_total{method="GET",path="/backup/",status="429"} 12 http_requests_total{method="GET",path="/backup/ ",status="429"} 1 http_requests_total{method="GET",path="/backup/.",status="429"} 1 http_requests_total{method="GET",path="/backup/.env",status="404"} 2 http_requests_total{method="GET",path="/backup/.env",status="429"} 2 http_requests_total{method="GET",path="/backup/.git/config",status="404"} 1 http_requests_total{method="GET",path="/backup//",status="429"} 1 http_requests_total{method="GET",path="/backup/;.php",status="429"} 1 http_requests_total{method="GET",path="/backup/;/",status="429"} 1 http_requests_total{method="GET",path="/backup;",status="429"} 1 http_requests_total{method="GET",path="/backups",status="429"} 1 http_requests_total{method="GET",path="/backups ",status="429"} 1 http_requests_total{method="GET",path="/backups..;/",status="429"} 1 http_requests_total{method="GET",path="/backups/",status="404"} 1 http_requests_total{method="GET",path="/backups/",status="429"} 12 http_requests_total{method="GET",path="/backups/ ",status="429"} 1 http_requests_total{method="GET",path="/backups/.",status="429"} 1 http_requests_total{method="GET",path="/backups/.env",status="404"} 2 http_requests_total{method="GET",path="/backups//",status="429"} 1 http_requests_total{method="GET",path="/backups/;.php",status="429"} 1 http_requests_total{method="GET",path="/backups/;/",status="429"} 1 http_requests_total{method="GET",path="/backups;",status="429"} 1 http_requests_total{method="GET",path="/baindex.php",status="404"} 1 http_requests_total{method="GET",path="/bajah.php",status="404"} 6 http_requests_total{method="GET",path="/bak.php",status="404"} 1 http_requests_total{method="GET",path="/bb.php",status="404"} 8 http_requests_total{method="GET",path="/bb.php",status="429"} 2 http_requests_total{method="GET",path="/bbcc.php",status="404"} 1 http_requests_total{method="GET",path="/bdroot.php",status="404"} 1 http_requests_total{method="GET",path="/berlin.php",status="404"} 1 http_requests_total{method="GET",path="/bes.php",status="404"} 2 http_requests_total{method="GET",path="/beta/.env",status="404"} 2 http_requests_total{method="GET",path="/beta/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/bg/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/bgymj.php",status="404"} 3 http_requests_total{method="GET",path="/bgymj.php",status="429"} 1 http_requests_total{method="GET",path="/bhfnd.php",status="404"} 1 http_requests_total{method="GET",path="/bin/.env",status="404"} 2 http_requests_total{method="GET",path="/bind.php",status="404"} 1 http_requests_total{method="GET",path="/bitbucket-pipelines.yaml",status="404"} 2 http_requests_total{method="GET",path="/bitbucket-pipelines.yml",status="404"} 3 http_requests_total{method="GET",path="/bitbucket-pipelines.yml",status="429"} 2 http_requests_total{method="GET",path="/biufile.php",status="404"} 17 http_requests_total{method="GET",path="/biufile.php",status="429"} 2 http_requests_total{method="GET",path="/bk.php",status="404"} 3 http_requests_total{method="GET",path="/bks.php",status="404"} 1 http_requests_total{method="GET",path="/black.php",status="404"} 3 http_requests_total{method="GET",path="/blacks.php",status="404"} 1 http_requests_total{method="GET",path="/bless.php",status="404"} 12 http_requests_total{method="GET",path="/bless11.php",status="404"} 1 http_requests_total{method="GET",path="/bless18.php",status="404"} 1 http_requests_total{method="GET",path="/bless24.php",status="404"} 2 http_requests_total{method="GET",path="/bless3.php",status="404"} 1 http_requests_total{method="GET",path="/bless5.php",status="404"} 1 http_requests_total{method="GET",path="/block-bindings.php",status="404"} 1 http_requests_total{method="GET",path="/blog",status="404"} 1 http_requests_total{method="GET",path="/blog.php",status="404"} 1 http_requests_total{method="GET",path="/blog/",status="404"} 8 http_requests_total{method="GET",path="/blog/byp.php",status="404"} 1 http_requests_total{method="GET",path="/blog/wp-json/",status="404"} 8 http_requests_total{method="GET",path="/blog/wp-login.php",status="404"} 8 http_requests_total{method="GET",path="/blrga.php",status="404"} 1 http_requests_total{method="GET",path="/blue.php",status="404"} 1 http_requests_total{method="GET",path="/blurbs.php",status="404"} 10 http_requests_total{method="GET",path="/blurbs.php",status="429"} 2 http_requests_total{method="GET",path="/bob.php",status="404"} 1 http_requests_total{method="GET",path="/bolt.php",status="404"} 4 http_requests_total{method="GET",path="/bolt.php",status="429"} 1 http_requests_total{method="GET",path="/bootstrap.php",status="404"} 6 http_requests_total{method="GET",path="/bootstrap.yml",status="429"} 1 http_requests_total{method="GET",path="/bootstrap/.env",status="404"} 2 http_requests_total{method="GET",path="/borneo.php",status="404"} 2 http_requests_total{method="GET",path="/brc.php",status="404"} 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="/browse.php",status="404"} 1 http_requests_total{method="GET",path="/browse.php",status="429"} 1 http_requests_total{method="GET",path="/bscclapb.php",status="404"} 2 http_requests_total{method="GET",path="/bsg-management/php.php",status="404"} 2 http_requests_total{method="GET",path="/bthil.php",status="404"} 10 http_requests_total{method="GET",path="/bthil.php",status="429"} 1 http_requests_total{method="GET",path="/btx25.php",status="404"} 9 http_requests_total{method="GET",path="/buds1.php",status="404"} 1 http_requests_total{method="GET",path="/build.json",status="429"} 12 http_requests_total{method="GET",path="/build.json",status="429"} 1 http_requests_total{method="GET",path="/build.json ",status="429"} 2 http_requests_total{method="GET",path="/build.json..;/",status="429"} 1 http_requests_total{method="GET",path="/build.json/",status="429"} 2 http_requests_total{method="GET",path="/build.json/.",status="429"} 1 http_requests_total{method="GET",path="/build.json;",status="429"} 1 http_requests_total{method="GET",path="/build.json;.php",status="429"} 1 http_requests_total{method="GET",path="/build.json;/",status="429"} 1 http_requests_total{method="GET",path="/build.php",status="404"} 1 http_requests_total{method="GET",path="/build/.env",status="404"} 1 http_requests_total{method="GET",path="/build/.env",status="429"} 1 http_requests_total{method="GET",path="/build/config.js",status="404"} 1 http_requests_total{method="GET",path="/buildkite/.env",status="404"} 2 http_requests_total{method="GET",path="/buildspec.yml",status="429"} 3 http_requests_total{method="GET",path="/bulk/.env",status="404"} 2 http_requests_total{method="GET",path="/bumxewlsll.php",status="404"} 1 http_requests_total{method="GET",path="/buy.php",status="404"} 3 http_requests_total{method="GET",path="/buy.php",status="429"} 1 http_requests_total{method="GET",path="/bxhnfdgd.php",status="404"} 1 http_requests_total{method="GET",path="/bxkss.php",status="404"} 1 http_requests_total{method="GET",path="/by.php",status="404"} 1 http_requests_total{method="GET",path="/byp.php",status="404"} 1 http_requests_total{method="GET",path="/byp8.php",status="404"} 4 http_requests_total{method="GET",path="/bypass.php",status="404"} 1 http_requests_total{method="GET",path="/c4.php",status="404"} 2 http_requests_total{method="GET",path="/cache-compat.php",status="404"} 1 http_requests_total{method="GET",path="/cache.php",status="404"} 7 http_requests_total{method="GET",path="/cache.php",status="429"} 2 http_requests_total{method="GET",path="/cache/.env",status="404"} 2 http_requests_total{method="GET",path="/cah.php",status="404"} 4 http_requests_total{method="GET",path="/cah.php",status="429"} 4 http_requests_total{method="GET",path="/cakephp/.env",status="404"} 2 http_requests_total{method="GET",path="/camara.php",status="404"} 1 http_requests_total{method="GET",path="/campaign/.env",status="404"} 2 http_requests_total{method="GET",path="/cap.php",status="404"} 1 http_requests_total{method="GET",path="/card.php",status="404"} 1 http_requests_total{method="GET",path="/catalog/config.php",status="404"} 3 http_requests_total{method="GET",path="/cc.php",status="404"} 7 http_requests_total{method="GET",path="/cc.php",status="429"} 2 http_requests_total{method="GET",path="/cc13.php",status="404"} 2 http_requests_total{method="GET",path="/ccc.php",status="404"} 11 http_requests_total{method="GET",path="/cccc.php",status="404"} 1 http_requests_total{method="GET",path="/ccou.php",status="404"} 9 http_requests_total{method="GET",path="/ccou.php",status="429"} 1 http_requests_total{method="GET",path="/ccs.php",status="404"} 1 http_requests_total{method="GET",path="/cd/.env",status="404"} 2 http_requests_total{method="GET",path="/cfile.php",status="404"} 5 http_requests_total{method="GET",path="/cgi-bin/",status="404"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",status="429"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../app/.env",status="404"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../app/.env",status="429"} 8 http_requests_total{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../data/www/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="404"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",status="429"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="404"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",status="429"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../public_html/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../root/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="404"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",status="429"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="404"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",status="429"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="404"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",status="429"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",status="429"} 5 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="404"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",status="429"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="404"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",status="429"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="404"} 2 http_requests_total{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",status="429"} 3 http_requests_total{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../www/html/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",status="429"} 4 http_requests_total{method="GET",path="/cgi-bin/about.php",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/index.php",status="404"} 8 http_requests_total{method="GET",path="/cgi-bin/index.php",status="429"} 2 http_requests_total{method="GET",path="/cgi-bin/upfile.php",status="404"} 1 http_requests_total{method="GET",path="/cgi-bin/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/charts/values.production.yaml",status="404"} 1 http_requests_total{method="GET",path="/charts/values.yaml",status="404"} 1 http_requests_total{method="GET",path="/chomu.php",status="404"} 2 http_requests_total{method="GET",path="/chosen.php",status="404"} 19 http_requests_total{method="GET",path="/chosen.php",status="429"} 3 http_requests_total{method="GET",path="/ci/.env",status="404"} 2 http_requests_total{method="GET",path="/cilus.php",status="404"} 2 http_requests_total{method="GET",path="/circleci/.env",status="404"} 2 http_requests_total{method="GET",path="/clasa99.php",status="404"} 2 http_requests_total{method="GET",path="/class-t.api.php",status="404"} 5 http_requests_total{method="GET",path="/class-walker-footer-dev.php",status="404"} 2 http_requests_total{method="GET",path="/class-wp-image.php",status="404"} 1 http_requests_total{method="GET",path="/class-wp-logo-new.php",status="404"} 1 http_requests_total{method="GET",path="/class-wp.php",status="404"} 1 http_requests_total{method="GET",path="/class.php",status="404"} 3 http_requests_total{method="GET",path="/class19.php",status="404"} 1 http_requests_total{method="GET",path="/class20.php",status="404"} 1 http_requests_total{method="GET",path="/class629.php",status="404"} 1 http_requests_total{method="GET",path="/class9.php",status="404"} 1 http_requests_total{method="GET",path="/classsmtps.php",status="404"} 1 http_requests_total{method="GET",path="/classwithtostring.php",status="404"} 35 http_requests_total{method="GET",path="/classwithtostring.php",status="429"} 1 http_requests_total{method="GET",path="/claude.md",status="429"} 4 http_requests_total{method="GET",path="/click.php",status="404"} 1 http_requests_total{method="GET",path="/client/.env",status="404"} 1 http_requests_total{method="GET",path="/client/.env",status="429"} 3 http_requests_total{method="GET",path="/client_secret.json",status="429"} 2 http_requests_total{method="GET",path="/cloud-init/user-data",status="404"} 1 http_requests_total{method="GET",path="/cloud.json",status="429"} 1 http_requests_total{method="GET",path="/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/cloud/.env",status="404"} 2 http_requests_total{method="GET",path="/cls.php",status="404"} 1 http_requests_total{method="GET",path="/clxcc.php",status="404"} 2 http_requests_total{method="GET",path="/cmd.php",status="404"} 1 http_requests_total{method="GET",path="/cms.php",status="404"} 1 http_requests_total{method="GET",path="/cms/",status="404"} 6 http_requests_total{method="GET",path="/cms/.env",status="404"} 2 http_requests_total{method="GET",path="/cms/wp-json/",status="404"} 6 http_requests_total{method="GET",path="/cms/wp-login.php",status="404"} 6 http_requests_total{method="GET",path="/co.php",status="404"} 2 http_requests_total{method="GET",path="/codeigniter/.env",status="404"} 2 http_requests_total{method="GET",path="/coffee.php",status="404"} 10 http_requests_total{method="GET",path="/coffexium.php",status="404"} 19 http_requests_total{method="GET",path="/cok.php",status="404"} 1 http_requests_total{method="GET",path="/colors.php",status="404"} 1 http_requests_total{method="GET",path="/colour.php",status="404"} 1 http_requests_total{method="GET",path="/common.php",status="404"} 1 http_requests_total{method="GET",path="/composer.json",status="404"} 1 http_requests_total{method="GET",path="/config",status="404"} 1 http_requests_total{method="GET",path="/config.env",status="429"} 2 http_requests_total{method="GET",path="/config.ini",status="404"} 1 http_requests_total{method="GET",path="/config.js",status="404"} 4 http_requests_total{method="GET",path="/config.js",status="429"} 17 http_requests_total{method="GET",path="/config.js",status="429"} 1 http_requests_total{method="GET",path="/config.js ",status="429"} 2 http_requests_total{method="GET",path="/config.js..;/",status="429"} 1 http_requests_total{method="GET",path="/config.js/",status="429"} 2 http_requests_total{method="GET",path="/config.js/.",status="429"} 1 http_requests_total{method="GET",path="/config.js;",status="404"} 1 http_requests_total{method="GET",path="/config.js;.php",status="429"} 1 http_requests_total{method="GET",path="/config.js;/",status="429"} 1 http_requests_total{method="GET",path="/config.json",status="404"} 6 http_requests_total{method="GET",path="/config.json",status="429"} 15 http_requests_total{method="GET",path="/config.json",status="429"} 1 http_requests_total{method="GET",path="/config.json ",status="404"} 1 http_requests_total{method="GET",path="/config.json ",status="429"} 1 http_requests_total{method="GET",path="/config.json..;/",status="429"} 1 http_requests_total{method="GET",path="/config.json.php",status="404"} 5 http_requests_total{method="GET",path="/config.json.php",status="429"} 1 http_requests_total{method="GET",path="/config.json.save",status="404"} 3 http_requests_total{method="GET",path="/config.json/",status="429"} 2 http_requests_total{method="GET",path="/config.json/.",status="429"} 1 http_requests_total{method="GET",path="/config.json;",status="429"} 1 http_requests_total{method="GET",path="/config.json;.php",status="429"} 1 http_requests_total{method="GET",path="/config.json;/",status="429"} 1 http_requests_total{method="GET",path="/config.php",status="404"} 9 http_requests_total{method="GET",path="/config.php",status="429"} 1 http_requests_total{method="GET",path="/config.php.bak",status="404"} 4 http_requests_total{method="GET",path="/config.php.bak",status="429"} 13 http_requests_total{method="GET",path="/config.php.bak",status="429"} 1 http_requests_total{method="GET",path="/config.php.bak ",status="429"} 2 http_requests_total{method="GET",path="/config.php.bak..;/",status="429"} 1 http_requests_total{method="GET",path="/config.php.bak/",status="429"} 2 http_requests_total{method="GET",path="/config.php.bak/.",status="429"} 1 http_requests_total{method="GET",path="/config.php.bak;",status="429"} 1 http_requests_total{method="GET",path="/config.php.bak;.php",status="429"} 1 http_requests_total{method="GET",path="/config.php.bak;/",status="429"} 1 http_requests_total{method="GET",path="/config.php.old",status="429"} 12 http_requests_total{method="GET",path="/config.php.old",status="429"} 1 http_requests_total{method="GET",path="/config.php.old ",status="429"} 2 http_requests_total{method="GET",path="/config.php.old..;/",status="429"} 1 http_requests_total{method="GET",path="/config.php.old/",status="429"} 2 http_requests_total{method="GET",path="/config.php.old/.",status="429"} 1 http_requests_total{method="GET",path="/config.php.old;",status="429"} 1 http_requests_total{method="GET",path="/config.php.old;.php",status="429"} 1 http_requests_total{method="GET",path="/config.php.old;/",status="429"} 1 http_requests_total{method="GET",path="/config.php7",status="404"} 1 http_requests_total{method="GET",path="/config.py",status="404"} 1 http_requests_total{method="GET",path="/config.toml",status="404"} 2 http_requests_total{method="GET",path="/config.yaml",status="404"} 3 http_requests_total{method="GET",path="/config.yaml",status="429"} 4 http_requests_total{method="GET",path="/config.yml",status="404"} 2 http_requests_total{method="GET",path="/config/./app.php",status="404"} 1 http_requests_total{method="GET",path="/config/./app.php",status="429"} 4 http_requests_total{method="GET",path="/config/./database.php",status="429"} 5 http_requests_total{method="GET",path="/config/./mail.php",status="429"} 3 http_requests_total{method="GET",path="/config/.env",status="404"} 5 http_requests_total{method="GET",path="/config/.env",status="429"} 2 http_requests_total{method="GET",path="/config/.env.php",status="429"} 1 http_requests_total{method="GET",path="/config/App.php",status="404"} 2 http_requests_total{method="GET",path="/config/App.php",status="429"} 1 http_requests_total{method="GET",path="/config/Database.php",status="429"} 3 http_requests_total{method="GET",path="/config/Mail.php",status="429"} 2 http_requests_total{method="GET",path="/config/app.php",status="404"} 8 http_requests_total{method="GET",path="/config/app.php",status="429"} 17 http_requests_total{method="GET",path="/config/app.php",status="429"} 2 http_requests_total{method="GET",path="/config/app.php ",status="429"} 5 http_requests_total{method="GET",path="/config/app.php..;/",status="404"} 2 http_requests_total{method="GET",path="/config/app.php..;/",status="429"} 1 http_requests_total{method="GET",path="/config/app.php/",status="404"} 1 http_requests_total{method="GET",path="/config/app.php/",status="429"} 4 http_requests_total{method="GET",path="/config/app.php/.",status="429"} 3 http_requests_total{method="GET",path="/config/app.php::$DATA",status="404"} 1 http_requests_total{method="GET",path="/config/app.php;",status="429"} 3 http_requests_total{method="GET",path="/config/app.php;.php",status="429"} 2 http_requests_total{method="GET",path="/config/app.php;/",status="404"} 1 http_requests_total{method="GET",path="/config/app.php;/",status="429"} 1 http_requests_total{method="GET",path="/config/app/.env",status="404"} 2 http_requests_total{method="GET",path="/config/application.properties",status="404"} 1 http_requests_total{method="GET",path="/config/application.yml",status="404"} 1 http_requests_total{method="GET",path="/config/application.yml",status="429"} 2 http_requests_total{method="GET",path="/config/aws.env",status="404"} 1 http_requests_total{method="GET",path="/config/aws.json",status="404"} 1 http_requests_total{method="GET",path="/config/aws.json",status="429"} 1 http_requests_total{method="GET",path="/config/aws.php",status="404"} 1 http_requests_total{method="GET",path="/config/aws.php",status="429"} 1 http_requests_total{method="GET",path="/config/aws.yaml",status="404"} 1 http_requests_total{method="GET",path="/config/aws.yml",status="404"} 1 http_requests_total{method="GET",path="/config/aws.yml",status="429"} 1 http_requests_total{method="GET",path="/config/config.php",status="429"} 1 http_requests_total{method="GET",path="/config/credentials.json",status="429"} 1 http_requests_total{method="GET",path="/config/credentials.yml.enc",status="404"} 1 http_requests_total{method="GET",path="/config/credentials.yml.enc",status="429"} 1 http_requests_total{method="GET",path="/config/database.php",status="404"} 6 http_requests_total{method="GET",path="/config/database.php",status="429"} 20 http_requests_total{method="GET",path="/config/database.php",status="404"} 1 http_requests_total{method="GET",path="/config/database.php",status="429"} 1 http_requests_total{method="GET",path="/config/database.php ",status="404"} 1 http_requests_total{method="GET",path="/config/database.php ",status="429"} 4 http_requests_total{method="GET",path="/config/database.php..;/",status="429"} 3 http_requests_total{method="GET",path="/config/database.php/",status="429"} 4 http_requests_total{method="GET",path="/config/database.php/.",status="429"} 3 http_requests_total{method="GET",path="/config/database.php::$DATA",status="429"} 1 http_requests_total{method="GET",path="/config/database.php;",status="429"} 3 http_requests_total{method="GET",path="/config/database.php;.php",status="429"} 2 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/database.yml",status="429"} 1 http_requests_total{method="GET",path="/config/default.json",status="404"} 1 http_requests_total{method="GET",path="/config/deploy.rb",status="404"} 1 http_requests_total{method="GET",path="/config/deploy/production.rb",status="404"} 1 http_requests_total{method="GET",path="/config/development.json",status="404"} 1 http_requests_total{method="GET",path="/config/email.php",status="404"} 1 http_requests_total{method="GET",path="/config/environments/development.rb",status="404"} 1 http_requests_total{method="GET",path="/config/environments/production.rb",status="404"} 1 http_requests_total{method="GET",path="/config/environments/staging.rb",status="404"} 1 http_requests_total{method="GET",path="/config/firebase-admin.json",status="429"} 1 http_requests_total{method="GET",path="/config/gcp-credentials.json",status="429"} 1 http_requests_total{method="GET",path="/config/initializers/action_mailer.rb",status="404"} 1 http_requests_total{method="GET",path="/config/initializers/aws.rb",status="404"} 1 http_requests_total{method="GET",path="/config/initializers/mail.rb",status="404"} 1 http_requests_total{method="GET",path="/config/initializers/ses.rb",status="404"} 1 http_requests_total{method="GET",path="/config/initializers/smtp.rb",status="404"} 1 http_requests_total{method="GET",path="/config/local.json",status="404"} 1 http_requests_total{method="GET",path="/config/mail.php",status="404"} 6 http_requests_total{method="GET",path="/config/mail.php",status="429"} 13 http_requests_total{method="GET",path="/config/mail.php",status="429"} 1 http_requests_total{method="GET",path="/config/mail.php ",status="429"} 3 http_requests_total{method="GET",path="/config/mail.php..;/",status="429"} 2 http_requests_total{method="GET",path="/config/mail.php/",status="429"} 3 http_requests_total{method="GET",path="/config/mail.php/.",status="429"} 2 http_requests_total{method="GET",path="/config/mail.php;",status="429"} 2 http_requests_total{method="GET",path="/config/mail.php;.php",status="429"} 1 http_requests_total{method="GET",path="/config/mail.php;/",status="429"} 1 http_requests_total{method="GET",path="/config/master.key",status="404"} 1 http_requests_total{method="GET",path="/config/prod.exs",status="429"} 1 http_requests_total{method="GET",path="/config/production.json",status="404"} 1 http_requests_total{method="GET",path="/config/runtime.exs",status="404"} 1 http_requests_total{method="GET",path="/config/secrets.json",status="404"} 1 http_requests_total{method="GET",path="/config/secrets.yml",status="404"} 1 http_requests_total{method="GET",path="/config/secrets.yml",status="429"} 2 http_requests_total{method="GET",path="/config/secrets.yml.enc",status="404"} 1 http_requests_total{method="GET",path="/config/sendgrid.env",status="429"} 1 http_requests_total{method="GET",path="/config/service-account.json",status="429"} 2 http_requests_total{method="GET",path="/config/ses.php",status="404"} 1 http_requests_total{method="GET",path="/config/settings.inc.php",status="404"} 3 http_requests_total{method="GET",path="/config/settings.py",status="429"} 1 http_requests_total{method="GET",path="/config/settings.yml",status="404"} 1 http_requests_total{method="GET",path="/config/settings/production.yml",status="404"} 1 http_requests_total{method="GET",path="/config/settings/staging.yml",status="404"} 1 http_requests_total{method="GET",path="/config/storage.yml",status="404"} 1 http_requests_total{method="GET",path="/config/stripe.json",status="404"} 1 http_requests_total{method="GET",path="/configprops",status="404"} 1 http_requests_total{method="GET",path="/configs.php",status="404"} 1 http_requests_total{method="GET",path="/configuration.js",status="429"} 1 http_requests_total{method="GET",path="/configuration.php",status="404"} 3 http_requests_total{method="GET",path="/configuration.php",status="429"} 1 http_requests_total{method="GET",path="/configuration.php.bak",status="429"} 1 http_requests_total{method="GET",path="/cong.php",status="404"} 4 http_requests_total{method="GET",path="/console/",status="404"} 2 http_requests_total{method="GET",path="/containers/json",status="404"} 1 http_requests_total{method="GET",path="/content.php",status="404"} 2 http_requests_total{method="GET",path="/control-panel/.env",status="404"} 2 http_requests_total{method="GET",path="/cookie.php",status="404"} 1 http_requests_total{method="GET",path="/core",status="404"} 1 http_requests_total{method="GET",path="/core.php",status="404"} 3 http_requests_total{method="GET",path="/core/.env",status="404"} 2 http_requests_total{method="GET",path="/core/.env",status="429"} 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/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/core/settings.py",status="429"} 1 http_requests_total{method="GET",path="/cp2.php",status="404"} 1 http_requests_total{method="GET",path="/cpanel/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/credentials.json",status="404"} 2 http_requests_total{method="GET",path="/credentials.json",status="429"} 1 http_requests_total{method="GET",path="/credentials/store/system/domain/_/api/json",status="404"} 1 http_requests_total{method="GET",path="/creds.json",status="404"} 1 http_requests_total{method="GET",path="/creds.json",status="429"} 1 http_requests_total{method="GET",path="/crgio.php",status="404"} 13 http_requests_total{method="GET",path="/crm/.env",status="404"} 2 http_requests_total{method="GET",path="/crm/.env",status="429"} 1 http_requests_total{method="GET",path="/cron.php",status="404"} 2 http_requests_total{method="GET",path="/cron/.env",status="404"} 2 http_requests_total{method="GET",path="/cronlab/.env",status="404"} 2 http_requests_total{method="GET",path="/crusader-404-probe",status="429"} 1 http_requests_total{method="GET",path="/csa.php",status="404"} 2 http_requests_total{method="GET",path="/css",status="404"} 1 http_requests_total{method="GET",path="/css",status="429"} 2 http_requests_total{method="GET",path="/css.php",status="404"} 1 http_requests_total{method="GET",path="/css/",status="404"} 1 http_requests_total{method="GET",path="/css/",status="429"} 2 http_requests_total{method="GET",path="/css/chosen.php",status="429"} 1 http_requests_total{method="GET",path="/css/classwithtostring.php",status="429"} 1 http_requests_total{method="GET",path="/css/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/css/index.php",status="404"} 2 http_requests_total{method="GET",path="/css/install.php",status="429"} 1 http_requests_total{method="GET",path="/css/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/cu.php",status="404"} 4 http_requests_total{method="GET",path="/current/.env",status="404"} 2 http_requests_total{method="GET",path="/cv.php",status="404"} 2 http_requests_total{method="GET",path="/cwclass.php",status="404"} 1 http_requests_total{method="GET",path="/cx.php",status="404"} 1 http_requests_total{method="GET",path="/cxc.php",status="404"} 2 http_requests_total{method="GET",path="/d.php",status="404"} 2 http_requests_total{method="GET",path="/d61.php",status="404"} 1 http_requests_total{method="GET",path="/d62.php",status="404"} 3 http_requests_total{method="GET",path="/dZ3wP5.php",status="404"} 3 http_requests_total{method="GET",path="/da1c121bb2index.php",status="404"} 1 http_requests_total{method="GET",path="/daerl3.php",status="404"} 3 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",status="429"} 2 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",status="429"} 1 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 11 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 1 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",status="429"} 2 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",status="429"} 1 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",status="429"} 2 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",status="429"} 1 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",status="429"} 1 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",status="429"} 1 http_requests_total{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",status="429"} 1 http_requests_total{method="GET",path="/dashboard.css",status="404"} 1 http_requests_total{method="GET",path="/dashboard.js",status="404"} 1 http_requests_total{method="GET",path="/dashboard/.env",status="404"} 2 http_requests_total{method="GET",path="/dass.php",status="404"} 2 http_requests_total{method="GET",path="/data.php",status="404"} 1 http_requests_total{method="GET",path="/database.php",status="429"} 2 http_requests_total{method="GET",path="/database.sql",status="404"} 8 http_requests_total{method="GET",path="/database.sql",status="429"} 21 http_requests_total{method="GET",path="/database.sql",status="429"} 2 http_requests_total{method="GET",path="/database.sql ",status="429"} 4 http_requests_total{method="GET",path="/database.sql..;/",status="429"} 2 http_requests_total{method="GET",path="/database.sql.gz",status="429"} 11 http_requests_total{method="GET",path="/database.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/database.sql.gz ",status="429"} 2 http_requests_total{method="GET",path="/database.sql.gz..;/",status="429"} 1 http_requests_total{method="GET",path="/database.sql.gz/",status="429"} 2 http_requests_total{method="GET",path="/database.sql.gz/.",status="429"} 1 http_requests_total{method="GET",path="/database.sql.gz;",status="429"} 1 http_requests_total{method="GET",path="/database.sql.gz;.php",status="429"} 1 http_requests_total{method="GET",path="/database.sql.gz;/",status="429"} 1 http_requests_total{method="GET",path="/database.sql/",status="404"} 1 http_requests_total{method="GET",path="/database.sql/",status="429"} 3 http_requests_total{method="GET",path="/database.sql/.",status="429"} 2 http_requests_total{method="GET",path="/database.sql;",status="429"} 2 http_requests_total{method="GET",path="/database.sql;.php",status="429"} 2 http_requests_total{method="GET",path="/database.sql;/",status="429"} 2 http_requests_total{method="GET",path="/database.yml.bak",status="429"} 12 http_requests_total{method="GET",path="/database.yml.bak",status="429"} 1 http_requests_total{method="GET",path="/database.yml.bak ",status="429"} 2 http_requests_total{method="GET",path="/database.yml.bak..;/",status="429"} 1 http_requests_total{method="GET",path="/database.yml.bak/",status="429"} 2 http_requests_total{method="GET",path="/database.yml.bak/.",status="429"} 1 http_requests_total{method="GET",path="/database.yml.bak;",status="429"} 1 http_requests_total{method="GET",path="/database.yml.bak;.php",status="429"} 1 http_requests_total{method="GET",path="/database.yml.bak;/",status="429"} 1 http_requests_total{method="GET",path="/database/.env",status="404"} 2 http_requests_total{method="GET",path="/database/.env",status="429"} 1 http_requests_total{method="GET",path="/db.php",status="404"} 1 http_requests_total{method="GET",path="/db.php",status="429"} 2 http_requests_total{method="GET",path="/db.sql",status="429"} 12 http_requests_total{method="GET",path="/db.sql",status="429"} 1 http_requests_total{method="GET",path="/db.sql ",status="429"} 2 http_requests_total{method="GET",path="/db.sql..;/",status="429"} 1 http_requests_total{method="GET",path="/db.sql/",status="429"} 2 http_requests_total{method="GET",path="/db.sql/.",status="429"} 1 http_requests_total{method="GET",path="/db.sql;",status="429"} 1 http_requests_total{method="GET",path="/db.sql;.php",status="429"} 1 http_requests_total{method="GET",path="/db.sql;/",status="429"} 1 http_requests_total{method="GET",path="/debug.log",status="429"} 12 http_requests_total{method="GET",path="/debug.log",status="429"} 1 http_requests_total{method="GET",path="/debug.log ",status="429"} 2 http_requests_total{method="GET",path="/debug.log..;/",status="429"} 1 http_requests_total{method="GET",path="/debug.log/",status="429"} 2 http_requests_total{method="GET",path="/debug.log/.",status="429"} 1 http_requests_total{method="GET",path="/debug.log;",status="429"} 1 http_requests_total{method="GET",path="/debug.log;.php",status="429"} 1 http_requests_total{method="GET",path="/debug.log;/",status="429"} 1 http_requests_total{method="GET",path="/debug.php",status="404"} 2 http_requests_total{method="GET",path="/debug/default/view",status="404"} 2 http_requests_total{method="GET",path="/deepseek_d.php",status="404"} 2 http_requests_total{method="GET",path="/defau1t.php",status="404"} 1 http_requests_total{method="GET",path="/default.php",status="404"} 3 http_requests_total{method="GET",path="/dehnl.php",status="404"} 1 http_requests_total{method="GET",path="/dejavu.php",status="404"} 6 http_requests_total{method="GET",path="/dejavu.php",status="429"} 1 http_requests_total{method="GET",path="/deploy/.env",status="404"} 2 http_requests_total{method="GET",path="/deploy/config.json",status="404"} 1 http_requests_total{method="GET",path="/deploy/service-account.json",status="404"} 1 http_requests_total{method="GET",path="/deploy/service-account.json",status="429"} 1 http_requests_total{method="GET",path="/deploy/terraform.tfstate",status="404"} 1 http_requests_total{method="GET",path="/deployment/values.yaml",status="404"} 1 http_requests_total{method="GET",path="/des.php",status="404"} 1 http_requests_total{method="GET",path="/dev/.env",status="404"} 4 http_requests_total{method="GET",path="/dev/.git/config",status="429"} 1 http_requests_total{method="GET",path="/dev/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/development/.env",status="404"} 3 http_requests_total{method="GET",path="/dex.php",status="404"} 14 http_requests_total{method="GET",path="/df.php",status="404"} 2 http_requests_total{method="GET",path="/dfd76.php",status="404"} 1 http_requests_total{method="GET",path="/diidi.php",status="404"} 1 http_requests_total{method="GET",path="/directus/settings",status="404"} 1 http_requests_total{method="GET",path="/disagreed.php",status="404"} 1 http_requests_total{method="GET",path="/dist/.env",status="404"} 2 http_requests_total{method="GET",path="/dist/config.js",status="404"} 1 http_requests_total{method="GET",path="/dlvqo.php",status="404"} 1 http_requests_total{method="GET",path="/dmin.php",status="404"} 1 http_requests_total{method="GET",path="/doc.php",status="404"} 1 http_requests_total{method="GET",path="/docker-compose.override.yml",status="404"} 2 http_requests_total{method="GET",path="/docker-compose.override.yml",status="429"} 5 http_requests_total{method="GET",path="/docker-compose.prod.yml",status="404"} 2 http_requests_total{method="GET",path="/docker-compose.prod.yml",status="429"} 4 http_requests_total{method="GET",path="/docker-compose.production.yml",status="404"} 2 http_requests_total{method="GET",path="/docker-compose.yaml",status="404"} 5 http_requests_total{method="GET",path="/docker-compose.yml",status="404"} 9 http_requests_total{method="GET",path="/docker-compose.yml",status="429"} 25 http_requests_total{method="GET",path="/docker-compose.yml",status="429"} 2 http_requests_total{method="GET",path="/docker-compose.yml ",status="429"} 4 http_requests_total{method="GET",path="/docker-compose.yml..;/",status="429"} 2 http_requests_total{method="GET",path="/docker-compose.yml/",status="429"} 4 http_requests_total{method="GET",path="/docker-compose.yml/.",status="404"} 1 http_requests_total{method="GET",path="/docker-compose.yml/.",status="429"} 2 http_requests_total{method="GET",path="/docker-compose.yml::$DATA",status="429"} 1 http_requests_total{method="GET",path="/docker-compose.yml;",status="404"} 1 http_requests_total{method="GET",path="/docker-compose.yml;",status="429"} 1 http_requests_total{method="GET",path="/docker-compose.yml;.php",status="429"} 2 http_requests_total{method="GET",path="/docker-compose.yml;/",status="429"} 2 http_requests_total{method="GET",path="/docker/.env",status="404"} 3 http_requests_total{method="GET",path="/docker/.env",status="429"} 1 http_requests_total{method="GET",path="/docs.php",status="404"} 2 http_requests_total{method="GET",path="/docs/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/dom.php",status="404"} 2 http_requests_total{method="GET",path="/domvf.php",status="404"} 12 http_requests_total{method="GET",path="/domvf.php",status="429"} 1 http_requests_total{method="GET",path="/dot.php",status="404"} 1 http_requests_total{method="GET",path="/doti.php",status="404"} 1 http_requests_total{method="GET",path="/dr.php",status="404"} 9 http_requests_total{method="GET",path="/dragonshell.php",status="404"} 5 http_requests_total{method="GET",path="/dropdown.php",status="404"} 2 http_requests_total{method="GET",path="/dropdown.php",status="429"} 2 http_requests_total{method="GET",path="/drupal/.env",status="404"} 2 http_requests_total{method="GET",path="/drykl.php",status="404"} 3 http_requests_total{method="GET",path="/dsd.php",status="404"} 2 http_requests_total{method="GET",path="/dump.sql",status="404"} 8 http_requests_total{method="GET",path="/dump.sql",status="429"} 34 http_requests_total{method="GET",path="/dump.sql",status="429"} 2 http_requests_total{method="GET",path="/dump.sql ",status="429"} 5 http_requests_total{method="GET",path="/dump.sql..;/",status="429"} 3 http_requests_total{method="GET",path="/dump.sql.gz",status="429"} 12 http_requests_total{method="GET",path="/dump.sql.gz",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.gz ",status="429"} 2 http_requests_total{method="GET",path="/dump.sql.gz..;/",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.gz/",status="429"} 2 http_requests_total{method="GET",path="/dump.sql.gz/.",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.gz;",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.gz;.php",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.gz;/",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.zip",status="429"} 11 http_requests_total{method="GET",path="/dump.sql.zip",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.zip ",status="429"} 2 http_requests_total{method="GET",path="/dump.sql.zip..;/",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.zip/",status="429"} 2 http_requests_total{method="GET",path="/dump.sql.zip/.",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.zip;",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.zip;.php",status="429"} 1 http_requests_total{method="GET",path="/dump.sql.zip;/",status="429"} 1 http_requests_total{method="GET",path="/dump.sql/",status="429"} 4 http_requests_total{method="GET",path="/dump.sql/.",status="429"} 4 http_requests_total{method="GET",path="/dump.sql;",status="429"} 3 http_requests_total{method="GET",path="/dump.sql;.php",status="429"} 2 http_requests_total{method="GET",path="/dump.sql;/",status="429"} 2 http_requests_total{method="GET",path="/dvjul.php",status="404"} 2 http_requests_total{method="GET",path="/dx.php",status="404"} 9 http_requests_total{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",status="404"} 2 http_requests_total{method="GET",path="/e.php",status="404"} 8 http_requests_total{method="GET",path="/eauu.php",status="404"} 2 http_requests_total{method="GET",path="/ebahvhhh.php",status="404"} 2 http_requests_total{method="GET",path="/ebs.php",status="404"} 1 http_requests_total{method="GET",path="/ebuom.php",status="404"} 1 http_requests_total{method="GET",path="/echkm.php",status="404"} 7 http_requests_total{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",status="404"} 2 http_requests_total{method="GET",path="/ecs/task-definition.json",status="404"} 1 http_requests_total{method="GET",path="/ecvvhlei.php",status="404"} 4 http_requests_total{method="GET",path="/edit-form.php",status="404"} 1 http_requests_total{method="GET",path="/edit-tags.php",status="404"} 3 http_requests_total{method="GET",path="/edit.php",status="404"} 12 http_requests_total{method="GET",path="/edit.php",status="429"} 4 http_requests_total{method="GET",path="/edorxrr.php",status="404"} 2 http_requests_total{method="GET",path="/ee.php",status="404"} 1 http_requests_total{method="GET",path="/eee.php",status="404"} 3 http_requests_total{method="GET",path="/elasticsearch/.env",status="404"} 2 http_requests_total{method="GET",path="/elp.php",status="404"} 6 http_requests_total{method="GET",path="/email/.env",status="404"} 3 http_requests_total{method="GET",path="/emrlt.php",status="404"} 1 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="/end.php",status="404"} 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"} 11 http_requests_total{method="GET",path="/env-config.js",status="429"} 1 http_requests_total{method="GET",path="/env-config.js ",status="429"} 2 http_requests_total{method="GET",path="/env-config.js..;/",status="429"} 1 http_requests_total{method="GET",path="/env-config.js/",status="429"} 2 http_requests_total{method="GET",path="/env-config.js/.",status="429"} 1 http_requests_total{method="GET",path="/env-config.js;",status="429"} 1 http_requests_total{method="GET",path="/env-config.js;.php",status="429"} 1 http_requests_total{method="GET",path="/env-config.js;/",status="429"} 1 http_requests_total{method="GET",path="/env.js",status="404"} 3 http_requests_total{method="GET",path="/env.js",status="429"} 16 http_requests_total{method="GET",path="/env.js",status="429"} 1 http_requests_total{method="GET",path="/env.js ",status="429"} 2 http_requests_total{method="GET",path="/env.js..;/",status="429"} 1 http_requests_total{method="GET",path="/env.js/",status="429"} 2 http_requests_total{method="GET",path="/env.js/.",status="404"} 1 http_requests_total{method="GET",path="/env.js;",status="429"} 1 http_requests_total{method="GET",path="/env.js;.php",status="429"} 1 http_requests_total{method="GET",path="/env.js;/",status="429"} 1 http_requests_total{method="GET",path="/env.json",status="404"} 1 http_requests_total{method="GET",path="/env.json",status="429"} 2 http_requests_total{method="GET",path="/environment.prod.ts",status="404"} 1 http_requests_total{method="GET",path="/environment.ts",status="404"} 1 http_requests_total{method="GET",path="/epinyins.php",status="404"} 8 http_requests_total{method="GET",path="/epinyins.php",status="429"} 2 http_requests_total{method="GET",path="/erp/.env",status="404"} 1 http_requests_total{method="GET",path="/erp/.env",status="429"} 1 http_requests_total{method="GET",path="/err.php",status="404"} 4 http_requests_total{method="GET",path="/error.log",status="404"} 1 http_requests_total{method="GET",path="/error.log",status="429"} 12 http_requests_total{method="GET",path="/error.log",status="429"} 1 http_requests_total{method="GET",path="/error.log ",status="429"} 2 http_requests_total{method="GET",path="/error.log..;/",status="429"} 1 http_requests_total{method="GET",path="/error.log/",status="429"} 2 http_requests_total{method="GET",path="/error.log/.",status="429"} 1 http_requests_total{method="GET",path="/error.log;",status="429"} 1 http_requests_total{method="GET",path="/error.log;.php",status="429"} 1 http_requests_total{method="GET",path="/error.log;/",status="429"} 1 http_requests_total{method="GET",path="/error.php",status="404"} 2 http_requests_total{method="GET",path="/error1.php",status="404"} 2 http_requests_total{method="GET",path="/error_log.php",status="404"} 6 http_requests_total{method="GET",path="/error_log.php",status="429"} 1 http_requests_total{method="GET",path="/erty.php",status="404"} 6 http_requests_total{method="GET",path="/esp.php",status="404"} 1 http_requests_total{method="GET",path="/ex.php",status="404"} 2 http_requests_total{method="GET",path="/exapi/.env",status="404"} 2 http_requests_total{method="GET",path="/explorer/index_.php",status="404"} 2 http_requests_total{method="GET",path="/export.sql",status="404"} 1 http_requests_total{method="GET",path="/export.sql",status="429"} 11 http_requests_total{method="GET",path="/export.sql",status="429"} 1 http_requests_total{method="GET",path="/export.sql ",status="429"} 2 http_requests_total{method="GET",path="/export.sql..;/",status="429"} 1 http_requests_total{method="GET",path="/export.sql/",status="429"} 2 http_requests_total{method="GET",path="/export.sql/.",status="429"} 1 http_requests_total{method="GET",path="/export.sql;",status="429"} 1 http_requests_total{method="GET",path="/export.sql;.php",status="429"} 1 http_requests_total{method="GET",path="/export.sql;/",status="429"} 1 http_requests_total{method="GET",path="/express/.env",status="404"} 2 http_requests_total{method="GET",path="/ey5.php",status="404"} 1 http_requests_total{method="GET",path="/f.php",status="404"} 3 http_requests_total{method="GET",path="/f35.php",status="404"} 19 http_requests_total{method="GET",path="/f35.php",status="429"} 2 http_requests_total{method="GET",path="/f35.update.php",status="404"} 3 http_requests_total{method="GET",path="/f6.php",status="404"} 3 http_requests_total{method="GET",path="/f900.php",status="404"} 4 http_requests_total{method="GET",path="/fasx.php",status="404"} 2 http_requests_total{method="GET",path="/favicon.ico",status="200"} 18 http_requests_total{method="GET",path="/feed/",status="404"} 1 http_requests_total{method="GET",path="/feed/atom/",status="404"} 1 http_requests_total{method="GET",path="/feed/rss/",status="404"} 1 http_requests_total{method="GET",path="/feed/rss2/",status="404"} 1 http_requests_total{method="GET",path="/feeds.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"} 2 http_requests_total{method="GET",path="/ff1.php",status="429"} 1 http_requests_total{method="GET",path="/fff.php",status="404"} 4 http_requests_total{method="GET",path="/fff.php",status="429"} 1 http_requests_total{method="GET",path="/fffm.php",status="404"} 16 http_requests_total{method="GET",path="/ffile.php",status="404"} 1 http_requests_total{method="GET",path="/ffs.php",status="404"} 1 http_requests_total{method="GET",path="/fi22.php",status="404"} 6 http_requests_total{method="GET",path="/file-gertdxz.php",status="404"} 1 http_requests_total{method="GET",path="/file-manager.php",status="404"} 1 http_requests_total{method="GET",path="/file.php",status="404"} 25 http_requests_total{method="GET",path="/file.php",status="429"} 3 http_requests_total{method="GET",path="/file1.php",status="404"} 5 http_requests_total{method="GET",path="/file11.php",status="404"} 2 http_requests_total{method="GET",path="/file1221.php",status="404"} 5 http_requests_total{method="GET",path="/file15.php",status="404"} 7 http_requests_total{method="GET",path="/file15.php",status="429"} 1 http_requests_total{method="GET",path="/file17.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"} 1 http_requests_total{method="GET",path="/file2.php",status="429"} 1 http_requests_total{method="GET",path="/file21.php",status="404"} 1 http_requests_total{method="GET",path="/file25.php",status="404"} 6 http_requests_total{method="GET",path="/file25.php",status="429"} 1 http_requests_total{method="GET",path="/file3.php",status="404"} 2 http_requests_total{method="GET",path="/file30.php",status="404"} 1 http_requests_total{method="GET",path="/file32.php",status="404"} 1 http_requests_total{method="GET",path="/file4.php",status="404"} 2 http_requests_total{method="GET",path="/file46.php",status="404"} 1 http_requests_total{method="GET",path="/file48.php",status="404"} 1 http_requests_total{method="GET",path="/file5.php",status="404"} 15 http_requests_total{method="GET",path="/file5.php",status="429"} 1 http_requests_total{method="GET",path="/file52.php",status="404"} 9 http_requests_total{method="GET",path="/file59.php",status="404"} 3 http_requests_total{method="GET",path="/file6.php",status="404"} 6 http_requests_total{method="GET",path="/file6.php",status="429"} 1 http_requests_total{method="GET",path="/file61.php",status="404"} 3 http_requests_total{method="GET",path="/file8.php",status="404"} 1 http_requests_total{method="GET",path="/file88.php",status="404"} 2 http_requests_total{method="GET",path="/file9.php",status="404"} 1 http_requests_total{method="GET",path="/fileas.php",status="404"} 1 http_requests_total{method="GET",path="/filemanager.php",status="429"} 1 http_requests_total{method="GET",path="/files../.env",status="404"} 1 http_requests_total{method="GET",path="/files../.env",status="429"} 4 http_requests_total{method="GET",path="/files/index.php",status="404"} 6 http_requests_total{method="GET",path="/files/index.php",status="429"} 2 http_requests_total{method="GET",path="/filesss.php",status="404"} 1 http_requests_total{method="GET",path="/fine.php",status="404"} 2 http_requests_total{method="GET",path="/finny.php",status="404"} 1 http_requests_total{method="GET",path="/firebase-admin.json",status="429"} 1 http_requests_total{method="GET",path="/firebase-adminsdk.json",status="404"} 1 http_requests_total{method="GET",path="/firebase-adminsdk.json",status="429"} 2 http_requests_total{method="GET",path="/firebase-config.json",status="429"} 1 http_requests_total{method="GET",path="/firebase-credentials.json",status="429"} 1 http_requests_total{method="GET",path="/firebase-key.json",status="429"} 1 http_requests_total{method="GET",path="/firebase-service-account.json",status="429"} 2 http_requests_total{method="GET",path="/firebase.json",status="404"} 1 http_requests_total{method="GET",path="/firebase.json",status="429"} 1 http_requests_total{method="GET",path="/first.php",status="404"} 2 http_requests_total{method="GET",path="/fleen.php",status="404"} 2 http_requests_total{method="GET",path="/fling.php",status="404"} 1 http_requests_total{method="GET",path="/flower.php",status="404"} 8 http_requests_total{method="GET",path="/flower.php",status="429"} 2 http_requests_total{method="GET",path="/flox.php",status="404"} 2 http_requests_total{method="GET",path="/fm-cdjs.php",status="404"} 1 http_requests_total{method="GET",path="/fmws.php",status="404"} 2 http_requests_total{method="GET",path="/fmwsv2.php",status="404"} 1 http_requests_total{method="GET",path="/fnstall.php",status="404"} 3 http_requests_total{method="GET",path="/fone1.php",status="404"} 2 http_requests_total{method="GET",path="/footer.php",status="404"} 2 http_requests_total{method="GET",path="/footer.php",status="429"} 1 http_requests_total{method="GET",path="/for.php",status="404"} 4 http_requests_total{method="GET",path="/for.php",status="429"} 1 http_requests_total{method="GET",path="/forbidals.php",status="404"} 2 http_requests_total{method="GET",path="/fox.php",status="404"} 1 http_requests_total{method="GET",path="/fpwch.php",status="404"} 19 http_requests_total{method="GET",path="/fpwch.php",status="429"} 2 http_requests_total{method="GET",path="/fr/ms.php",status="404"} 2 http_requests_total{method="GET",path="/fraro.php",status="404"} 1 http_requests_total{method="GET",path="/frontend/.env",status="404"} 2 http_requests_total{method="GET",path="/frontend/.env",status="429"} 2 http_requests_total{method="GET",path="/frontend/.env.local",status="429"} 1 http_requests_total{method="GET",path="/frontend/.env.production",status="429"} 1 http_requests_total{method="GET",path="/fs.php",status="404"} 3 http_requests_total{method="GET",path="/ftde.php",status="404"} 4 http_requests_total{method="GET",path="/fun.php",status="404"} 3 http_requests_total{method="GET",path="/function/function.php",status="404"} 7 http_requests_total{method="GET",path="/function/function.php",status="429"} 4 http_requests_total{method="GET",path="/functions.php",status="404"} 1 http_requests_total{method="GET",path="/fw.php",status="404"} 1 http_requests_total{method="GET",path="/fw.php",status="429"} 1 http_requests_total{method="GET",path="/fw/faiyy.php",status="404"} 2 http_requests_total{method="GET",path="/fz.php",status="404"} 1 http_requests_total{method="GET",path="/g.php",status="404"} 2 http_requests_total{method="GET",path="/gateway/.env",status="404"} 2 http_requests_total{method="GET",path="/gc-service.json",status="429"} 1 http_requests_total{method="GET",path="/gcp-credentials.json",status="404"} 1 http_requests_total{method="GET",path="/gcp-credentials.json",status="429"} 2 http_requests_total{method="GET",path="/gcp-key.json",status="429"} 2 http_requests_total{method="GET",path="/gcp-sa.json",status="404"} 1 http_requests_total{method="GET",path="/gcp-service.json",status="429"} 1 http_requests_total{method="GET",path="/gcp/.env",status="404"} 2 http_requests_total{method="GET",path="/gec.php",status="404"} 8 http_requests_total{method="GET",path="/geck.php",status="404"} 7 http_requests_total{method="GET",path="/gecko-new.php",status="404"} 11 http_requests_total{method="GET",path="/gecko-new.php",status="429"} 1 http_requests_total{method="GET",path="/gecko.php",status="404"} 15 http_requests_total{method="GET",path="/gecko.php",status="429"} 3 http_requests_total{method="GET",path="/geforce.php",status="404"} 1 http_requests_total{method="GET",path="/gelay.php",status="404"} 8 http_requests_total{method="GET",path="/gelio1.php",status="404"} 1 http_requests_total{method="GET",path="/genco.php",status="404"} 1 http_requests_total{method="GET",path="/get.php",status="404"} 8 http_requests_total{method="GET",path="/get.php",status="429"} 1 http_requests_total{method="GET",path="/gettest.php",status="404"} 3 http_requests_total{method="GET",path="/gettest.php",status="429"} 1 http_requests_total{method="GET",path="/gfile.php",status="404"} 2 http_requests_total{method="GET",path="/gg.php",status="429"} 1 http_requests_total{method="GET",path="/ghost/api/admin/settings/",status="404"} 1 http_requests_total{method="GET",path="/ghost/api/v3/admin/settings/",status="404"} 1 http_requests_total{method="GET",path="/ghost/api/v4/admin/settings/",status="404"} 1 http_requests_total{method="GET",path="/git/.git/config",status="404"} 1 http_requests_total{method="GET",path="/github/.env",status="404"} 1 http_requests_total{method="GET",path="/github/.env",status="429"} 1 http_requests_total{method="GET",path="/gitlab/.env",status="404"} 2 http_requests_total{method="GET",path="/gjm.php",status="404"} 2 http_requests_total{method="GET",path="/gk.php",status="404"} 3 http_requests_total{method="GET",path="/gmo.php",status="404"} 1 http_requests_total{method="GET",path="/god.php",status="404"} 4 http_requests_total{method="GET",path="/goods.php",status="404"} 8 http_requests_total{method="GET",path="/goods.php",status="429"} 1 http_requests_total{method="GET",path="/google-credentials.json",status="404"} 2 http_requests_total{method="GET",path="/google-credentials.json",status="429"} 1 http_requests_total{method="GET",path="/google-key.json",status="404"} 1 http_requests_total{method="GET",path="/google-service-account.json",status="404"} 1 http_requests_total{method="GET",path="/google-service-account.json",status="429"} 1 http_requests_total{method="GET",path="/google-services.json",status="429"} 1 http_requests_total{method="GET",path="/gool.php",status="404"} 2 http_requests_total{method="GET",path="/gptsh.php",status="404"} 1 http_requests_total{method="GET",path="/gradle.properties",status="429"} 1 http_requests_total{method="GET",path="/graphql",status="404"} 1 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="/graphql/console",status="429"} 1 http_requests_total{method="GET",path="/greap.php",status="404"} 2 http_requests_total{method="GET",path="/green.php",status="404"} 2 http_requests_total{method="GET",path="/green1.php",status="404"} 1 http_requests_total{method="GET",path="/green3.php",status="404"} 3 http_requests_total{method="GET",path="/green3.php",status="429"} 1 http_requests_total{method="GET",path="/grsiuk.php",status="404"} 2 http_requests_total{method="GET",path="/guk.php",status="404"} 2 http_requests_total{method="GET",path="/gulu.php",status="404"} 1 http_requests_total{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",status="404"} 2 http_requests_total{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",status="404"} 4 http_requests_total{method="GET",path="/gxlql.php",status="404"} 1 http_requests_total{method="GET",path="/h.php",status="404"} 6 http_requests_total{method="GET",path="/h02ugyh.php",status="404"} 8 http_requests_total{method="GET",path="/h02ugyh.php",status="429"} 1 http_requests_total{method="GET",path="/ha.php",status="404"} 5 http_requests_total{method="GET",path="/haa.php",status="404"} 1 http_requests_total{method="GET",path="/harvestry.php",status="404"} 1 http_requests_total{method="GET",path="/haxor.php",status="429"} 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="/health",status="429"} 12 http_requests_total{method="GET",path="/health",status="429"} 1 http_requests_total{method="GET",path="/health ",status="429"} 2 http_requests_total{method="GET",path="/health..;/",status="429"} 1 http_requests_total{method="GET",path="/health/",status="429"} 2 http_requests_total{method="GET",path="/health/.",status="429"} 1 http_requests_total{method="GET",path="/health;",status="429"} 1 http_requests_total{method="GET",path="/health;.php",status="429"} 1 http_requests_total{method="GET",path="/health;/",status="429"} 1 http_requests_total{method="GET",path="/healthz",status="404"} 1 http_requests_total{method="GET",path="/healthz",status="429"} 12 http_requests_total{method="GET",path="/healthz",status="429"} 1 http_requests_total{method="GET",path="/healthz ",status="429"} 2 http_requests_total{method="GET",path="/healthz..;/",status="429"} 1 http_requests_total{method="GET",path="/healthz/",status="429"} 2 http_requests_total{method="GET",path="/healthz/.",status="429"} 1 http_requests_total{method="GET",path="/healthz;",status="429"} 1 http_requests_total{method="GET",path="/healthz;.php",status="429"} 1 http_requests_total{method="GET",path="/healthz;/",status="429"} 1 http_requests_total{method="GET",path="/hehe.php",status="404"} 2 http_requests_total{method="GET",path="/hello.php",status="404"} 3 http_requests_total{method="GET",path="/helm/values.prod.yaml",status="404"} 1 http_requests_total{method="GET",path="/helm/values.production.yaml",status="404"} 1 http_requests_total{method="GET",path="/helm/values.yaml",status="404"} 1 http_requests_total{method="GET",path="/help/crnpwfiu.php",status="404"} 1 http_requests_total{method="GET",path="/home",status="404"} 1 http_requests_total{method="GET",path="/home.php",status="404"} 2 http_requests_total{method="GET",path="/home/.env",status="404"} 1 http_requests_total{method="GET",path="/home/app/.aws/credentials",status="404"} 2 http_requests_total{method="GET",path="/home/deploy/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/home/ubuntu/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/hook.php",status="404"} 1 http_requests_total{method="GET",path="/host.key",status="404"} 1 http_requests_total{method="GET",path="/hosting/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/hosty.php",status="429"} 1 http_requests_total{method="GET",path="/hp2.php",status="404"} 3 http_requests_total{method="GET",path="/hplfuns.php",status="404"} 1 http_requests_total{method="GET",path="/hplfuns.php",status="429"} 1 http_requests_total{method="GET",path="/htaccess.php",status="404"} 2 http_requests_total{method="GET",path="/htdocs/.env",status="404"} 2 http_requests_total{method="GET",path="/htdocs/.git/config",status="404"} 1 http_requests_total{method="GET",path="/htdocs/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/html/.env",status="404"} 2 http_requests_total{method="GET",path="/html/.git/config",status="404"} 1 http_requests_total{method="GET",path="/htrpu.php",status="404"} 1 http_requests_total{method="GET",path="/httpd-status",status="429"} 4 http_requests_total{method="GET",path="/hunter.php",status="404"} 1 http_requests_total{method="GET",path="/hur.php",status="404"} 6 http_requests_total{method="GET",path="/hypo.php",status="404"} 13 http_requests_total{method="GET",path="/i.php",status="404"} 8 http_requests_total{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",status="404"} 6 http_requests_total{method="GET",path="/icons/../../../../../../../etc/passwd",status="404"} 1 http_requests_total{method="GET",path="/icons/../../../../../../../etc/passwd",status="429"} 3 http_requests_total{method="GET",path="/icons/../../../../../../var/www/.env",status="429"} 5 http_requests_total{method="GET",path="/icons/../../../../../../var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/icons/../../../../../../var/www/html/.env",status="429"} 4 http_requests_total{method="GET",path="/id_dsa",status="404"} 1 http_requests_total{method="GET",path="/id_ecdsa",status="404"} 1 http_requests_total{method="GET",path="/id_ed25519",status="404"} 1 http_requests_total{method="GET",path="/id_rsa",status="429"} 1 http_requests_total{method="GET",path="/if.php",status="429"} 1 http_requests_total{method="GET",path="/iko.php",status="404"} 2 http_requests_total{method="GET",path="/il.php",status="404"} 1 http_requests_total{method="GET",path="/ilex.php",status="404"} 1 http_requests_total{method="GET",path="/images.php",status="404"} 23 http_requests_total{method="GET",path="/images/about.php",status="404"} 1 http_requests_total{method="GET",path="/images/admin.php",status="429"} 1 http_requests_total{method="GET",path="/images/chosen.php",status="404"} 1 http_requests_total{method="GET",path="/images/class-config.php",status="404"} 1 http_requests_total{method="GET",path="/images/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/images/images/about.php",status="404"} 7 http_requests_total{method="GET",path="/images/images/about.php",status="429"} 1 http_requests_total{method="GET",path="/images/lmfi2.php",status="404"} 1 http_requests_total{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",status="404"} 1 http_requests_total{method="GET",path="/images/slide/2025/09/op4.php",status="404"} 1 http_requests_total{method="GET",path="/images/stories/admin-post.php",status="429"} 1 http_requests_total{method="GET",path="/images/uploader.php",status="404"} 1 http_requests_total{method="GET",path="/images/wso.php",status="429"} 1 http_requests_total{method="GET",path="/images/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/imagesvuln.php",status="404"} 1 http_requests_total{method="GET",path="/img../.env",status="429"} 5 http_requests_total{method="GET",path="/img.php",status="404"} 8 http_requests_total{method="GET",path="/img/about.php",status="404"} 1 http_requests_total{method="GET",path="/img/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/img/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/include/wp-configs.php",status="429"} 1 http_requests_total{method="GET",path="/includes/application_top.php",status="404"} 3 http_requests_total{method="GET",path="/includes/configure.php",status="404"} 3 http_requests_total{method="GET",path="/includes/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/inde.php",status="404"} 1 http_requests_total{method="GET",path="/index.js",status="404"} 1 http_requests_total{method="GET",path="/index.php",status="404"} 23 http_requests_total{method="GET",path="/index.php",status="429"} 61 http_requests_total{method="GET",path="/index.php",status="404"} 1 http_requests_total{method="GET",path="/index.php",status="429"} 7 http_requests_total{method="GET",path="/index.php ",status="404"} 3 http_requests_total{method="GET",path="/index.php ",status="429"} 13 http_requests_total{method="GET",path="/index.php..;/",status="404"} 3 http_requests_total{method="GET",path="/index.php..;/",status="429"} 5 http_requests_total{method="GET",path="/index.php/",status="404"} 4 http_requests_total{method="GET",path="/index.php/",status="429"} 12 http_requests_total{method="GET",path="/index.php/.",status="404"} 3 http_requests_total{method="GET",path="/index.php/.",status="429"} 5 http_requests_total{method="GET",path="/index.php;",status="404"} 1 http_requests_total{method="GET",path="/index.php;",status="429"} 7 http_requests_total{method="GET",path="/index.php;.php",status="404"} 2 http_requests_total{method="GET",path="/index.php;.php",status="429"} 6 http_requests_total{method="GET",path="/index.php;/",status="404"} 2 http_requests_total{method="GET",path="/index.php;/",status="429"} 6 http_requests_total{method="GET",path="/index/function.php",status="404"} 10 http_requests_total{method="GET",path="/index/function.php",status="429"} 2 http_requests_total{method="GET",path="/index/index.php",status="429"} 1 http_requests_total{method="GET",path="/index/lock.php",status="429"} 1 http_requests_total{method="GET",path="/index2.php",status="404"} 1 http_requests_total{method="GET",path="/indo.php",status="404"} 2 http_requests_total{method="GET",path="/info",status="404"} 2 http_requests_total{method="GET",path="/info.php",status="404"} 16 http_requests_total{method="GET",path="/info.php",status="429"} 5 http_requests_total{method="GET",path="/info.php.bak",status="404"} 2 http_requests_total{method="GET",path="/infra/terraform.tfstate",status="404"} 1 http_requests_total{method="GET",path="/infrastructure/.env",status="404"} 2 http_requests_total{method="GET",path="/infrastructure/terraform.tfstate",status="404"} 1 http_requests_total{method="GET",path="/ingfo.php",status="404"} 8 http_requests_total{method="GET",path="/ini.php",status="404"} 1 http_requests_total{method="GET",path="/init.php",status="404"} 2 http_requests_total{method="GET",path="/input.php",status="404"} 1 http_requests_total{method="GET",path="/inputs.php",status="404"} 25 http_requests_total{method="GET",path="/inputs.php",status="429"} 3 http_requests_total{method="GET",path="/insc.php",status="404"} 1 http_requests_total{method="GET",path="/inso.php",status="404"} 5 http_requests_total{method="GET",path="/insta.php",status="404"} 1 http_requests_total{method="GET",path="/instance/config.py",status="429"} 1 http_requests_total{method="GET",path="/internal/.env",status="404"} 2 http_requests_total{method="GET",path="/internal/.env",status="429"} 1 http_requests_total{method="GET",path="/inx.php",status="404"} 5 http_requests_total{method="GET",path="/ioxi-o.php",status="404"} 12 http_requests_total{method="GET",path="/ioxi-o.php",status="429"} 3 http_requests_total{method="GET",path="/ioxi.php",status="429"} 1 http_requests_total{method="GET",path="/ip.php",status="404"} 1 http_requests_total{method="GET",path="/it.php",status="429"} 1 http_requests_total{method="GET",path="/item.php",status="404"} 6 http_requests_total{method="GET",path="/item.php",status="429"} 2 http_requests_total{method="GET",path="/j.php",status="404"} 1 http_requests_total{method="GET",path="/j260624_13.php",status="404"} 1 http_requests_total{method="GET",path="/jenkins/.env",status="404"} 2 http_requests_total{method="GET",path="/jenkinsfile",status="404"} 2 http_requests_total{method="GET",path="/jga.php",status="404"} 3 http_requests_total{method="GET",path="/jj.php",status="404"} 7 http_requests_total{method="GET",path="/jlex.php",status="404"} 1 http_requests_total{method="GET",path="/job/.env",status="404"} 2 http_requests_total{method="GET",path="/joomla/.env",status="404"} 2 http_requests_total{method="GET",path="/jp.php",status="404"} 2 http_requests_total{method="GET",path="/jq.php",status="404"} 2 http_requests_total{method="GET",path="/jrpga.php",status="404"} 1 http_requests_total{method="GET",path="/js",status="429"} 3 http_requests_total{method="GET",path="/js.php",status="404"} 2 http_requests_total{method="GET",path="/js/",status="429"} 3 http_requests_total{method="GET",path="/js/config.js",status="404"} 1 http_requests_total{method="GET",path="/jvcpa.php",status="404"} 1 http_requests_total{method="GET",path="/k.php",status="404"} 22 http_requests_total{method="GET",path="/k.php",status="429"} 5 http_requests_total{method="GET",path="/k2.php",status="404"} 12 http_requests_total{method="GET",path="/k3.php",status="404"} 1 http_requests_total{method="GET",path="/k4.php",status="404"} 1 http_requests_total{method="GET",path="/k5.php",status="404"} 1 http_requests_total{method="GET",path="/k8s/.env",status="404"} 2 http_requests_total{method="GET",path="/k8s/configmap.yaml",status="404"} 1 http_requests_total{method="GET",path="/k8s/secrets.yaml",status="404"} 1 http_requests_total{method="GET",path="/kafka/.env",status="404"} 2 http_requests_total{method="GET",path="/kapxq.php",status="404"} 1 http_requests_total{method="GET",path="/kedi.php",status="404"} 1 http_requests_total{method="GET",path="/key.json",status="404"} 2 http_requests_total{method="GET",path="/key.json",status="429"} 1 http_requests_total{method="GET",path="/key.pem",status="404"} 1 http_requests_total{method="GET",path="/keyfile.json",status="404"} 2 http_requests_total{method="GET",path="/keyfile.json",status="429"} 1 http_requests_total{method="GET",path="/keys/service-account.json",status="429"} 1 http_requests_total{method="GET",path="/kindex.php",status="429"} 1 http_requests_total{method="GET",path="/kir.php",status="404"} 5 http_requests_total{method="GET",path="/kiss.php",status="404"} 1 http_requests_total{method="GET",path="/kj.php",status="404"} 2 http_requests_total{method="GET",path="/kk.php",status="404"} 1 http_requests_total{method="GET",path="/kkxuw.php",status="404"} 1 http_requests_total{method="GET",path="/klex.php",status="404"} 1 http_requests_total{method="GET",path="/kn.php",status="429"} 1 http_requests_total{method="GET",path="/koala.php",status="404"} 5 http_requests_total{method="GET",path="/koala.php",status="429"} 1 http_requests_total{method="GET",path="/koiy.php",status="404"} 2 http_requests_total{method="GET",path="/kon.php",status="404"} 2 http_requests_total{method="GET",path="/kopyw.php",status="404"} 1 http_requests_total{method="GET",path="/kq1.php",status="404"} 4 http_requests_total{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",status="404"} 1 http_requests_total{method="GET",path="/kube/config",status="404"} 1 http_requests_total{method="GET",path="/kubernetes/.env",status="404"} 2 http_requests_total{method="GET",path="/kubernetes/configmap.yaml",status="404"} 1 http_requests_total{method="GET",path="/kubernetes/secrets.yaml",status="404"} 1 http_requests_total{method="GET",path="/l.php",status="429"} 1 http_requests_total{method="GET",path="/la.php",status="404"} 1 http_requests_total{method="GET",path="/lab/.env",status="404"} 2 http_requests_total{method="GET",path="/lala.php",status="404"} 1 http_requests_total{method="GET",path="/laravel.log",status="429"} 12 http_requests_total{method="GET",path="/laravel.log",status="429"} 1 http_requests_total{method="GET",path="/laravel.log ",status="429"} 2 http_requests_total{method="GET",path="/laravel.log..;/",status="429"} 1 http_requests_total{method="GET",path="/laravel.log/",status="429"} 2 http_requests_total{method="GET",path="/laravel.log/.",status="429"} 1 http_requests_total{method="GET",path="/laravel.log;",status="429"} 1 http_requests_total{method="GET",path="/laravel.log;.php",status="429"} 1 http_requests_total{method="GET",path="/laravel.log;/",status="429"} 1 http_requests_total{method="GET",path="/laravel/.env",status="404"} 2 http_requests_total{method="GET",path="/laravel/.env",status="429"} 2 http_requests_total{method="GET",path="/laravel5/.env",status="404"} 2 http_requests_total{method="GET",path="/lazqstrk.php",status="404"} 1 http_requests_total{method="GET",path="/lddxs.php",status="404"} 1 http_requests_total{method="GET",path="/leaf.php",status="404"} 2 http_requests_total{method="GET",path="/leafmailer.php",status="429"} 1 http_requests_total{method="GET",path="/leafmailer2.8.php",status="429"} 1 http_requests_total{method="GET",path="/lf.php",status="429"} 1 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/legacy/updates.php",status="404"} 1 http_requests_total{method="GET",path="/libraries/phpmailer/updates.php",status="404"} 1 http_requests_total{method="GET",path="/libraries/vendor/updates.php",status="404"} 1 http_requests_total{method="GET",path="/link.php",status="404"} 1 http_requests_total{method="GET",path="/lite.php",status="404"} 1 http_requests_total{method="GET",path="/lite.php",status="429"} 1 http_requests_total{method="GET",path="/live/.env",status="404"} 2 http_requests_total{method="GET",path="/lm13.php",status="404"} 1 http_requests_total{method="GET",path="/load.php",status="404"} 2 http_requests_total{method="GET",path="/loader.php",status="404"} 2 http_requests_total{method="GET",path="/local.settings.json",status="404"} 1 http_requests_total{method="GET",path="/local/.env",status="404"} 1 http_requests_total{method="GET",path="/local/.env",status="429"} 1 http_requests_total{method="GET",path="/locale.php",status="404"} 1 http_requests_total{method="GET",path="/localhost.key",status="429"} 1 http_requests_total{method="GET",path="/lock.php",status="404"} 1 http_requests_total{method="GET",path="/lock360.php",status="404"} 9 http_requests_total{method="GET",path="/lock360.php",status="429"} 1 http_requests_total{method="GET",path="/log.php",status="404"} 1 http_requests_total{method="GET",path="/log/production.log",status="404"} 1 http_requests_total{method="GET",path="/log/staging.log",status="404"} 1 http_requests_total{method="GET",path="/login",status="404"} 1 http_requests_total{method="GET",path="/login",status="429"} 11 http_requests_total{method="GET",path="/login",status="429"} 1 http_requests_total{method="GET",path="/login ",status="429"} 2 http_requests_total{method="GET",path="/login..;/",status="429"} 1 http_requests_total{method="GET",path="/login.action",status="404"} 2 http_requests_total{method="GET",path="/login/",status="429"} 2 http_requests_total{method="GET",path="/login/.",status="429"} 1 http_requests_total{method="GET",path="/login;",status="429"} 1 http_requests_total{method="GET",path="/login;.php",status="429"} 1 http_requests_total{method="GET",path="/login;/",status="429"} 1 http_requests_total{method="GET",path="/logs/.env",status="404"} 2 http_requests_total{method="GET",path="/lol.php",status="404"} 1 http_requests_total{method="GET",path="/lol.php",status="429"} 1 http_requests_total{method="GET",path="/loxi-o.php",status="404"} 2 http_requests_total{method="GET",path="/lp5.php",status="404"} 1 http_requests_total{method="GET",path="/lp6.php",status="404"} 2 http_requests_total{method="GET",path="/ls.php",status="404"} 2 http_requests_total{method="GET",path="/lv.php",status="404"} 6 http_requests_total{method="GET",path="/lv.php",status="429"} 2 http_requests_total{method="GET",path="/lxrgu.php",status="404"} 1 http_requests_total{method="GET",path="/m.php",status="404"} 3 http_requests_total{method="GET",path="/mac.php",status="404"} 24 http_requests_total{method="GET",path="/mac.php",status="429"} 1 http_requests_total{method="GET",path="/magento/.env",status="404"} 2 http_requests_total{method="GET",path="/magento/app/etc/local.xml",status="404"} 3 http_requests_total{method="GET",path="/mah.php",status="429"} 1 http_requests_total{method="GET",path="/mail.php",status="404"} 2 http_requests_total{method="GET",path="/mail/.env",status="404"} 3 http_requests_total{method="GET",path="/mail/.git/config",status="429"} 1 http_requests_total{method="GET",path="/mail/config",status="404"} 1 http_requests_total{method="GET",path="/mail/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/mailer/.env",status="404"} 1 http_requests_total{method="GET",path="/mailer/.env",status="429"} 1 http_requests_total{method="GET",path="/mailgun/.env",status="404"} 2 http_requests_total{method="GET",path="/mailing/.env",status="404"} 2 http_requests_total{method="GET",path="/mailjet/.env",status="404"} 2 http_requests_total{method="GET",path="/main/",status="404"} 5 http_requests_total{method="GET",path="/main/wp-json/",status="404"} 5 http_requests_total{method="GET",path="/main/wp-login.php",status="404"} 5 http_requests_total{method="GET",path="/makeasmtp.php",status="404"} 9 http_requests_total{method="GET",path="/mamzi.php",status="404"} 2 http_requests_total{method="GET",path="/manage/actuator/env",status="404"} 1 http_requests_total{method="GET",path="/management/actuator/env",status="404"} 1 http_requests_total{method="GET",path="/manager.phP",status="404"} 1 http_requests_total{method="GET",path="/manager.php",status="404"} 2 http_requests_total{method="GET",path="/mandrill/.env",status="404"} 2 http_requests_total{method="GET",path="/manifest.json",status="404"} 1 http_requests_total{method="GET",path="/mans.php",status="404"} 2 http_requests_total{method="GET",path="/mariju.php",status="404"} 1 http_requests_total{method="GET",path="/mass.php",status="404"} 1 http_requests_total{method="GET",path="/max.php",status="404"} 2 http_requests_total{method="GET",path="/maxro.php",status="404"} 2 http_requests_total{method="GET",path="/mcs.php",status="404"} 2 http_requests_total{method="GET",path="/mds.php",status="404"} 3 http_requests_total{method="GET",path="/me.css",status="404"} 1 http_requests_total{method="GET",path="/media-admin.php",status="404"} 1 http_requests_total{method="GET",path="/media../.env",status="404"} 3 http_requests_total{method="GET",path="/media../.env",status="429"} 2 http_requests_total{method="GET",path="/media.php",status="404"} 17 http_requests_total{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",status="429"} 1 http_requests_total{method="GET",path="/medusa.php",status="404"} 1 http_requests_total{method="GET",path="/memberfuns.php",status="404"} 4 http_requests_total{method="GET",path="/menu.php",status="404"} 2 http_requests_total{method="GET",path="/meta.php",status="404"} 1 http_requests_total{method="GET",path="/metrics",status="200"} 20 http_requests_total{method="GET",path="/mg.php",status="404"} 2 http_requests_total{method="GET",path="/mga.php",status="404"} 2 http_requests_total{method="GET",path="/mgrr.php",status="404"} 14 http_requests_total{method="GET",path="/mh.php",status="404"} 2 http_requests_total{method="GET",path="/microservice/.env",status="404"} 2 http_requests_total{method="GET",path="/min.php",status="404"} 7 http_requests_total{method="GET",path="/mini",status="429"} 1 http_requests_total{method="GET",path="/mini.php",status="404"} 4 http_requests_total{method="GET",path="/minimo.php",status="404"} 1 http_requests_total{method="GET",path="/minishell.php",status="404"} 1 http_requests_total{method="GET",path="/minishell/",status="404"} 1 http_requests_total{method="GET",path="/miru3.php",status="404"} 2 http_requests_total{method="GET",path="/mjq.php",status="404"} 1 http_requests_total{method="GET",path="/mlex.php",status="404"} 1 http_requests_total{method="GET",path="/mlqeheok.php",status="404"} 1 http_requests_total{method="GET",path="/mnpiyfeish.php",status="404"} 1 http_requests_total{method="GET",path="/modules/ets_whatsapp/security.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="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",status="404"} 2 http_requests_total{method="GET",path="/mongodb/.env",status="404"} 2 http_requests_total{method="GET",path="/moon.php",status="404"} 13 http_requests_total{method="GET",path="/moon.php",status="429"} 2 http_requests_total{method="GET",path="/moon3.php",status="404"} 3 http_requests_total{method="GET",path="/mosty.php",status="404"} 7 http_requests_total{method="GET",path="/motu.php",status="404"} 7 http_requests_total{method="GET",path="/mrjn.php",status="404"} 1 http_requests_total{method="GET",path="/ms-edit.php",status="404"} 19 http_requests_total{method="GET",path="/ms-edit.php",status="429"} 4 http_requests_total{method="GET",path="/ms.php",status="404"} 3 http_requests_total{method="GET",path="/mt/byp.php",status="404"} 1 http_requests_total{method="GET",path="/museu/yhweq.php",status="404"} 1 http_requests_total{method="GET",path="/my-account.css",status="404"} 1 http_requests_total{method="GET",path="/myfile.php",status="404"} 2 http_requests_total{method="GET",path="/mysql.sql",status="404"} 2 http_requests_total{method="GET",path="/mysql.sql",status="429"} 10 http_requests_total{method="GET",path="/mysql.sql",status="429"} 1 http_requests_total{method="GET",path="/mysql.sql ",status="429"} 2 http_requests_total{method="GET",path="/mysql.sql..;/",status="429"} 1 http_requests_total{method="GET",path="/mysql.sql/",status="429"} 2 http_requests_total{method="GET",path="/mysql.sql/.",status="429"} 1 http_requests_total{method="GET",path="/mysql.sql;",status="429"} 1 http_requests_total{method="GET",path="/mysql.sql;.php",status="429"} 1 http_requests_total{method="GET",path="/mysql.sql;/",status="429"} 1 http_requests_total{method="GET",path="/mysql/.env",status="404"} 1 http_requests_total{method="GET",path="/mysql/.env",status="429"} 1 http_requests_total{method="GET",path="/n.php",status="404"} 2 http_requests_total{method="GET",path="/n3yUmQ6Q9xwQ8ocdefault.php",status="404"} 1 http_requests_total{method="GET",path="/nano.php",status="404"} 1 http_requests_total{method="GET",path="/nasgor.php",status="404"} 1 http_requests_total{method="GET",path="/nc4.php",status="429"} 2 http_requests_total{method="GET",path="/ncx.php",status="404"} 2 http_requests_total{method="GET",path="/nee.php",status="429"} 1 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="/new",status="404"} 1 http_requests_total{method="GET",path="/new-index.php",status="404"} 1 http_requests_total{method="GET",path="/new.php",status="404"} 6 http_requests_total{method="GET",path="/new.php",status="429"} 3 http_requests_total{method="GET",path="/new/",status="404"} 5 http_requests_total{method="GET",path="/new/wp-json/",status="404"} 5 http_requests_total{method="GET",path="/new/wp-login.php",status="404"} 5 http_requests_total{method="GET",path="/new4.php",status="404"} 3 http_requests_total{method="GET",path="/newfile.php",status="404"} 1 http_requests_total{method="GET",path="/newsite",status="404"} 1 http_requests_total{method="GET",path="/newsletter/.env",status="404"} 2 http_requests_total{method="GET",path="/next/.env",status="404"} 2 http_requests_total{method="GET",path="/nfile.php",status="404"} 1 http_requests_total{method="GET",path="/nginx_status",status="429"} 4 http_requests_total{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",status="404"} 1 http_requests_total{method="GET",path="/nhr.php",status="404"} 2 http_requests_total{method="GET",path="/no.php",status="404"} 1 http_requests_total{method="GET",path="/node/.env",status="404"} 1 http_requests_total{method="GET",path="/node/.env",status="429"} 2 http_requests_total{method="GET",path="/noe.php",status="404"} 1 http_requests_total{method="GET",path="/norn.php",status="404"} 4 http_requests_total{method="GET",path="/notifications/.env",status="404"} 2 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="/nuxt/.env",status="404"} 2 http_requests_total{method="GET",path="/nw.php",status="404"} 4 http_requests_total{method="GET",path="/nwflm.php",status="404"} 5 http_requests_total{method="GET",path="/nwwha.php",status="404"} 1 http_requests_total{method="GET",path="/nzv.php",status="404"} 2 http_requests_total{method="GET",path="/o.php",status="404"} 7 http_requests_total{method="GET",path="/o.php",status="429"} 3 http_requests_total{method="GET",path="/obfuscate.php",status="404"} 1 http_requests_total{method="GET",path="/oc-admin/config.php",status="404"} 3 http_requests_total{method="GET",path="/ocxla.php",status="404"} 2 http_requests_total{method="GET",path="/ohayo.php",status="429"} 1 http_requests_total{method="GET",path="/ohct.php",status="404"} 3 http_requests_total{method="GET",path="/oivcl.php",status="404"} 1 http_requests_total{method="GET",path="/ok.php",status="404"} 8 http_requests_total{method="GET",path="/ok.php",status="429"} 3 http_requests_total{method="GET",path="/old",status="404"} 1 http_requests_total{method="GET",path="/old-index.php",status="429"} 1 http_requests_total{method="GET",path="/old/.env",status="404"} 2 http_requests_total{method="GET",path="/old/phpinfo.php",status="404"} 2 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="/olfclass.php",status="404"} 2 http_requests_total{method="GET",path="/olu.php",status="404"} 1 http_requests_total{method="GET",path="/one.php",status="404"} 2 http_requests_total{method="GET",path="/op.php",status="404"} 2 http_requests_total{method="GET",path="/openapi.json",status="404"} 1 http_requests_total{method="GET",path="/openapi.json",status="429"} 16 http_requests_total{method="GET",path="/openapi.json",status="429"} 1 http_requests_total{method="GET",path="/openapi.json ",status="429"} 2 http_requests_total{method="GET",path="/openapi.json..;/",status="429"} 1 http_requests_total{method="GET",path="/openapi.json/",status="429"} 2 http_requests_total{method="GET",path="/openapi.json/.",status="404"} 1 http_requests_total{method="GET",path="/openapi.json;",status="429"} 1 http_requests_total{method="GET",path="/openapi.json;.php",status="429"} 1 http_requests_total{method="GET",path="/openapi.json;/",status="429"} 1 http_requests_total{method="GET",path="/opencart/config.php",status="404"} 3 http_requests_total{method="GET",path="/ops.php",status="404"} 23 http_requests_total{method="GET",path="/ops.php",status="429"} 1 http_requests_total{method="GET",path="/ops/values.yaml",status="404"} 1 http_requests_total{method="GET",path="/opsqt.php",status="404"} 1 http_requests_total{method="GET",path="/opt/.env",status="404"} 2 http_requests_total{method="GET",path="/opt/app/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/opts.php",status="404"} 2 http_requests_total{method="GET",path="/ora.php",status="404"} 4 http_requests_total{method="GET",path="/orange3.php",status="404"} 1 http_requests_total{method="GET",path="/ors32envu.php",status="404"} 7 http_requests_total{method="GET",path="/ortasekerli1.php",status="404"} 1 http_requests_total{method="GET",path="/output.php",status="404"} 2 http_requests_total{method="GET",path="/oxse.php",status="404"} 2 http_requests_total{method="GET",path="/p-blog.php",status="404"} 1 http_requests_total{method="GET",path="/p.php",status="404"} 6 http_requests_total{method="GET",path="/p.php",status="429"} 1 http_requests_total{method="GET",path="/package.json",status="404"} 1 http_requests_total{method="GET",path="/packed.php",status="429"} 1 http_requests_total{method="GET",path="/panel.php",status="404"} 2 http_requests_total{method="GET",path="/panel/.env",status="404"} 2 http_requests_total{method="GET",path="/pass4.php",status="404"} 4 http_requests_total{method="GET",path="/path.php",status="404"} 2 http_requests_total{method="GET",path="/pbck.php",status="404"} 7 http_requests_total{method="GET",path="/pbmqm.php",status="404"} 1 http_requests_total{method="GET",path="/petx.php",status="404"} 3 http_requests_total{method="GET",path="/php-info.php",status="404"} 3 http_requests_total{method="GET",path="/php.php",status="404"} 11 http_requests_total{method="GET",path="/php.php",status="429"} 1 http_requests_total{method="GET",path="/php5.php",status="404"} 1 http_requests_total{method="GET",path="/php8.php",status="404"} 3 http_requests_total{method="GET",path="/php_errors.log",status="429"} 4 http_requests_total{method="GET",path="/php_info.php",status="404"} 3 http_requests_total{method="GET",path="/php_version.php",status="404"} 2 http_requests_total{method="GET",path="/phpinfo",status="404"} 5 http_requests_total{method="GET",path="/phpinfo.php",status="404"} 8 http_requests_total{method="GET",path="/phpinfo.php.bak",status="404"} 2 http_requests_total{method="GET",path="/phpinfo.php.old",status="404"} 2 http_requests_total{method="GET",path="/phpinfo.php.save",status="404"} 1 http_requests_total{method="GET",path="/phpinfo.php.save",status="429"} 1 http_requests_total{method="GET",path="/phpinfo.php1",status="404"} 1 http_requests_total{method="GET",path="/phpinfo.php~",status="404"} 2 http_requests_total{method="GET",path="/phpversion.php",status="404"} 2 http_requests_total{method="GET",path="/pi.php",status="404"} 4 http_requests_total{method="GET",path="/pinfo.php",status="404"} 4 http_requests_total{method="GET",path="/pkmoj.php",status="404"} 1 http_requests_total{method="GET",path="/player",status="200"} 22 http_requests_total{method="GET",path="/plss3.php",status="404"} 1 http_requests_total{method="GET",path="/plugins.php",status="404"} 6 http_requests_total{method="GET",path="/plugins/woocommerce/woocommerce.php",status="404"} 3 http_requests_total{method="GET",path="/pms297.php",status="404"} 1 http_requests_total{method="GET",path="/pn.php",status="404"} 2 http_requests_total{method="GET",path="/pol.php",status="404"} 6 http_requests_total{method="GET",path="/pol.php",status="429"} 1 http_requests_total{method="GET",path="/popo.php",status="404"} 1 http_requests_total{method="GET",path="/portal/.env",status="404"} 2 http_requests_total{method="GET",path="/portal/.env",status="429"} 1 http_requests_total{method="GET",path="/post.php",status="404"} 4 http_requests_total{method="GET",path="/postgres/.env",status="404"} 2 http_requests_total{method="GET",path="/postmark/.env",status="404"} 2 http_requests_total{method="GET",path="/pouhg.php",status="404"} 2 http_requests_total{method="GET",path="/pp.php",status="404"} 5 http_requests_total{method="GET",path="/pp.php",status="429"} 1 http_requests_total{method="GET",path="/ppp.php",status="404"} 3 http_requests_total{method="GET",path="/presta/config/settings.inc.php",status="404"} 3 http_requests_total{method="GET",path="/prestashop/.env",status="404"} 2 http_requests_total{method="GET",path="/preview/.env",status="404"} 2 http_requests_total{method="GET",path="/preview/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/preview/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/priv8.php",status="429"} 1 http_requests_total{method="GET",path="/private-key",status="404"} 1 http_requests_total{method="GET",path="/private/.env",status="404"} 2 http_requests_total{method="GET",path="/private/.env",status="429"} 1 http_requests_total{method="GET",path="/privatekey.json",status="429"} 1 http_requests_total{method="GET",path="/privatekey.key",status="404"} 1 http_requests_total{method="GET",path="/prod/.env",status="404"} 2 http_requests_total{method="GET",path="/prod/.env",status="429"} 1 http_requests_total{method="GET",path="/production/.env",status="404"} 3 http_requests_total{method="GET",path="/profile",status="404"} 1 http_requests_total{method="GET",path="/profile.css",status="404"} 1 http_requests_total{method="GET",path="/profile.js",status="404"} 1 http_requests_total{method="GET",path="/profile.php",status="404"} 1 http_requests_total{method="GET",path="/project/.env",status="404"} 2 http_requests_total{method="GET",path="/promma.php",status="404"} 1 http_requests_total{method="GET",path="/psnlink/.env",status="404"} 2 http_requests_total{method="GET",path="/public../.env",status="404"} 1 http_requests_total{method="GET",path="/public../.env",status="429"} 4 http_requests_total{method="GET",path="/public/../.env",status="404"} 1 http_requests_total{method="GET",path="/public/.env",status="404"} 2 http_requests_total{method="GET",path="/public/.env",status="429"} 2 http_requests_total{method="GET",path="/public/.git/config",status="404"} 1 http_requests_total{method="GET",path="/public/.git/config",status="429"} 1 http_requests_total{method="GET",path="/public/admin.json",status="429"} 1 http_requests_total{method="GET",path="/public/config.js",status="404"} 1 http_requests_total{method="GET",path="/public/css.php",status="404"} 10 http_requests_total{method="GET",path="/public/hi.php",status="404"} 2 http_requests_total{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",status="404"} 2 http_requests_total{method="GET",path="/public/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/public/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/public/vx.php",status="404"} 4 http_requests_total{method="GET",path="/public/wp-blog.php",status="404"} 2 http_requests_total{method="GET",path="/public_html/.env",status="404"} 2 http_requests_total{method="GET",path="/public_html/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/puc.php",status="404"} 8 http_requests_total{method="GET",path="/pucci.php",status="404"} 10 http_requests_total{method="GET",path="/pucci.php",status="429"} 1 http_requests_total{method="GET",path="/punah.php",status="404"} 1 http_requests_total{method="GET",path="/q.php",status="404"} 1 http_requests_total{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",status="404"} 1 http_requests_total{method="GET",path="/qa/.env",status="404"} 2 http_requests_total{method="GET",path="/qa/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/qfvqu.php",status="404"} 1 http_requests_total{method="GET",path="/qindex.php",status="404"} 1 http_requests_total{method="GET",path="/qlex1.php",status="404"} 1 http_requests_total{method="GET",path="/qp09X.php",status="404"} 1 http_requests_total{method="GET",path="/qqqa.php",status="404"} 4 http_requests_total{method="GET",path="/qterm.php",status="404"} 8 http_requests_total{method="GET",path="/queue/.env",status="404"} 2 http_requests_total{method="GET",path="/r.php",status="404"} 3 http_requests_total{method="GET",path="/r.php",status="429"} 2 http_requests_total{method="GET",path="/rabbitmq/.env",status="404"} 1 http_requests_total{method="GET",path="/rabbitmq/.env",status="429"} 1 http_requests_total{method="GET",path="/racs3.php",status="404"} 1 http_requests_total{method="GET",path="/radio.php",status="404"} 1 http_requests_total{method="GET",path="/rahma.php",status="429"} 1 http_requests_total{method="GET",path="/rails/info/properties",status="404"} 1 http_requests_total{method="GET",path="/rails/info/routes",status="404"} 1 http_requests_total{method="GET",path="/randkeyword.PhP7",status="404"} 2 http_requests_total{method="GET",path="/raw.php",status="404"} 6 http_requests_total{method="GET",path="/rclone.conf",status="404"} 1 http_requests_total{method="GET",path="/re.php",status="404"} 2 http_requests_total{method="GET",path="/react/.env",status="404"} 2 http_requests_total{method="GET",path="/readme.html",status="404"} 1 http_requests_total{method="GET",path="/readme.html",status="429"} 6 http_requests_total{method="GET",path="/red.php",status="404"} 11 http_requests_total{method="GET",path="/redis/.env",status="404"} 2 http_requests_total{method="GET",path="/release/.env",status="404"} 2 http_requests_total{method="GET",path="/releases/.env",status="404"} 2 http_requests_total{method="GET",path="/reop3.php",status="404"} 4 http_requests_total{method="GET",path="/repeater.php",status="404"} 1 http_requests_total{method="GET",path="/resources/.env",status="404"} 2 http_requests_total{method="GET",path="/rest/.env",status="404"} 2 http_requests_total{method="GET",path="/rest/credentials",status="404"} 2 http_requests_total{method="GET",path="/rest/settings",status="404"} 1 http_requests_total{method="GET",path="/rest/v1/",status="404"} 1 http_requests_total{method="GET",path="/rest/v1/./;",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/; ",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;..;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/",status="429"} 13 http_requests_total{method="GET",path="/rest/v1/;/ ",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/./.env",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/./.env.local",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/.env",status="429"} 13 http_requests_total{method="GET",path="/rest/v1/;/.env",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env ",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/.env..;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env.local",status="429"} 13 http_requests_total{method="GET",path="/rest/v1/;/.env.local",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env.local ",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/.env.local..;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env.local/",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/.env.local/.",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env.local;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env.local;.php",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env.local;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env.production",status="404"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env.production",status="429"} 4 http_requests_total{method="GET",path="/rest/v1/;/.env/",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/.env/.",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env;.php",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/.env;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;//",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/;.php",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/./configprops",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/./env",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/./heapdump",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/./mappings",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/./threaddump",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/Configprops",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/Env",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/Heapdump",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/Mappings",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/Threaddump",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops",status="404"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops",status="429"} 11 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops ",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops..;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops/",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops/.",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops;.php",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/configprops;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/env",status="404"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/env",status="429"} 11 http_requests_total{method="GET",path="/rest/v1/;/actuator/env",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/env ",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/env..;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/env/",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/env/.",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/env;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/env;.php",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/env;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump",status="429"} 8 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump ",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump..;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump/",status="404"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump/.",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump;.php",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/heapdump;/",status="404"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings",status="429"} 8 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings ",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings..;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings/",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings/.",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings;.php",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/mappings;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump",status="429"} 8 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump ",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump..;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump/",status="429"} 2 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump/.",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump;",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump;.php",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;/actuator/threaddump;/",status="429"} 1 http_requests_total{method="GET",path="/rest/v1/;;",status="429"} 1 http_requests_total{method="GET",path="/revealability.php",status="404"} 1 http_requests_total{method="GET",path="/reviall.php",status="404"} 6 http_requests_total{method="GET",path="/rezor.php",status="404"} 1 http_requests_total{method="GET",path="/rip.php",status="404"} 8 http_requests_total{method="GET",path="/rip.php",status="429"} 3 http_requests_total{method="GET",path="/rithin.php",status="404"} 1 http_requests_total{method="GET",path="/robots.txt",status="404"} 93 http_requests_total{method="GET",path="/room.php",status="404"} 1 http_requests_total{method="GET",path="/root.php",status="404"} 3 http_requests_total{method="GET",path="/root/.aws/config",status="404"} 1 http_requests_total{method="GET",path="/root/.aws/credentials",status="404"} 2 http_requests_total{method="GET",path="/rpk.php",status="404"} 2 http_requests_total{method="GET",path="/rre.php",status="404"} 1 http_requests_total{method="GET",path="/rrlnblhy.php",status="404"} 1 http_requests_total{method="GET",path="/rss.php",status="404"} 1 http_requests_total{method="GET",path="/rtx.php",status="404"} 2 http_requests_total{method="GET",path="/rum.php",status="404"} 2 http_requests_total{method="GET",path="/runtime-config.js",status="404"} 1 http_requests_total{method="GET",path="/runtime-config.json",status="404"} 2 http_requests_total{method="GET",path="/runtime-config.json",status="429"} 10 http_requests_total{method="GET",path="/runtime-config.json",status="429"} 1 http_requests_total{method="GET",path="/runtime-config.json ",status="429"} 2 http_requests_total{method="GET",path="/runtime-config.json..;/",status="429"} 1 http_requests_total{method="GET",path="/runtime-config.json/",status="429"} 2 http_requests_total{method="GET",path="/runtime-config.json/.",status="429"} 1 http_requests_total{method="GET",path="/runtime-config.json;",status="429"} 1 http_requests_total{method="GET",path="/runtime-config.json;.php",status="429"} 1 http_requests_total{method="GET",path="/runtime-config.json;/",status="429"} 1 http_requests_total{method="GET",path="/rursy.php",status="404"} 1 http_requests_total{method="GET",path="/ruru.php",status="404"} 1 http_requests_total{method="GET",path="/rw3.php",status="404"} 1 http_requests_total{method="GET",path="/rymmm.php",status="404"} 1 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"} 1 http_requests_total{method="GET",path="/s3/.aws/config",status="404"} 1 http_requests_total{method="GET",path="/s3/credentials",status="429"} 1 http_requests_total{method="GET",path="/sa.json",status="404"} 1 http_requests_total{method="GET",path="/sa.json",status="429"} 1 http_requests_total{method="GET",path="/sa.php7",status="404"} 2 http_requests_total{method="GET",path="/saas/.env",status="404"} 2 http_requests_total{method="GET",path="/sadd.php",status="404"} 2 http_requests_total{method="GET",path="/sagax1.php",status="404"} 2 http_requests_total{method="GET",path="/sallu.php",status="404"} 1 http_requests_total{method="GET",path="/samconfig.toml",status="404"} 1 http_requests_total{method="GET",path="/samll.php",status="404"} 3 http_requests_total{method="GET",path="/satan.php",status="404"} 1 http_requests_total{method="GET",path="/sbhu.php",status="404"} 2 http_requests_total{method="GET",path="/sbin/.env",status="404"} 2 http_requests_total{method="GET",path="/sboov.php",status="404"} 1 http_requests_total{method="GET",path="/sc.php",status="404"} 2 http_requests_total{method="GET",path="/scripts/.env",status="404"} 2 http_requests_total{method="GET",path="/scx.php7",status="404"} 2 http_requests_total{method="GET",path="/scxy.php",status="404"} 12 http_requests_total{method="GET",path="/sd.php",status="404"} 4 http_requests_total{method="GET",path="/sde.php",status="404"} 1 http_requests_total{method="GET",path="/sdsa.php",status="404"} 2 http_requests_total{method="GET",path="/secret.json",status="429"} 2 http_requests_total{method="GET",path="/secrets.env",status="429"} 2 http_requests_total{method="GET",path="/secrets.json",status="404"} 1 http_requests_total{method="GET",path="/secrets.json",status="429"} 1 http_requests_total{method="GET",path="/secrets.yaml",status="404"} 2 http_requests_total{method="GET",path="/secrets.yml",status="404"} 2 http_requests_total{method="GET",path="/secrets/aws.credentials",status="404"} 1 http_requests_total{method="GET",path="/secrets/aws.env",status="404"} 1 http_requests_total{method="GET",path="/secrets/aws.json",status="429"} 2 http_requests_total{method="GET",path="/secrets/config.json",status="404"} 1 http_requests_total{method="GET",path="/secrets/gcp.json",status="429"} 2 http_requests_total{method="GET",path="/seiso.php",status="404"} 1 http_requests_total{method="GET",path="/send.php",status="429"} 1 http_requests_total{method="GET",path="/sender/.env",status="404"} 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="/sendgrid/.env",status="404"} 2 http_requests_total{method="GET",path="/sendgrid/.env",status="429"} 1 http_requests_total{method="GET",path="/sendmail.php",status="404"} 1 http_requests_total{method="GET",path="/server",status="404"} 2 http_requests_total{method="GET",path="/server-info.php",status="404"} 2 http_requests_total{method="GET",path="/server-status",status="404"} 3 http_requests_total{method="GET",path="/server-status",status="429"} 3 http_requests_total{method="GET",path="/server-status.php",status="404"} 2 http_requests_total{method="GET",path="/server.js",status="404"} 1 http_requests_total{method="GET",path="/server.key",status="404"} 1 http_requests_total{method="GET",path="/server/.env",status="404"} 2 http_requests_total{method="GET",path="/server/.env",status="429"} 3 http_requests_total{method="GET",path="/server/.env.local",status="404"} 1 http_requests_total{method="GET",path="/server/.env.production",status="429"} 1 http_requests_total{method="GET",path="/server/config.js",status="404"} 1 http_requests_total{method="GET",path="/serverless.yaml",status="404"} 1 http_requests_total{method="GET",path="/serverless.yml",status="404"} 2 http_requests_total{method="GET",path="/service-account-key.json",status="429"} 2 http_requests_total{method="GET",path="/service-account.json",status="404"} 2 http_requests_total{method="GET",path="/service-account.json",status="429"} 1 http_requests_total{method="GET",path="/service/.env",status="404"} 2 http_requests_total{method="GET",path="/serviceAccountKey.json",status="429"} 2 http_requests_total{method="GET",path="/service_account.json",status="429"} 2 http_requests_total{method="GET",path="/services/.env",status="404"} 1 http_requests_total{method="GET",path="/ses/.env",status="404"} 2 http_requests_total{method="GET",path="/settings",status="404"} 2 http_requests_total{method="GET",path="/settings.json",status="429"} 17 http_requests_total{method="GET",path="/settings.json",status="429"} 1 http_requests_total{method="GET",path="/settings.json ",status="404"} 1 http_requests_total{method="GET",path="/settings.json ",status="429"} 1 http_requests_total{method="GET",path="/settings.json..;/",status="429"} 1 http_requests_total{method="GET",path="/settings.json/",status="429"} 2 http_requests_total{method="GET",path="/settings.json/.",status="429"} 1 http_requests_total{method="GET",path="/settings.json;",status="429"} 1 http_requests_total{method="GET",path="/settings.json;.php",status="429"} 1 http_requests_total{method="GET",path="/settings.json;/",status="429"} 1 http_requests_total{method="GET",path="/settings.py",status="404"} 1 http_requests_total{method="GET",path="/settings.py.bak",status="429"} 12 http_requests_total{method="GET",path="/settings.py.bak",status="429"} 1 http_requests_total{method="GET",path="/settings.py.bak ",status="429"} 2 http_requests_total{method="GET",path="/settings.py.bak..;/",status="429"} 1 http_requests_total{method="GET",path="/settings.py.bak/",status="429"} 2 http_requests_total{method="GET",path="/settings.py.bak/.",status="429"} 1 http_requests_total{method="GET",path="/settings.py.bak;",status="429"} 1 http_requests_total{method="GET",path="/settings.py.bak;.php",status="429"} 1 http_requests_total{method="GET",path="/settings.py.bak;/",status="429"} 1 http_requests_total{method="GET",path="/setup.php",status="404"} 3 http_requests_total{method="GET",path="/sf.php",status="404"} 8 http_requests_total{method="GET",path="/sf.php",status="429"} 5 http_requests_total{method="GET",path="/sh3ll.php",status="404"} 3 http_requests_total{method="GET",path="/sh3ll.php",status="429"} 1 http_requests_total{method="GET",path="/shared/.env",status="404"} 2 http_requests_total{method="GET",path="/shell.php",status="404"} 4 http_requests_total{method="GET",path="/shell20211028.php",status="404"} 2 http_requests_total{method="GET",path="/shell9090.php",status="404"} 1 http_requests_total{method="GET",path="/shiny.php",status="404"} 6 http_requests_total{method="GET",path="/shop/.env",status="404"} 2 http_requests_total{method="GET",path="/shop/config.php",status="404"} 3 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="/shx.php",status="404"} 2 http_requests_total{method="GET",path="/sid3.php",status="404"} 3 http_requests_total{method="GET",path="/sid4.php",status="404"} 1 http_requests_total{method="GET",path="/simple.php",status="404"} 14 http_requests_total{method="GET",path="/simple.php",status="429"} 1 http_requests_total{method="GET",path="/sindex.php",status="429"} 1 http_requests_total{method="GET",path="/site.php",status="404"} 1 http_requests_total{method="GET",path="/site/",status="404"} 5 http_requests_total{method="GET",path="/site/.env",status="404"} 2 http_requests_total{method="GET",path="/site/.git/config",status="404"} 1 http_requests_total{method="GET",path="/site/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/site/wp-json/",status="404"} 5 http_requests_total{method="GET",path="/site/wp-login.php",status="404"} 5 http_requests_total{method="GET",path="/sitemap.php",status="404"} 1 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="/sixxis.php",status="404"} 7 http_requests_total{method="GET",path="/size.php",status="404"} 1 http_requests_total{method="GET",path="/sko.php",status="404"} 1 http_requests_total{method="GET",path="/sky.php",status="404"} 9 http_requests_total{method="GET",path="/smtp/.env",status="404"} 2 http_requests_total{method="GET",path="/smtp/phpinfo.php",status="404"} 1 http_requests_total{method="GET",path="/smtp/phpinfo.php",status="429"} 1 http_requests_total{method="GET",path="/snd.php",status="429"} 1 http_requests_total{method="GET",path="/snq.php",status="404"} 2 http_requests_total{method="GET",path="/solo1.php",status="404"} 2 http_requests_total{method="GET",path="/solr/",status="429"} 4 http_requests_total{method="GET",path="/solr/admin/cores",status="404"} 1 http_requests_total{method="GET",path="/solr/admin/cores",status="429"} 3 http_requests_total{method="GET",path="/spadex.php",status="404"} 2 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="/special.php",status="404"} 1 http_requests_total{method="GET",path="/spip.php",status="404"} 1 http_requests_total{method="GET",path="/sql.php",status="404"} 2 http_requests_total{method="GET",path="/src/.env",status="404"} 2 http_requests_total{method="GET",path="/src/.env",status="429"} 2 http_requests_total{method="GET",path="/src/.env.local",status="429"} 1 http_requests_total{method="GET",path="/src/.env.production",status="429"} 1 http_requests_total{method="GET",path="/src/.git/config",status="404"} 1 http_requests_total{method="GET",path="/src/api/.env",status="429"} 1 http_requests_total{method="GET",path="/src/config.js",status="404"} 1 http_requests_total{method="GET",path="/src/config.json",status="404"} 1 http_requests_total{method="GET",path="/src/constants.js",status="404"} 1 http_requests_total{method="GET",path="/src/env.js",status="404"} 1 http_requests_total{method="GET",path="/src/index.js",status="404"} 1 http_requests_total{method="GET",path="/srontol.php",status="404"} 4 http_requests_total{method="GET",path="/srv/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/srv/.env",status="404"} 1 http_requests_total{method="GET",path="/ss.php",status="404"} 3 http_requests_total{method="GET",path="/ss.php",status="429"} 2 http_requests_total{method="GET",path="/ssh3ll.php",status="404"} 2 http_requests_total{method="GET",path="/ssixta.php",status="404"} 1 http_requests_total{method="GET",path="/ssjpxze.php",status="404"} 5 http_requests_total{method="GET",path="/ssl/localhost.key",status="404"} 1 http_requests_total{method="GET",path="/ssl/server.key",status="404"} 1 http_requests_total{method="GET",path="/sss.php",status="404"} 1 http_requests_total{method="GET",path="/stage/.env",status="404"} 1 http_requests_total{method="GET",path="/stage/.env",status="429"} 2 http_requests_total{method="GET",path="/staging/.env",status="404"} 2 http_requests_total{method="GET",path="/staging/.env",status="429"} 1 http_requests_total{method="GET",path="/staging/.git/config",status="404"} 1 http_requests_total{method="GET",path="/staging/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/static",status="404"} 2 http_requests_total{method="GET",path="/static../../../../../etc/passwd",status="404"} 2 http_requests_total{method="GET",path="/static../../../../../etc/passwd",status="429"} 2 http_requests_total{method="GET",path="/static../../../.env",status="429"} 5 http_requests_total{method="GET",path="/static../../.env",status="404"} 1 http_requests_total{method="GET",path="/static../../.env",status="429"} 4 http_requests_total{method="GET",path="/static../../var/www/html/wp-config.php",status="404"} 2 http_requests_total{method="GET",path="/static../../var/www/html/wp-config.php",status="429"} 2 http_requests_total{method="GET",path="/static../.env",status="429"} 5 http_requests_total{method="GET",path="/static/",status="404"} 1 http_requests_total{method="GET",path="/static/./env.js",status="429"} 2 http_requests_total{method="GET",path="/static/Env.js",status="429"} 1 http_requests_total{method="GET",path="/static/env.js",status="429"} 16 http_requests_total{method="GET",path="/static/env.js",status="429"} 1 http_requests_total{method="GET",path="/static/env.js ",status="429"} 2 http_requests_total{method="GET",path="/static/env.js..;/",status="429"} 1 http_requests_total{method="GET",path="/static/env.js/",status="429"} 2 http_requests_total{method="GET",path="/static/env.js/.",status="429"} 1 http_requests_total{method="GET",path="/static/env.js;",status="429"} 1 http_requests_total{method="GET",path="/static/env.js;.php",status="429"} 1 http_requests_total{method="GET",path="/static/env.js;/",status="429"} 1 http_requests_total{method="GET",path="/stats.json",status="404"} 1 http_requests_total{method="GET",path="/stdin.php",status="404"} 4 http_requests_total{method="GET",path="/stindex.php",status="404"} 1 http_requests_total{method="GET",path="/storage/../.env",status="404"} 1 http_requests_total{method="GET",path="/storage/.env",status="404"} 2 http_requests_total{method="GET",path="/storage/logs/./laravel.log",status="404"} 1 http_requests_total{method="GET",path="/storage/logs/./laravel.log",status="429"} 3 http_requests_total{method="GET",path="/storage/logs/Laravel.log",status="429"} 2 http_requests_total{method="GET",path="/storage/logs/laravel.log",status="404"} 13 http_requests_total{method="GET",path="/storage/logs/laravel.log",status="429"} 14 http_requests_total{method="GET",path="/storage/logs/laravel.log",status="429"} 1 http_requests_total{method="GET",path="/storage/logs/laravel.log ",status="429"} 3 http_requests_total{method="GET",path="/storage/logs/laravel.log..;/",status="429"} 2 http_requests_total{method="GET",path="/storage/logs/laravel.log/",status="429"} 2 http_requests_total{method="GET",path="/storage/logs/laravel.log/.",status="404"} 1 http_requests_total{method="GET",path="/storage/logs/laravel.log/.",status="429"} 2 http_requests_total{method="GET",path="/storage/logs/laravel.log;",status="429"} 2 http_requests_total{method="GET",path="/storage/logs/laravel.log;.php",status="429"} 1 http_requests_total{method="GET",path="/storage/logs/laravel.log;/",status="429"} 1 http_requests_total{method="GET",path="/store/.env",status="404"} 2 http_requests_total{method="GET",path="/store/config.php",status="404"} 3 http_requests_total{method="GET",path="/stripe.env",status="404"} 1 http_requests_total{method="GET",path="/stripe.json",status="404"} 1 http_requests_total{method="GET",path="/stripe/.env",status="404"} 4 http_requests_total{method="GET",path="/stub_status",status="429"} 4 http_requests_total{method="GET",path="/sty.php",status="404"} 2 http_requests_total{method="GET",path="/sump.php",status="404"} 1 http_requests_total{method="GET",path="/sump1.php",status="404"} 1 http_requests_total{method="GET",path="/sump3.php",status="404"} 3 http_requests_total{method="GET",path="/sv.php",status="404"} 1 http_requests_total{method="GET",path="/svelte/.env",status="404"} 1 http_requests_total{method="GET",path="/svelte/.env",status="429"} 1 http_requests_total{method="GET",path="/swagger.json",status="404"} 1 http_requests_total{method="GET",path="/swagger.json",status="429"} 15 http_requests_total{method="GET",path="/swagger.json",status="429"} 1 http_requests_total{method="GET",path="/swagger.json ",status="429"} 2 http_requests_total{method="GET",path="/swagger.json..;/",status="429"} 1 http_requests_total{method="GET",path="/swagger.json/",status="429"} 2 http_requests_total{method="GET",path="/swagger.json/.",status="429"} 1 http_requests_total{method="GET",path="/swagger.json;",status="429"} 1 http_requests_total{method="GET",path="/swagger.json;.php",status="429"} 1 http_requests_total{method="GET",path="/swagger.json;/",status="429"} 1 http_requests_total{method="GET",path="/swagger/all.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/auth/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/auth/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/auth/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/auth/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/auth/spec-wrap-actions.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/configs/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/configs/helpers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/configs/index.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/configs/reducers.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/configs/selectors.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/configs/spec-actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/all.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/auth/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/auth/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/auth/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/auth/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/configs/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/configs/helpers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/configs/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/configs/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/configs/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/deep-linking/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/download-url.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/err/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/err/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/err/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/err/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/filter/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/layout/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/layout/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/layout/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/layout/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/logs/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/components/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/on-complete/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/request-snippets/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/safe-render/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/samples/fn.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/samples/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/spec/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/spec/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/spec/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/spec/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/swagger-js/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/util/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/view/fn.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/core/plugins/view/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/deep-linking/helpers.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/deep-linking/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/deep-linking/layout.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/doc.json",status="200"} 1 http_requests_total{method="GET",path="/swagger/download-url.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/err/actions.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/err/error-transformers/hook.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/err/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/err/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/err/selectors.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/favicon-16x16.png",status="200"} 1 http_requests_total{method="GET",path="/swagger/favicon-32x32.png",status="200"} 1 http_requests_total{method="GET",path="/swagger/filter/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/filter/opsFilter.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/index.html",status="200"} 21 http_requests_total{method="GET",path="/swagger/index.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/layout/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/layout/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/layout/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/layout/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/logs/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/components/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/oas3/wrap-components/index.js",status="404"} 1 http_requests_total{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/on-complete/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/request-snippets/fn.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/request-snippets/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/request-snippets/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/safe-render/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/samples/fn.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/samples/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/spec/actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/spec/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/spec/reducers.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/spec/selectors.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/spec/wrap-actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/swagger-js/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/swagger-ui-bundle.js",status="200"} 8 http_requests_total{method="GET",path="/swagger/swagger-ui-bundle.js.map",status="200"} 1 http_requests_total{method="GET",path="/swagger/swagger-ui-standalone-preset.js",status="200"} 8 http_requests_total{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",status="200"} 1 http_requests_total{method="GET",path="/swagger/swagger-ui.css",status="200"} 2 http_requests_total{method="GET",path="/swagger/util/index.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/view/fn.js",status="429"} 1 http_requests_total{method="GET",path="/swagger/view/index.js",status="429"} 1 http_requests_total{method="GET",path="/swm.php",status="404"} 1 http_requests_total{method="GET",path="/sx.php",status="404"} 4 http_requests_total{method="GET",path="/sx.php",status="429"} 1 http_requests_total{method="GET",path="/sxdfrt.php",status="404"} 2 http_requests_total{method="GET",path="/sym.php",status="429"} 1 http_requests_total{method="GET",path="/sym403.php",status="404"} 2 http_requests_total{method="GET",path="/symfony/.env",status="404"} 2 http_requests_total{method="GET",path="/symlink.php",status="404"} 1 http_requests_total{method="GET",path="/system.php",status="404"} 1 http_requests_total{method="GET",path="/system/config.php",status="404"} 3 http_requests_total{method="GET",path="/system/config/email.php",status="404"} 1 http_requests_total{method="GET",path="/system123.php",status="404"} 1 http_requests_total{method="GET",path="/system_log.php",status="404"} 9 http_requests_total{method="GET",path="/system_log.php",status="429"} 6 http_requests_total{method="GET",path="/t.php",status="404"} 3 http_requests_total{method="GET",path="/t.php",status="429"} 1 http_requests_total{method="GET",path="/t00l.php",status="404"} 2 http_requests_total{method="GET",path="/tBEZGQz.php",status="404"} 1 http_requests_total{method="GET",path="/ta0ol.php",status="404"} 2 http_requests_total{method="GET",path="/taff.php",status="404"} 1 http_requests_total{method="GET",path="/task-definition.json",status="404"} 1 http_requests_total{method="GET",path="/tax.php",status="404"} 2 http_requests_total{method="GET",path="/telescope/api/mail",status="404"} 1 http_requests_total{method="GET",path="/telescope/api/requests",status="404"} 1 http_requests_total{method="GET",path="/telescope/requests",status="404"} 2 http_requests_total{method="GET",path="/telescope/requests",status="429"} 1 http_requests_total{method="GET",path="/temp/.env",status="404"} 2 http_requests_total{method="GET",path="/term.php",status="404"} 11 http_requests_total{method="GET",path="/term.php",status="429"} 2 http_requests_total{method="GET",path="/terraform.tfstate",status="404"} 3 http_requests_total{method="GET",path="/terraform.tfstate",status="429"} 30 http_requests_total{method="GET",path="/terraform.tfstate",status="429"} 2 http_requests_total{method="GET",path="/terraform.tfstate ",status="404"} 1 http_requests_total{method="GET",path="/terraform.tfstate ",status="429"} 4 http_requests_total{method="GET",path="/terraform.tfstate..;/",status="429"} 3 http_requests_total{method="GET",path="/terraform.tfstate.backup",status="404"} 1 http_requests_total{method="GET",path="/terraform.tfstate/",status="429"} 5 http_requests_total{method="GET",path="/terraform.tfstate/.",status="429"} 4 http_requests_total{method="GET",path="/terraform.tfstate::$DATA",status="429"} 1 http_requests_total{method="GET",path="/terraform.tfstate;",status="429"} 3 http_requests_total{method="GET",path="/terraform.tfstate;.php",status="404"} 1 http_requests_total{method="GET",path="/terraform.tfstate;.php",status="429"} 1 http_requests_total{method="GET",path="/terraform.tfstate;/",status="429"} 2 http_requests_total{method="GET",path="/terraform.tfvars",status="429"} 1 http_requests_total{method="GET",path="/terraform/.env",status="404"} 2 http_requests_total{method="GET",path="/terraform/terraform.tfstate",status="404"} 1 http_requests_total{method="GET",path="/tes.php",status="404"} 5 http_requests_total{method="GET",path="/tes.php",status="429"} 3 http_requests_total{method="GET",path="/test",status="404"} 1 http_requests_total{method="GET",path="/test.php",status="404"} 9 http_requests_total{method="GET",path="/test.php",status="429"} 1 http_requests_total{method="GET",path="/test/.env",status="404"} 2 http_requests_total{method="GET",path="/test/.env",status="429"} 1 http_requests_total{method="GET",path="/test/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/test1.php",status="404"} 1 http_requests_total{method="GET",path="/test1.php",status="429"} 1 http_requests_total{method="GET",path="/test10.php",status="404"} 2 http_requests_total{method="GET",path="/test11.php",status="404"} 2 http_requests_total{method="GET",path="/test2.php",status="404"} 1 http_requests_total{method="GET",path="/testing",status="404"} 1 http_requests_total{method="GET",path="/theme.php",status="404"} 1 http_requests_total{method="GET",path="/themes.php",status="404"} 5 http_requests_total{method="GET",path="/themes.php",status="429"} 1 http_requests_total{method="GET",path="/this_is_a_new_hello_world.php",status="404"} 50 http_requests_total{method="GET",path="/thoms.php",status="404"} 4 http_requests_total{method="GET",path="/thui.php",status="404"} 2 http_requests_total{method="GET",path="/tiny.php",status="404"} 1 http_requests_total{method="GET",path="/tinyfilemanager.php",status="404"} 1 http_requests_total{method="GET",path="/tinynologin.php",status="404"} 1 http_requests_total{method="GET",path="/tinysd.php",status="404"} 2 http_requests_total{method="GET",path="/tires.php",status="404"} 1 http_requests_total{method="GET",path="/tm.php",status="404"} 1 http_requests_total{method="GET",path="/tmp/.env",status="404"} 2 http_requests_total{method="GET",path="/tmp/.env",status="429"} 1 http_requests_total{method="GET",path="/tmp/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/tmpls.php",status="404"} 2 http_requests_total{method="GET",path="/ton.php",status="404"} 1 http_requests_total{method="GET",path="/tool.php",status="404"} 1 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="/tox.php",status="404"} 1 http_requests_total{method="GET",path="/trace.axd",status="404"} 2 http_requests_total{method="GET",path="/track.php",status="404"} 2 http_requests_total{method="GET",path="/transactional/.env",status="404"} 2 http_requests_total{method="GET",path="/travis/.env",status="404"} 2 http_requests_total{method="GET",path="/ts.php",status="404"} 2 http_requests_total{method="GET",path="/tt.php",status="404"} 2 http_requests_total{method="GET",path="/tudlo.php",status="404"} 1 http_requests_total{method="GET",path="/twivahpi.php",status="404"} 1 http_requests_total{method="GET",path="/tx38.php",status="404"} 1 http_requests_total{method="GET",path="/tx79.php",status="404"} 2 http_requests_total{method="GET",path="/txets.php",status="404"} 7 http_requests_total{method="GET",path="/ty.php",status="404"} 4 http_requests_total{method="GET",path="/u.php",status="404"} 2 http_requests_total{method="GET",path="/u.php",status="429"} 1 http_requests_total{method="GET",path="/uat/.env",status="404"} 2 http_requests_total{method="GET",path="/uat/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/ucpfr.php",status="404"} 1 http_requests_total{method="GET",path="/uiuvs58l.php",status="429"} 1 http_requests_total{method="GET",path="/uiuvs58l.update.php",status="404"} 1 http_requests_total{method="GET",path="/un.php",status="404"} 3 http_requests_total{method="GET",path="/unity.php",status="404"} 1 http_requests_total{method="GET",path="/up4.php",status="404"} 2 http_requests_total{method="GET",path="/update/da222.php",status="429"} 1 http_requests_total{method="GET",path="/update/wpupex.php",status="404"} 1 http_requests_total{method="GET",path="/updates.php",status="404"} 1 http_requests_total{method="GET",path="/upfile.php",status="404"} 1 http_requests_total{method="GET",path="/upload.php",status="404"} 1 http_requests_total{method="GET",path="/upload/config.php",status="404"} 3 http_requests_total{method="GET",path="/upload/upload.php",status="404"} 1 http_requests_total{method="GET",path="/uploader.php",status="404"} 1 http_requests_total{method="GET",path="/uploads",status="429"} 1 http_requests_total{method="GET",path="/uploads ",status="429"} 1 http_requests_total{method="GET",path="/uploads../.env",status="404"} 3 http_requests_total{method="GET",path="/uploads../.env",status="429"} 2 http_requests_total{method="GET",path="/uploads..;/",status="429"} 1 http_requests_total{method="GET",path="/uploads/",status="429"} 13 http_requests_total{method="GET",path="/uploads/ ",status="429"} 1 http_requests_total{method="GET",path="/uploads/.",status="429"} 1 http_requests_total{method="GET",path="/uploads/.DS_Store",status="429"} 4 http_requests_total{method="GET",path="/uploads/.env",status="404"} 2 http_requests_total{method="GET",path="/uploads//",status="429"} 1 http_requests_total{method="GET",path="/uploads/;.php",status="429"} 1 http_requests_total{method="GET",path="/uploads/;/",status="429"} 1 http_requests_total{method="GET",path="/uploads/bypass.php",status="404"} 1 http_requests_total{method="GET",path="/uploads;",status="429"} 1 http_requests_total{method="GET",path="/ups.php",status="404"} 5 http_requests_total{method="GET",path="/user-panel/.env",status="404"} 2 http_requests_total{method="GET",path="/user.css",status="404"} 1 http_requests_total{method="GET",path="/user.php",status="404"} 2 http_requests_total{method="GET",path="/user/register",status="429"} 2 http_requests_total{method="GET",path="/user3.php",status="404"} 1 http_requests_total{method="GET",path="/userfuns.php",status="404"} 1 http_requests_total{method="GET",path="/users.php",status="404"} 3 http_requests_total{method="GET",path="/users/sign_in",status="429"} 2 http_requests_total{method="GET",path="/uwu.php",status="404"} 1 http_requests_total{method="GET",path="/v.php",status="404"} 3 http_requests_total{method="GET",path="/v1.php",status="404"} 1 http_requests_total{method="GET",path="/v1/.env",status="404"} 2 http_requests_total{method="GET",path="/v1/.env",status="429"} 1 http_requests_total{method="GET",path="/v1/config",status="404"} 1 http_requests_total{method="GET",path="/v1/graphql",status="429"} 1 http_requests_total{method="GET",path="/v1/health",status="404"} 1 http_requests_total{method="GET",path="/v1/kv/data/",status="404"} 1 http_requests_total{method="GET",path="/v1/projects",status="404"} 1 http_requests_total{method="GET",path="/v1/secret/data/",status="404"} 1 http_requests_total{method="GET",path="/v1alpha1/config",status="404"} 1 http_requests_total{method="GET",path="/v2.php",status="404"} 4 http_requests_total{method="GET",path="/v2/./api-docs",status="429"} 2 http_requests_total{method="GET",path="/v2/.env",status="404"} 2 http_requests_total{method="GET",path="/v2/.env",status="429"} 1 http_requests_total{method="GET",path="/v2/.git/config",status="404"} 1 http_requests_total{method="GET",path="/v2/Api-docs",status="429"} 1 http_requests_total{method="GET",path="/v2/_catalog",status="404"} 2 http_requests_total{method="GET",path="/v2/api-docs",status="404"} 1 http_requests_total{method="GET",path="/v2/api-docs",status="429"} 14 http_requests_total{method="GET",path="/v2/api-docs",status="429"} 1 http_requests_total{method="GET",path="/v2/api-docs ",status="429"} 2 http_requests_total{method="GET",path="/v2/api-docs..;/",status="429"} 1 http_requests_total{method="GET",path="/v2/api-docs/",status="429"} 2 http_requests_total{method="GET",path="/v2/api-docs/.",status="429"} 1 http_requests_total{method="GET",path="/v2/api-docs;",status="429"} 1 http_requests_total{method="GET",path="/v2/api-docs;.php",status="429"} 1 http_requests_total{method="GET",path="/v2/api-docs;/",status="429"} 1 http_requests_total{method="GET",path="/v3.php",status="404"} 1 http_requests_total{method="GET",path="/v3/./api-docs",status="429"} 2 http_requests_total{method="GET",path="/v3/.env",status="404"} 1 http_requests_total{method="GET",path="/v3/.env",status="429"} 1 http_requests_total{method="GET",path="/v3/Api-docs",status="429"} 1 http_requests_total{method="GET",path="/v3/api-docs",status="429"} 16 http_requests_total{method="GET",path="/v3/api-docs",status="429"} 1 http_requests_total{method="GET",path="/v3/api-docs ",status="404"} 1 http_requests_total{method="GET",path="/v3/api-docs ",status="429"} 1 http_requests_total{method="GET",path="/v3/api-docs..;/",status="429"} 1 http_requests_total{method="GET",path="/v3/api-docs/",status="429"} 2 http_requests_total{method="GET",path="/v3/api-docs/.",status="429"} 1 http_requests_total{method="GET",path="/v3/api-docs;",status="429"} 1 http_requests_total{method="GET",path="/v3/api-docs;.php",status="429"} 1 http_requests_total{method="GET",path="/v3/api-docs;/",status="429"} 1 http_requests_total{method="GET",path="/v4.php",status="404"} 1 http_requests_total{method="GET",path="/v5.php",status="404"} 1 http_requests_total{method="GET",path="/v543.php",status="404"} 5 http_requests_total{method="GET",path="/var/.env",status="404"} 1 http_requests_total{method="GET",path="/var/log/exception.log",status="404"} 3 http_requests_total{method="GET",path="/var/log/system.log",status="404"} 3 http_requests_total{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",status="404"} 1 http_requests_total{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",status="404"} 1 http_requests_total{method="GET",path="/var/www/.aws/credentials",status="404"} 1 http_requests_total{method="GET",path="/var/www/.env",status="404"} 3 http_requests_total{method="GET",path="/var/www/.git/config",status="429"} 1 http_requests_total{method="GET",path="/var/www/html/.env",status="404"} 1 http_requests_total{method="GET",path="/var/www/html/.env",status="429"} 2 http_requests_total{method="GET",path="/vault/config.json",status="404"} 1 http_requests_total{method="GET",path="/vault/v1/auth/token/lookup-self",status="404"} 1 http_requests_total{method="GET",path="/vault/v1/secret/",status="404"} 1 http_requests_total{method="GET",path="/vcgux.php",status="404"} 1 http_requests_total{method="GET",path="/vdgrbPKxpkw.php",status="404"} 1 http_requests_total{method="GET",path="/vee.php",status="404"} 1 http_requests_total{method="GET",path="/vendor/",status="404"} 5 http_requests_total{method="GET",path="/vendor/",status="429"} 3 http_requests_total{method="GET",path="/vendor/.env",status="404"} 2 http_requests_total{method="GET",path="/version.json",status="429"} 12 http_requests_total{method="GET",path="/version.json",status="429"} 1 http_requests_total{method="GET",path="/version.json ",status="429"} 2 http_requests_total{method="GET",path="/version.json..;/",status="429"} 1 http_requests_total{method="GET",path="/version.json/",status="429"} 2 http_requests_total{method="GET",path="/version.json/.",status="429"} 1 http_requests_total{method="GET",path="/version.json;",status="429"} 1 http_requests_total{method="GET",path="/version.json;.php",status="429"} 1 http_requests_total{method="GET",path="/version.json;/",status="429"} 1 http_requests_total{method="GET",path="/vgtyu.php",status="404"} 2 http_requests_total{method="GET",path="/vite/.env",status="404"} 2 http_requests_total{method="GET",path="/vjzvvrhr.pdf.phtml",status="404"} 1 http_requests_total{method="GET",path="/vue/.env",status="404"} 2 http_requests_total{method="GET",path="/vuln.php",status="404"} 1 http_requests_total{method="GET",path="/vx.php",status="404"} 4 http_requests_total{method="GET",path="/w.php",status="404"} 12 http_requests_total{method="GET",path="/w.php",status="429"} 1 http_requests_total{method="GET",path="/w1.php",status="404"} 2 http_requests_total{method="GET",path="/w1php",status="404"} 1 http_requests_total{method="GET",path="/w2025.php",status="404"} 8 http_requests_total{method="GET",path="/w2php",status="404"} 1 http_requests_total{method="GET",path="/w3lls.php",status="404"} 7 http_requests_total{method="GET",path="/w3lls.php",status="429"} 1 http_requests_total{method="GET",path="/w3llscc.php",status="404"} 4 http_requests_total{method="GET",path="/w3llstore.php",status="404"} 1 http_requests_total{method="GET",path="/w3php",status="404"} 1 http_requests_total{method="GET",path="/waf.php",status="404"} 1 http_requests_total{method="GET",path="/wander.php",status="404"} 2 http_requests_total{method="GET",path="/wap.php",status="404"} 2 http_requests_total{method="GET",path="/water.php",status="404"} 2 http_requests_total{method="GET",path="/wb.php",status="404"} 1 http_requests_total{method="GET",path="/wcas.php",status="404"} 1 http_requests_total{method="GET",path="/wdf.php",status="404"} 2 http_requests_total{method="GET",path="/wdone1.php",status="404"} 1 http_requests_total{method="GET",path="/we.php",status="404"} 4 http_requests_total{method="GET",path="/web.config",status="404"} 2 http_requests_total{method="GET",path="/web/.env",status="404"} 2 http_requests_total{method="GET",path="/web/.env",status="429"} 2 http_requests_total{method="GET",path="/webmail/phpinfo.php",status="404"} 2 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="/wefile.php",status="404"} 7 http_requests_total{method="GET",path="/wefile.php",status="429"} 1 http_requests_total{method="GET",path="/well-known/index.php",status="404"} 1 http_requests_total{method="GET",path="/wen.php",status="404"} 1 http_requests_total{method="GET",path="/weozh.php",status="404"} 1 http_requests_total{method="GET",path="/wfile.php",status="404"} 1 http_requests_total{method="GET",path="/white.php",status="404"} 1 http_requests_total{method="GET",path="/wi.php",status="404"} 1 http_requests_total{method="GET",path="/wicked.php",status="404"} 9 http_requests_total{method="GET",path="/wicked.php",status="429"} 2 http_requests_total{method="GET",path="/wikindex.php",status="429"} 1 http_requests_total{method="GET",path="/window.php",status="404"} 2 http_requests_total{method="GET",path="/wio.php",status="404"} 2 http_requests_total{method="GET",path="/wk/index.php",status="404"} 8 http_requests_total{method="GET",path="/wk/index.php",status="429"} 4 http_requests_total{method="GET",path="/wmore1.php",status="404"} 5 http_requests_total{method="GET",path="/wo.php",status="404"} 1 http_requests_total{method="GET",path="/wordpress",status="404"} 1 http_requests_total{method="GET",path="/wordpress/",status="404"} 8 http_requests_total{method="GET",path="/wordpress/.env",status="404"} 2 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="/wordpress/wp-content/plugins/cvqvgfk/index.php",status="404"} 1 http_requests_total{method="GET",path="/wordpress/wp-json/",status="404"} 8 http_requests_total{method="GET",path="/wordpress/wp-login.php",status="404"} 8 http_requests_total{method="GET",path="/worker/.env",status="404"} 2 http_requests_total{method="GET",path="/wp",status="404"} 1 http_requests_total{method="GET",path="/wp-2019.php",status="404"} 2 http_requests_total{method="GET",path="/wp-5jbk59g.php",status="404"} 1 http_requests_total{method="GET",path="/wp-Blogs.php",status="404"} 2 http_requests_total{method="GET",path="/wp-access.php",status="404"} 5 http_requests_total{method="GET",path="/wp-act.php",status="404"} 2 http_requests_total{method="GET",path="/wp-act.php",status="429"} 1 http_requests_total{method="GET",path="/wp-activate.php",status="404"} 2 http_requests_total{method="GET",path="/wp-ad.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/",status="404"} 4 http_requests_total{method="GET",path="/wp-admin/",status="429"} 8 http_requests_total{method="GET",path="/wp-admin/.git/config",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/admin-ajax.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/admin-post.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/ajax-actions.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/autoload_classmap.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/byp.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/classwithtostring.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/",status="404"} 17 http_requests_total{method="GET",path="/wp-admin/css/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/bolt.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/bolt.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/",status="404"} 7 http_requests_total{method="GET",path="/wp-admin/css/colors/",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/",status="404"} 9 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/lock.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/moon.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/classwithtostring.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/coffee/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="404"} 7 http_requests_total{method="GET",path="/wp-admin/css/colors/coffee/index.php",status="429"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",status="404"} 5 http_requests_total{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/ectoplasm/",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/index.php",status="404"} 9 http_requests_total{method="GET",path="/wp-admin/css/colors/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/midnight/",status="404"} 6 http_requests_total{method="GET",path="/wp-admin/css/colors/midnight/",status="429"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/midnight/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colors/modern/",status="404"} 10 http_requests_total{method="GET",path="/wp-admin/css/colors/modern/",status="429"} 2 http_requests_total{method="GET",path="/wp-admin/css/colors/sunrise/",status="404"} 9 http_requests_total{method="GET",path="/wp-admin/css/colors/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/css/colour.php",status="404"} 3 http_requests_total{method="GET",path="/wp-admin/css/index.php",status="404"} 6 http_requests_total{method="GET",path="/wp-admin/css/index.php",status="429"} 3 http_requests_total{method="GET",path="/wp-admin/css/wp-conflg.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/dropdown.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/export-personal-data.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/function.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/images/",status="404"} 5 http_requests_total{method="GET",path="/wp-admin/images/",status="429"} 3 http_requests_total{method="GET",path="/wp-admin/images/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/images/admin.php",status="404"} 8 http_requests_total{method="GET",path="/wp-admin/images/admin.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/images/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/images/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/images/wp-login.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/images/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/includes/3p8jj8r.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/includes/about.php",status="404"} 3 http_requests_total{method="GET",path="/wp-admin/includes/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/includes/cong.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/includes/m.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/includes/ms-repository.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/includes/wp-conflg.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/includes/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/install.php",status="404"} 4 http_requests_total{method="GET",path="/wp-admin/js/",status="404"} 16 http_requests_total{method="GET",path="/wp-admin/js/",status="429"} 2 http_requests_total{method="GET",path="/wp-admin/js/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/js/chosen.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/js/index.php",status="404"} 7 http_requests_total{method="GET",path="/wp-admin/js/widgets/",status="404"} 6 http_requests_total{method="GET",path="/wp-admin/js/widgets/",status="429"} 4 http_requests_total{method="GET",path="/wp-admin/js/widgets/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/js/widgets/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/js/wp-conflg.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/load-scripts.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/load-styles.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/maint/",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/maint/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/maint/admin.php",status="404"} 7 http_requests_total{method="GET",path="/wp-admin/maint/admin.php",status="429"} 2 http_requests_total{method="GET",path="/wp-admin/maint/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/maint/maint.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/network/",status="404"} 5 http_requests_total{method="GET",path="/wp-admin/network/",status="429"} 3 http_requests_total{method="GET",path="/wp-admin/network/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/network/index.php",status="404"} 7 http_requests_total{method="GET",path="/wp-admin/network/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/network/plugins.php",status="404"} 9 http_requests_total{method="GET",path="/wp-admin/network/shell.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/network/wp-conflg.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/network/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/options-privacy.php",status="404"} 4 http_requests_total{method="GET",path="/wp-admin/options.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/phpinfo.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/repeater.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/sc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/setup-config.php",status="404"} 4 http_requests_total{method="GET",path="/wp-admin/update.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/user/admin.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/user/chosen.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/user/cloud.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/user/index.php",status="404"} 5 http_requests_total{method="GET",path="/wp-admin/user/index.php",status="429"} 3 http_requests_total{method="GET",path="/wp-admin/user/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/wp-conflg.php",status="429"} 1 http_requests_total{method="GET",path="/wp-admin/wp.php",status="404"} 2 http_requests_total{method="GET",path="/wp-admin/xmrlpc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-admin/zoko.php",status="404"} 3 http_requests_total{method="GET",path="/wp-api.php",status="404"} 1 http_requests_total{method="GET",path="/wp-at.php",status="404"} 1 http_requests_total{method="GET",path="/wp-atomx.php",status="404"} 1 http_requests_total{method="GET",path="/wp-b0rk5oy.php",status="404"} 1 http_requests_total{method="GET",path="/wp-blink.php",status="404"} 4 http_requests_total{method="GET",path="/wp-blink.php",status="429"} 1 http_requests_total{method="GET",path="/wp-block.php",status="404"} 1 http_requests_total{method="GET",path="/wp-blog-header.php",status="404"} 4 http_requests_total{method="GET",path="/wp-blog.php",status="404"} 11 http_requests_total{method="GET",path="/wp-blog.php",status="429"} 1 http_requests_total{method="GET",path="/wp-bugs.php",status="404"} 1 http_requests_total{method="GET",path="/wp-check.php",status="404"} 1 http_requests_total{method="GET",path="/wp-class.php",status="404"} 2 http_requests_total{method="GET",path="/wp-comments-post.php",status="404"} 1 http_requests_total{method="GET",path="/wp-config-sample.php",status="404"} 7 http_requests_total{method="GET",path="/wp-config-sample.php",status="429"} 2 http_requests_total{method="GET",path="/wp-config.bak",status="404"} 1 http_requests_total{method="GET",path="/wp-config.php",status="404"} 11 http_requests_total{method="GET",path="/wp-config.php",status="429"} 11 http_requests_total{method="GET",path="/wp-config.php",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php ",status="404"} 1 http_requests_total{method="GET",path="/wp-config.php ",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php..;/",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.bak",status="404"} 17 http_requests_total{method="GET",path="/wp-config.php.bak",status="429"} 37 http_requests_total{method="GET",path="/wp-config.php.bak",status="429"} 3 http_requests_total{method="GET",path="/wp-config.php.bak ",status="429"} 8 http_requests_total{method="GET",path="/wp-config.php.bak..;/",status="429"} 4 http_requests_total{method="GET",path="/wp-config.php.bak/",status="429"} 7 http_requests_total{method="GET",path="/wp-config.php.bak/.",status="429"} 5 http_requests_total{method="GET",path="/wp-config.php.bak::$DATA",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.bak;",status="429"} 4 http_requests_total{method="GET",path="/wp-config.php.bak;.php",status="429"} 3 http_requests_total{method="GET",path="/wp-config.php.bak;/",status="429"} 3 http_requests_total{method="GET",path="/wp-config.php.old",status="404"} 5 http_requests_total{method="GET",path="/wp-config.php.old",status="429"} 13 http_requests_total{method="GET",path="/wp-config.php.old",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.old ",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php.old..;/",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.old/",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php.old/.",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.old;",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.old;.php",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.old;/",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.orig",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.save",status="404"} 1 http_requests_total{method="GET",path="/wp-config.php.save",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.swp",status="404"} 3 http_requests_total{method="GET",path="/wp-config.php.swp",status="429"} 10 http_requests_total{method="GET",path="/wp-config.php.swp",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.swp ",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php.swp..;/",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.swp/",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php.swp/.",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.swp;",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.swp;.php",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.swp;/",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php.txt",status="404"} 1 http_requests_total{method="GET",path="/wp-config.php/",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php/.",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php;",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php;.php",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php;/",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php;/./style.css",status="429"} 5 http_requests_total{method="GET",path="/wp-config.php;/Style.css",status="429"} 3 http_requests_total{method="GET",path="/wp-config.php;/style.css",status="404"} 7 http_requests_total{method="GET",path="/wp-config.php;/style.css",status="429"} 24 http_requests_total{method="GET",path="/wp-config.php;/style.css",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php;/style.css ",status="429"} 4 http_requests_total{method="GET",path="/wp-config.php;/style.css..;/",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php;/style.css/",status="429"} 4 http_requests_total{method="GET",path="/wp-config.php;/style.css/.",status="429"} 3 http_requests_total{method="GET",path="/wp-config.php;/style.css::$DATA",status="429"} 1 http_requests_total{method="GET",path="/wp-config.php;/style.css;",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php;/style.css;.php",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php;/style.css;/",status="429"} 2 http_requests_total{method="GET",path="/wp-config.php~",status="429"} 1 http_requests_total{method="GET",path="/wp-config.txt",status="404"} 1 http_requests_total{method="GET",path="/wp-config.txt",status="429"} 11 http_requests_total{method="GET",path="/wp-config.txt",status="429"} 1 http_requests_total{method="GET",path="/wp-config.txt ",status="429"} 2 http_requests_total{method="GET",path="/wp-config.txt..;/",status="429"} 1 http_requests_total{method="GET",path="/wp-config.txt/",status="429"} 2 http_requests_total{method="GET",path="/wp-config.txt/.",status="429"} 1 http_requests_total{method="GET",path="/wp-config.txt;",status="429"} 1 http_requests_total{method="GET",path="/wp-config.txt;.php",status="429"} 1 http_requests_total{method="GET",path="/wp-config.txt;/",status="429"} 1 http_requests_total{method="GET",path="/wp-configer.php",status="404"} 1 http_requests_total{method="GET",path="/wp-configs.php",status="404"} 2 http_requests_total{method="GET",path="/wp-confiig.php",status="429"} 1 http_requests_total{method="GET",path="/wp-confirm.php",status="404"} 1 http_requests_total{method="GET",path="/wp-conflg.php",status="404"} 4 http_requests_total{method="GET",path="/wp-consar.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content.php.php",status="404"} 6 http_requests_total{method="GET",path="/wp-content.php.php",status="429"} 3 http_requests_total{method="GET",path="/wp-content/",status="404"} 12 http_requests_total{method="GET",path="/wp-content/./backup",status="429"} 2 http_requests_total{method="GET",path="/wp-content/./uploads",status="429"} 2 http_requests_total{method="GET",path="/wp-content/.git/config",status="404"} 1 http_requests_total{method="GET",path="/wp-content/1.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/Backup",status="429"} 1 http_requests_total{method="GET",path="/wp-content/OMrMKfSU.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/Uploads",status="429"} 1 http_requests_total{method="GET",path="/wp-content/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/admin.php",status="404"} 25 http_requests_total{method="GET",path="/wp-content/ai1wm-backups/",status="429"} 4 http_requests_total{method="GET",path="/wp-content/backup",status="429"} 1 http_requests_total{method="GET",path="/wp-content/backup ",status="429"} 1 http_requests_total{method="GET",path="/wp-content/backup..;/",status="429"} 1 http_requests_total{method="GET",path="/wp-content/backup/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/backup/",status="429"} 12 http_requests_total{method="GET",path="/wp-content/backup/ ",status="429"} 1 http_requests_total{method="GET",path="/wp-content/backup/.",status="429"} 1 http_requests_total{method="GET",path="/wp-content/backup//",status="429"} 1 http_requests_total{method="GET",path="/wp-content/backup/;.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/backup/;/",status="429"} 1 http_requests_total{method="GET",path="/wp-content/backup;",status="429"} 1 http_requests_total{method="GET",path="/wp-content/banners/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/blogs.dir/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/cache/",status="404"} 6 http_requests_total{method="GET",path="/wp-content/cache/",status="429"} 2 http_requests_total{method="GET",path="/wp-content/config.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/content.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/db.php",status="404"} 3 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"} 4 http_requests_total{method="GET",path="/wp-content/fw.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/gallery/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/index.php",status="404"} 16 http_requests_total{method="GET",path="/wp-content/index.php",status="429"} 4 http_requests_total{method="GET",path="/wp-content/json.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/languages/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/min.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/ms-files.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/mu-plugins/gecko.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/options.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/ova.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/Cache/Cache.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/Cache/footer.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/plugins/admin.php",status="404"} 3 http_requests_total{method="GET",path="/wp-content/plugins/akismet/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/hello.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",status="404"} 53 http_requests_total{method="GET",path="/wp-content/plugins/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/linkpreview/db.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/majapahitslot/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/not/includes/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/plugin/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/seoplugins/db.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/seoplugins/mar.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/plugins/simple/simple.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/wp-conflg.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/postnews.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/product.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/radio.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/raw.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/repeater.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/tBEZGQz.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/",status="404"} 6 http_requests_total{method="GET",path="/wp-content/themes/",status="429"} 4 http_requests_total{method="GET",path="/wp-content/themes/aahana/json.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/themes/about.php",status="404"} 4 http_requests_total{method="GET",path="/wp-content/themes/admin.php",status="404"} 10 http_requests_total{method="GET",path="/wp-content/themes/admin.php",status="429"} 2 http_requests_total{method="GET",path="/wp-content/themes/astra/inc/fm.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/themes/astra/inc/network.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/haha.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/themes/home/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/index.php",status="404"} 16 http_requests_total{method="GET",path="/wp-content/themes/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/themes/pridmag/db.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/pridmag/il.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/themes/seotheme/db.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/seotheme/mar.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/theme/about.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/themes/twenty/twenty.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/themes/twentytwenty/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="404"} 6 http_requests_total{method="GET",path="/wp-content/themes/twentytwenty/404.php",status="429"} 2 http_requests_total{method="GET",path="/wp-content/themes/twentytwentyone/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/twentytwentythree/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/twentytwentytwo/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/themes/wp-pridmag/up.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/txets.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/updates.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/updraft/",status="404"} 1 http_requests_total{method="GET",path="/wp-content/updraft/",status="429"} 4 http_requests_total{method="GET",path="/wp-content/updraft/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/upgrade-temp-backup/about.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/upgrade/index.php",status="404"} 7 http_requests_total{method="GET",path="/wp-content/upgrade/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads ",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads..;/",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads/",status="404"} 32 http_requests_total{method="GET",path="/wp-content/uploads/",status="429"} 15 http_requests_total{method="GET",path="/wp-content/uploads/ ",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads/.",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads//",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads/423_index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/uploads/;.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads/;/",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads/admin.php",status="404"} 2 http_requests_total{method="GET",path="/wp-content/uploads/admin.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads/backup-guard/",status="429"} 4 http_requests_total{method="GET",path="/wp-content/uploads/debug.log",status="429"} 4 http_requests_total{method="GET",path="/wp-content/uploads/duplicator/",status="429"} 4 http_requests_total{method="GET",path="/wp-content/uploads/file1.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/uploads/goods.php",status="404"} 5 http_requests_total{method="GET",path="/wp-content/uploads/goods.php",status="429"} 3 http_requests_total{method="GET",path="/wp-content/uploads/index.php",status="404"} 7 http_requests_total{method="GET",path="/wp-content/uploads/index.php",status="429"} 4 http_requests_total{method="GET",path="/wp-content/uploads/json.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/uploads/panel.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/uploads/users.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/uploads/wp-conflg.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/uploads/xxw.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/uploads;",status="429"} 1 http_requests_total{method="GET",path="/wp-content/w.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/wp-conflg.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/wp-login.php",status="429"} 1 http_requests_total{method="GET",path="/wp-content/wp.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/wso.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/x.php",status="404"} 1 http_requests_total{method="GET",path="/wp-content/x/index.php",status="404"} 6 http_requests_total{method="GET",path="/wp-content/x/index.php",status="429"} 3 http_requests_total{method="GET",path="/wp-content/xyn.php",status="404"} 2 http_requests_total{method="GET",path="/wp-contentt.php",status="404"} 1 http_requests_total{method="GET",path="/wp-cron.php",status="404"} 1 http_requests_total{method="GET",path="/wp-css.php",status="404"} 3 http_requests_total{method="GET",path="/wp-curl-file.php",status="404"} 1 http_requests_total{method="GET",path="/wp-cxx.php",status="404"} 1 http_requests_total{method="GET",path="/wp-der.php",status="404"} 1 http_requests_total{method="GET",path="/wp-error_log.php",status="404"} 1 http_requests_total{method="GET",path="/wp-file-120.php",status="404"} 2 http_requests_total{method="GET",path="/wp-fileesx-449.php",status="404"} 1 http_requests_total{method="GET",path="/wp-files.php",status="404"} 1 http_requests_total{method="GET",path="/wp-firewall.php",status="404"} 3 http_requests_total{method="GET",path="/wp-fmfile.php",status="404"} 1 http_requests_total{method="GET",path="/wp-freya.php",status="404"} 2 http_requests_total{method="GET",path="/wp-god.Php",status="404"} 1 http_requests_total{method="GET",path="/wp-good.php",status="404"} 15 http_requests_total{method="GET",path="/wp-good.php",status="429"} 2 http_requests_total{method="GET",path="/wp-good3.php",status="404"} 1 http_requests_total{method="GET",path="/wp-head.php",status="404"} 3 http_requests_total{method="GET",path="/wp-header.php",status="404"} 1 http_requests_total{method="GET",path="/wp-home.php",status="404"} 3 http_requests_total{method="GET",path="/wp-includes.bak/html-api/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/",status="404"} 7 http_requests_total{method="GET",path="/wp-includes/",status="429"} 2 http_requests_total{method="GET",path="/wp-includes/ID3/",status="404"} 6 http_requests_total{method="GET",path="/wp-includes/ID3/",status="429"} 2 http_requests_total{method="GET",path="/wp-includes/ID3/about.php",status="404"} 12 http_requests_total{method="GET",path="/wp-includes/ID3/index.php",status="404"} 6 http_requests_total{method="GET",path="/wp-includes/ID3/index.php",status="429"} 4 http_requests_total{method="GET",path="/wp-includes/IXR/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/IXR/alfa-rex.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/IXR/index.php",status="404"} 5 http_requests_total{method="GET",path="/wp-includes/IXR/index.php",status="429"} 3 http_requests_total{method="GET",path="/wp-includes/IXR/options.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/IXR/shell.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Ipv6.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Requests/Text/admin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Requests/Utility/cc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Requests/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/Requests/file.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Requests/library/",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Requests/library/a1cord.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Requests/library/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/Requests/library/upload.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/SimplePie/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/SimplePie/admin.php",status="404"} 5 http_requests_total{method="GET",path="/wp-includes/SimplePie/admin.php",status="429"} 3 http_requests_total{method="GET",path="/wp-includes/SimplePie/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Text/",status="404"} 11 http_requests_total{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",status="404"} 10 http_requests_total{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/Text/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/Text/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/Text/r51tv7.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/assets/lXppkm.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/assets/wow.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/autoload_classmap.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/bK9rpN.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/block-bindings/",status="404"} 7 http_requests_total{method="GET",path="/wp-includes/block-bindings/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/block-patterns/about.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/block-supports/",status="404"} 8 http_requests_total{method="GET",path="/wp-includes/block-supports/input.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/audi/",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/audio/",status="404"} 7 http_requests_total{method="GET",path="/wp-includes/blocks/audio/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/audio/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/buttons/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/blocks/details/",status="404"} 10 http_requests_total{method="GET",path="/wp-includes/blocks/file/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/nextpage/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/post-comments-form/",status="404"} 9 http_requests_total{method="GET",path="/wp-includes/blocks/post-date/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/pullquote/windex.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="404"} 8 http_requests_total{method="GET",path="/wp-includes/blocks/shortcode/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/blocks/social-link/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/certificates/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/class-wp-http-client.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/class-wp.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/css/",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/css/alfa-rex.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/css/buttons.css",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/css/dashicons.css",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/css/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/css/nDJvnf.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/css/wp-conflg.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/customize/5dCx2y.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/customize/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/fonts/",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/fonts/admin.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/fonts/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/fonts/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/fonts/install.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/functions.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/html-api/",status="404"} 8 http_requests_total{method="GET",path="/wp-includes/html-api/QxXX0h.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/html-api/about.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/html-api/alfa-rex.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/html-api/chosen.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/html-api/wp-load.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/images/",status="404"} 7 http_requests_total{method="GET",path="/wp-includes/images/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/images/JpIAZA.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/images/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/images/autoload_classmap.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/images/smilies/",status="404"} 6 http_requests_total{method="GET",path="/wp-includes/images/smilies/",status="429"} 2 http_requests_total{method="GET",path="/wp-includes/images/smilies/about.php",status="404"} 7 http_requests_total{method="GET",path="/wp-includes/images/smilies/about.php",status="429"} 2 http_requests_total{method="GET",path="/wp-includes/images/smilies/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/images/smilies/wp-login.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/images/w-logo-blue.png",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/images/wp-load.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/images/wp/snXZcWW.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/js/",status="404"} 7 http_requests_total{method="GET",path="/wp-includes/js/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/js/codemirror/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/js/crop/",status="404"} 6 http_requests_total{method="GET",path="/wp-includes/js/crop/",status="429"} 3 http_requests_total{method="GET",path="/wp-includes/js/crop/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/js/jquery/jquery.js",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",status="404"} 8 http_requests_total{method="GET",path="/wp-includes/option.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/php-compat/",status="404"} 5 http_requests_total{method="GET",path="/wp-includes/php-compat/",status="429"} 3 http_requests_total{method="GET",path="/wp-includes/php-compat/Olu2RK.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/php-compat/content.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/pomo/",status="404"} 7 http_requests_total{method="GET",path="/wp-includes/pomo/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/pomo/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/pomo/mail.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/post.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/random_compat/chosen.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/repeater.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/rest-api/",status="404"} 6 http_requests_total{method="GET",path="/wp-includes/rest-api/",status="429"} 2 http_requests_total{method="GET",path="/wp-includes/rest-api/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/rest-api/menu.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/sitemaps/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/sodium_compat/",status="404"} 7 http_requests_total{method="GET",path="/wp-includes/sodium_compat/",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/sodium_compat/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/sodium_compat/src/index.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/style-engine/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/style-engine/about.php",status="429"} 1 http_requests_total{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="404"} 6 http_requests_total{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",status="429"} 2 http_requests_total{method="GET",path="/wp-includes/style-engine/index.php",status="404"} 5 http_requests_total{method="GET",path="/wp-includes/style-engine/index.php",status="429"} 3 http_requests_total{method="GET",path="/wp-includes/theme-compat/82NtBt.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/theme-compat/chosen.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/theme-compat/index.php",status="404"} 2 http_requests_total{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/theme-previews-exception.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/user.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/version.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/widgets/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/widgets/parx.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/wp-conflg.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/wp-includes/about.php",status="404"} 1 http_requests_total{method="GET",path="/wp-includes/wp_y13h6oGI.php",status="404"} 1 http_requests_total{method="GET",path="/wp-index.php",status="404"} 1 http_requests_total{method="GET",path="/wp-info.php",status="404"} 1 http_requests_total{method="GET",path="/wp-is.php",status="404"} 2 http_requests_total{method="GET",path="/wp-json/",status="404"} 11 http_requests_total{method="GET",path="/wp-json/",status="429"} 7 http_requests_total{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",status="404"} 4 http_requests_total{method="GET",path="/wp-json/oembed/1.0/embed",status="404"} 1 http_requests_total{method="GET",path="/wp-json/wc/v3/orders",status="404"} 3 http_requests_total{method="GET",path="/wp-json/wc/v3/settings/email",status="404"} 3 http_requests_total{method="GET",path="/wp-json/wc/v3/settings/general",status="404"} 3 http_requests_total{method="GET",path="/wp-json/wp/v2/",status="404"} 1 http_requests_total{method="GET",path="/wp-json/wp/v2/categories",status="404"} 1 http_requests_total{method="GET",path="/wp-json/wp/v2/media",status="404"} 1 http_requests_total{method="GET",path="/wp-json/wp/v2/pages",status="404"} 1 http_requests_total{method="GET",path="/wp-json/wp/v2/posts",status="404"} 1 http_requests_total{method="GET",path="/wp-json/wp/v2/tags",status="404"} 1 http_requests_total{method="GET",path="/wp-kaori.php",status="404"} 1 http_requests_total{method="GET",path="/wp-kd4xalrg7m.php",status="404"} 1 http_requests_total{method="GET",path="/wp-l0gin.php",status="404"} 1 http_requests_total{method="GET",path="/wp-link-szoppm.php",status="404"} 1 http_requests_total{method="GET",path="/wp-links-opml.php",status="404"} 3 http_requests_total{method="GET",path="/wp-links-opml.php",status="429"} 1 http_requests_total{method="GET",path="/wp-links.php",status="404"} 5 http_requests_total{method="GET",path="/wp-load.php",status="404"} 12 http_requests_total{method="GET",path="/wp-login.php",status="404"} 26 http_requests_total{method="GET",path="/wp-login.php",status="429"} 9 http_requests_total{method="GET",path="/wp-logins.php",status="404"} 1 http_requests_total{method="GET",path="/wp-logs.php",status="404"} 1 http_requests_total{method="GET",path="/wp-m5g2s0x9v4.php",status="404"} 1 http_requests_total{method="GET",path="/wp-mail.php",status="404"} 12 http_requests_total{method="GET",path="/wp-mail.php",status="429"} 1 http_requests_total{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",status="404"} 1 http_requests_total{method="GET",path="/wp-michan.php",status="404"} 1 http_requests_total{method="GET",path="/wp-mt.php",status="404"} 2 http_requests_total{method="GET",path="/wp-mter.php",status="404"} 1 http_requests_total{method="GET",path="/wp-omao.php",status="404"} 1 http_requests_total{method="GET",path="/wp-one.php",status="429"} 1 http_requests_total{method="GET",path="/wp-p.php",status="404"} 1 http_requests_total{method="GET",path="/wp-p.php7",status="404"} 1 http_requests_total{method="GET",path="/wp-png.php",status="404"} 1 http_requests_total{method="GET",path="/wp-post-data.php",status="404"} 2 http_requests_total{method="GET",path="/wp-post-editor.php",status="404"} 1 http_requests_total{method="GET",path="/wp-pp.php",status="404"} 1 http_requests_total{method="GET",path="/wp-ppoxua4.php",status="404"} 1 http_requests_total{method="GET",path="/wp-rrtx.php",status="404"} 1 http_requests_total{method="GET",path="/wp-rss2.php",status="404"} 1 http_requests_total{method="GET",path="/wp-seo.php",status="404"} 1 http_requests_total{method="GET",path="/wp-settings.php",status="404"} 1 http_requests_total{method="GET",path="/wp-setup.php",status="404"} 1 http_requests_total{method="GET",path="/wp-si.php",status="404"} 1 http_requests_total{method="GET",path="/wp-signin.php",status="404"} 2 http_requests_total{method="GET",path="/wp-signup.php",status="404"} 3 http_requests_total{method="GET",path="/wp-sigunq.php",status="404"} 1 http_requests_total{method="GET",path="/wp-sing.php",status="404"} 2 http_requests_total{method="GET",path="/wp-slss.php",status="404"} 2 http_requests_total{method="GET",path="/wp-stat.php",status="404"} 1 http_requests_total{method="GET",path="/wp-tem.php",status="404"} 2 http_requests_total{method="GET",path="/wp-temp.php",status="404"} 11 http_requests_total{method="GET",path="/wp-term.php",status="404"} 1 http_requests_total{method="GET",path="/wp-the.php",status="404"} 10 http_requests_total{method="GET",path="/wp-themes.php",status="404"} 1 http_requests_total{method="GET",path="/wp-thi.php",status="404"} 1 http_requests_total{method="GET",path="/wp-tivate.php",status="404"} 1 http_requests_total{method="GET",path="/wp-tkdc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-tot.php",status="404"} 3 http_requests_total{method="GET",path="/wp-trackback.php",status="404"} 3 http_requests_total{method="GET",path="/wp-trackback.php",status="429"} 1 http_requests_total{method="GET",path="/wp-trc.php",status="404"} 1 http_requests_total{method="GET",path="/wp-tymanage.php",status="404"} 1 http_requests_total{method="GET",path="/wp-uploads.php",status="404"} 1 http_requests_total{method="GET",path="/wp-user.php",status="404"} 1 http_requests_total{method="GET",path="/wp-ver.php",status="404"} 1 http_requests_total{method="GET",path="/wp-wlx.php",status="404"} 1 http_requests_total{method="GET",path="/wp-wp.php",status="404"} 2 http_requests_total{method="GET",path="/wp-wpbak.php",status="404"} 1 http_requests_total{method="GET",path="/wp-ws38.php",status="404"} 1 http_requests_total{method="GET",path="/wp-ws68.php",status="404"} 18 http_requests_total{method="GET",path="/wp-wso.php",status="429"} 1 http_requests_total{method="GET",path="/wp-wz.php",status="404"} 1 http_requests_total{method="GET",path="/wp-xx.php",status="404"} 1 http_requests_total{method="GET",path="/wp.php",status="404"} 22 http_requests_total{method="GET",path="/wp.php",status="429"} 2 http_requests_total{method="GET",path="/wp/",status="404"} 8 http_requests_total{method="GET",path="/wp/.env",status="404"} 1 http_requests_total{method="GET",path="/wp/.env",status="429"} 1 http_requests_total{method="GET",path="/wp/.git/config",status="404"} 1 http_requests_total{method="GET",path="/wp/wp-json/",status="404"} 8 http_requests_total{method="GET",path="/wp/wp-login.php",status="404"} 8 http_requests_total{method="GET",path="/wp2.php",status="404"} 1 http_requests_total{method="GET",path="/wp5.php",status="404"} 2 http_requests_total{method="GET",path="/wp9.php",status="404"} 2 http_requests_total{method="GET",path="/wpa.php",status="404"} 1 http_requests_total{method="GET",path="/wpc.php",status="404"} 3 http_requests_total{method="GET",path="/wpconf.php",status="404"} 2 http_requests_total{method="GET",path="/wper.php",status="404"} 1 http_requests_total{method="GET",path="/wper3.php",status="404"} 3 http_requests_total{method="GET",path="/wpgum.php",status="404"} 2 http_requests_total{method="GET",path="/wplog.php",status="404"} 1 http_requests_total{method="GET",path="/wplogbak.php",status="404"} 1 http_requests_total{method="GET",path="/wpls.php",status="404"} 5 http_requests_total{method="GET",path="/wpn.php",status="404"} 1 http_requests_total{method="GET",path="/wpo.php",status="404"} 2 http_requests_total{method="GET",path="/wpp-config.php",status="404"} 1 http_requests_total{method="GET",path="/wps.php",status="404"} 4 http_requests_total{method="GET",path="/wpurl.php",status="404"} 1 http_requests_total{method="GET",path="/wpver.php",status="404"} 2 http_requests_total{method="GET",path="/wpx.php",status="404"} 3 http_requests_total{method="GET",path="/wpxml.php",status="404"} 3 http_requests_total{method="GET",path="/wqqs.php",status="404"} 3 http_requests_total{method="GET",path="/ws.php",status="404"} 5 http_requests_total{method="GET",path="/ws13.php",status="404"} 7 http_requests_total{method="GET",path="/ws33.php",status="404"} 2 http_requests_total{method="GET",path="/ws34.php",status="404"} 2 http_requests_total{method="GET",path="/ws36.php",status="404"} 2 http_requests_total{method="GET",path="/ws37.php",status="404"} 2 http_requests_total{method="GET",path="/ws38.php",status="404"} 1 http_requests_total{method="GET",path="/ws45.php",status="404"} 2 http_requests_total{method="GET",path="/ws49.php",status="404"} 1 http_requests_total{method="GET",path="/ws54.php",status="404"} 2 http_requests_total{method="GET",path="/ws55.php",status="404"} 1 http_requests_total{method="GET",path="/ws56.php",status="404"} 2 http_requests_total{method="GET",path="/ws57.php",status="404"} 1 http_requests_total{method="GET",path="/ws58.php",status="404"} 3 http_requests_total{method="GET",path="/ws59.php",status="404"} 2 http_requests_total{method="GET",path="/ws60.php",status="404"} 2 http_requests_total{method="GET",path="/ws61.php",status="404"} 3 http_requests_total{method="GET",path="/ws62.php",status="404"} 2 http_requests_total{method="GET",path="/ws71.php",status="404"} 1 http_requests_total{method="GET",path="/ws73.php",status="404"} 1 http_requests_total{method="GET",path="/ws77.php",status="404"} 2 http_requests_total{method="GET",path="/ws78.php",status="404"} 3 http_requests_total{method="GET",path="/ws79.php",status="404"} 2 http_requests_total{method="GET",path="/ws80.php",status="404"} 3 http_requests_total{method="GET",path="/ws83.php",status="404"} 2 http_requests_total{method="GET",path="/ws85.php",status="404"} 4 http_requests_total{method="GET",path="/ws86.php",status="404"} 1 http_requests_total{method="GET",path="/ws87.php",status="404"} 1 http_requests_total{method="GET",path="/ws88.php",status="404"} 1 http_requests_total{method="GET",path="/wsa.php",status="404"} 1 http_requests_total{method="GET",path="/wsad.php",status="404"} 1 http_requests_total{method="GET",path="/wsax.php",status="404"} 1 http_requests_total{method="GET",path="/wsd.php",status="404"} 1 http_requests_total{method="GET",path="/wso-x569.php",status="404"} 1 http_requests_total{method="GET",path="/wso.php",status="404"} 11 http_requests_total{method="GET",path="/wso.php",status="429"} 1 http_requests_total{method="GET",path="/wso1.php",status="404"} 1 http_requests_total{method="GET",path="/wso112233.php",status="404"} 1 http_requests_total{method="GET",path="/wso1337.php",status="404"} 1 http_requests_total{method="GET",path="/wso2.php",status="429"} 1 http_requests_total{method="GET",path="/wsoyanz.php",status="404"} 1 http_requests_total{method="GET",path="/wsrer.php",status="404"} 1 http_requests_total{method="GET",path="/wsws.php",status="404"} 2 http_requests_total{method="GET",path="/wta.php",status="404"} 1 http_requests_total{method="GET",path="/wtiiy.php",status="404"} 1 http_requests_total{method="GET",path="/wto.php",status="404"} 2 http_requests_total{method="GET",path="/wuasr.php",status="404"} 1 http_requests_total{method="GET",path="/wunaivpl.php",status="404"} 1 http_requests_total{method="GET",path="/ww.php",status="404"} 5 http_requests_total{method="GET",path="/ww1.php",status="404"} 3 http_requests_total{method="GET",path="/ww3.php",status="404"} 1 http_requests_total{method="GET",path="/ww5.php",status="404"} 2 http_requests_total{method="GET",path="/www.php",status="404"} 9 http_requests_total{method="GET",path="/www.php",status="429"} 1 http_requests_total{method="GET",path="/www/.env",status="404"} 1 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="404"} 2 http_requests_total{method="GET",path="/wxjir.php",status="404"} 1 http_requests_total{method="GET",path="/wxo.php",status="404"} 1 http_requests_total{method="GET",path="/wyzer1.php",status="404"} 3 http_requests_total{method="GET",path="/wyzer3.php",status="404"} 5 http_requests_total{method="GET",path="/x.php",status="404"} 16 http_requests_total{method="GET",path="/x.php",status="429"} 1 http_requests_total{method="GET",path="/x0rg.php",status="404"} 1 http_requests_total{method="GET",path="/x123.php",status="404"} 2 http_requests_total{method="GET",path="/x1da.php",status="404"} 2 http_requests_total{method="GET",path="/x402.php",status="404"} 1 http_requests_total{method="GET",path="/x7.php",status="404"} 4 http_requests_total{method="GET",path="/xBrain.php",status="404"} 1 http_requests_total{method="GET",path="/xSx.php",status="404"} 1 http_requests_total{method="GET",path="/xa.php",status="404"} 9 http_requests_total{method="GET",path="/xamp.php",status="404"} 6 http_requests_total{method="GET",path="/xamp.php",status="429"} 1 http_requests_total{method="GET",path="/xboom.php",status="404"} 1 http_requests_total{method="GET",path="/xcart/config.php",status="404"} 3 http_requests_total{method="GET",path="/xd.php",status="404"} 1 http_requests_total{method="GET",path="/xda.php",status="404"} 2 http_requests_total{method="GET",path="/xdmah.php",status="404"} 1 http_requests_total{method="GET",path="/xenium4.php",status="404"} 1 http_requests_total{method="GET",path="/xenon1337.php",status="404"} 2 http_requests_total{method="GET",path="/xeqdlun.php",status="404"} 2 http_requests_total{method="GET",path="/xex.php",status="404"} 2 http_requests_total{method="GET",path="/xff.php",status="404"} 1 http_requests_total{method="GET",path="/xfile25.php",status="404"} 1 http_requests_total{method="GET",path="/xfun.php",status="404"} 1 http_requests_total{method="GET",path="/xfun.php",status="429"} 1 http_requests_total{method="GET",path="/xhar.php",status="404"} 2 http_requests_total{method="GET",path="/xinder.php",status="404"} 1 http_requests_total{method="GET",path="/xindex.php",status="404"} 1 http_requests_total{method="GET",path="/xingkong/index.php",status="404"} 1 http_requests_total{method="GET",path="/xiugai.php",status="404"} 6 http_requests_total{method="GET",path="/xjhob.php",status="404"} 1 http_requests_total{method="GET",path="/xl.php",status="404"} 1 http_requests_total{method="GET",path="/xl2023.php",status="404"} 1 http_requests_total{method="GET",path="/xl2024.php",status="404"} 1 http_requests_total{method="GET",path="/xl9.php",status="404"} 1 http_requests_total{method="GET",path="/xleet.php",status="404"} 4 http_requests_total{method="GET",path="/xml.php",status="404"} 3 http_requests_total{method="GET",path="/xmlrpc.php",status="404"} 9 http_requests_total{method="GET",path="/xmlrpc.php",status="429"} 9 http_requests_total{method="GET",path="/xmlss.php",status="404"} 1 http_requests_total{method="GET",path="/xmnou.php",status="404"} 1 http_requests_total{method="GET",path="/xmr.php",status="404"} 1 http_requests_total{method="GET",path="/xmr.php",status="429"} 1 http_requests_total{method="GET",path="/xmrl.php",status="404"} 1 http_requests_total{method="GET",path="/xmrlpc.php",status="404"} 5 http_requests_total{method="GET",path="/xmrlpc.php",status="429"} 4 http_requests_total{method="GET",path="/xmu.php",status="404"} 1 http_requests_total{method="GET",path="/xmy.php",status="404"} 2 http_requests_total{method="GET",path="/xocx.php",status="404"} 1 http_requests_total{method="GET",path="/xoldj.php",status="404"} 2 http_requests_total{method="GET",path="/xoot.php",status="404"} 2 http_requests_total{method="GET",path="/xopvne.php",status="404"} 1 http_requests_total{method="GET",path="/xox.php",status="404"} 1 http_requests_total{method="GET",path="/xp.php",status="404"} 7 http_requests_total{method="GET",path="/xper1.php",status="404"} 2 http_requests_total{method="GET",path="/xpohywjo.php",status="404"} 1 http_requests_total{method="GET",path="/xpwer1.php",status="404"} 2 http_requests_total{method="GET",path="/xqPt1nWJXye.php",status="404"} 1 http_requests_total{method="GET",path="/xqq.php",status="404"} 2 http_requests_total{method="GET",path="/xr.php",status="404"} 3 http_requests_total{method="GET",path="/xrawp.php",status="404"} 1 http_requests_total{method="GET",path="/xrp.php",status="404"} 3 http_requests_total{method="GET",path="/xs5x46mb.php",status="404"} 1 http_requests_total{method="GET",path="/xstelth.php",status="404"} 9 http_requests_total{method="GET",path="/xstelth.php",status="429"} 1 http_requests_total{method="GET",path="/xtgirlms.php",status="404"} 1 http_requests_total{method="GET",path="/xvs.php",status="404"} 1 http_requests_total{method="GET",path="/xwpg.php",status="404"} 5 http_requests_total{method="GET",path="/xwx1.php",status="404"} 3 http_requests_total{method="GET",path="/xx.php",status="404"} 4 http_requests_total{method="GET",path="/xx.php",status="429"} 1 http_requests_total{method="GET",path="/xxl.php",status="404"} 1 http_requests_total{method="GET",path="/xxw.php",status="404"} 4 http_requests_total{method="GET",path="/xxx.php",status="404"} 16 http_requests_total{method="GET",path="/xxxx.php",status="404"} 2 http_requests_total{method="GET",path="/xy.php",status="404"} 1 http_requests_total{method="GET",path="/xy/index.php",status="404"} 1 http_requests_total{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",status="404"} 2 http_requests_total{method="GET",path="/xyn.php",status="404"} 17 http_requests_total{method="GET",path="/xyn.php",status="429"} 1 http_requests_total{method="GET",path="/y.php",status="404"} 1 http_requests_total{method="GET",path="/yanz.php",status="404"} 3 http_requests_total{method="GET",path="/yas.php",status="404"} 4 http_requests_total{method="GET",path="/yawa.php",status="404"} 3 http_requests_total{method="GET",path="/yaztn.php",status="404"} 1 http_requests_total{method="GET",path="/yellow.php",status="404"} 1 http_requests_total{method="GET",path="/yii/.env",status="404"} 2 http_requests_total{method="GET",path="/yindu.php",status="404"} 1 http_requests_total{method="GET",path="/yj09.php",status="404"} 16 http_requests_total{method="GET",path="/yjoxrfglsep.php",status="404"} 1 http_requests_total{method="GET",path="/ynz.PhP",status="404"} 1 http_requests_total{method="GET",path="/yongxing/index.php",status="404"} 1 http_requests_total{method="GET",path="/yunu.php",status="404"} 1 http_requests_total{method="GET",path="/yup.php",status="404"} 11 http_requests_total{method="GET",path="/yvltn.php",status="404"} 1 http_requests_total{method="GET",path="/ywwbf.php",status="404"} 2 http_requests_total{method="GET",path="/yxijx.php",status="404"} 1 http_requests_total{method="GET",path="/yyu.php",status="404"} 1 http_requests_total{method="GET",path="/z.php",status="404"} 4 http_requests_total{method="GET",path="/z3ki.php",status="404"} 1 http_requests_total{method="GET",path="/z43agz.php",status="404"} 1 http_requests_total{method="GET",path="/z57.php",status="404"} 1 http_requests_total{method="GET",path="/z60.php",status="404"} 4 http_requests_total{method="GET",path="/zabbix.php",status="404"} 1 http_requests_total{method="GET",path="/zabbix/zabbix.php",status="404"} 1 http_requests_total{method="GET",path="/zample.php",status="404"} 1 http_requests_total{method="GET",path="/zc-104.php",status="404"} 1 http_requests_total{method="GET",path="/zc-208.php",status="404"} 3 http_requests_total{method="GET",path="/zc-318.php",status="404"} 2 http_requests_total{method="GET",path="/zc-729.php",status="404"} 1 http_requests_total{method="GET",path="/zc-954.php",status="404"} 1 http_requests_total{method="GET",path="/ze.php",status="404"} 2 http_requests_total{method="GET",path="/zend/.env",status="404"} 1 http_requests_total{method="GET",path="/zend/.env",status="429"} 1 http_requests_total{method="GET",path="/zero.php",status="404"} 5 http_requests_total{method="GET",path="/zews.php",status="404"} 1 http_requests_total{method="GET",path="/zewuaq.php",status="404"} 1 http_requests_total{method="GET",path="/zfile.php",status="404"} 1 http_requests_total{method="GET",path="/zi-936.php",status="404"} 1 http_requests_total{method="GET",path="/zildan.php",status="404"} 2 http_requests_total{method="GET",path="/zimbra/",status="429"} 2 http_requests_total{method="GET",path="/zip-onee.php",status="404"} 2 http_requests_total{method="GET",path="/zip.php",status="404"} 1 http_requests_total{method="GET",path="/zjggu.php",status="404"} 1 http_requests_total{method="GET",path="/zk.php",status="404"} 1 http_requests_total{method="GET",path="/zkotynva.php",status="404"} 1 http_requests_total{method="GET",path="/zleqd.php",status="404"} 1 http_requests_total{method="GET",path="/znuab.php",status="404"} 1 http_requests_total{method="GET",path="/zone.php",status="404"} 1 http_requests_total{method="GET",path="/zoomab.php",status="404"} 1 http_requests_total{method="GET",path="/zoro.php",status="404"} 2 http_requests_total{method="GET",path="/zpslrqry.php",status="404"} 1 http_requests_total{method="GET",path="/zqr.php",status="404"} 1 http_requests_total{method="GET",path="/zrrhj.php",status="404"} 1 http_requests_total{method="GET",path="/zsec.php",status="404"} 1 http_requests_total{method="GET",path="/zugvi.php",status="404"} 1 http_requests_total{method="GET",path="/zup.php",status="404"} 1 http_requests_total{method="GET",path="/zup.php73",status="404"} 2 http_requests_total{method="GET",path="/zwlsv.php",status="404"} 1 http_requests_total{method="GET",path="/zwq.php",status="404"} 1 http_requests_total{method="GET",path="/zwq13.php",status="404"} 2 http_requests_total{method="GET",path="/zwso.php",status="404"} 2 http_requests_total{method="GET",path="/zwso.php",status="429"} 1 http_requests_total{method="GET",path="/zxcs.php",status="404"} 1 http_requests_total{method="GET",path="/zxin.php",status="404"} 2 http_requests_total{method="GET",path="/zxz.php",status="404"} 8 http_requests_total{method="GET",path="/zxz.php",status="429"} 3 http_requests_total{method="GET",path="/zz.php",status="404"} 3 http_requests_total{method="GET",path="/zznmg.php",status="404"} 1 http_requests_total{method="HEAD",path="/",status="405"} 11 http_requests_total{method="HEAD",path="/",status="429"} 49 http_requests_total{method="HEAD",path="/.aws/config",status="429"} 1 http_requests_total{method="HEAD",path="/.aws/credentials",status="429"} 3 http_requests_total{method="HEAD",path="/.env",status="429"} 1 http_requests_total{method="HEAD",path="/.env%2F",status="429"} 2 http_requests_total{method="HEAD",path="/.env.backup",status="429"} 2 http_requests_total{method="HEAD",path="/.env.bak",status="429"} 1 http_requests_total{method="HEAD",path="/.env.docker",status="404"} 1 http_requests_total{method="HEAD",path="/.env.local",status="429"} 2 http_requests_total{method="HEAD",path="/.env.local.bak",status="429"} 1 http_requests_total{method="HEAD",path="/.env.old",status="429"} 1 http_requests_total{method="HEAD",path="/.env.orig",status="429"} 1 http_requests_total{method="HEAD",path="/.env.production",status="429"} 2 http_requests_total{method="HEAD",path="/.env.production.bak",status="429"} 1 http_requests_total{method="HEAD",path="/.env.production;/style.css",status="429"} 1 http_requests_total{method="HEAD",path="/.env.save",status="429"} 1 http_requests_total{method="HEAD",path="/.env.staging",status="429"} 1 http_requests_total{method="HEAD",path="/.env.swp",status="429"} 1 http_requests_total{method="HEAD",path="/.env.testing",status="429"} 2 http_requests_total{method="HEAD",path="/.env/",status="429"} 3 http_requests_total{method="HEAD",path="/.env;/style.css",status="429"} 1 http_requests_total{method="HEAD",path="/.env~",status="429"} 1 http_requests_total{method="HEAD",path="/.git/config",status="404"} 1 http_requests_total{method="HEAD",path="/.git/config",status="429"} 2 http_requests_total{method="HEAD",path="/.github/workflows/ci.yml",status="429"} 1 http_requests_total{method="HEAD",path="/.github/workflows/deploy.yml",status="429"} 1 http_requests_total{method="HEAD",path="/.htpasswd",status="429"} 2 http_requests_total{method="HEAD",path="/.netrc",status="429"} 2 http_requests_total{method="HEAD",path="/.npmrc",status="429"} 2 http_requests_total{method="HEAD",path="/.ssh/id_rsa",status="429"} 2 http_requests_total{method="HEAD",path="//.env",status="429"} 2 http_requests_total{method="HEAD",path="/actuator/heapdump",status="429"} 1 http_requests_total{method="HEAD",path="/actuator/logfile",status="404"} 1 http_requests_total{method="HEAD",path="/api-docs.json",status="429"} 1 http_requests_total{method="HEAD",path="/api/config",status="429"} 1 http_requests_total{method="HEAD",path="/api/config.json",status="429"} 1 http_requests_total{method="HEAD",path="/api/env",status="429"} 1 http_requests_total{method="HEAD",path="/api/env-config",status="429"} 1 http_requests_total{method="HEAD",path="/api/info",status="429"} 1 http_requests_total{method="HEAD",path="/api/runtime-config",status="429"} 1 http_requests_total{method="HEAD",path="/api/settings",status="429"} 1 http_requests_total{method="HEAD",path="/api/v1/config",status="429"} 1 http_requests_total{method="HEAD",path="/api/version",status="429"} 1 http_requests_total{method="HEAD",path="/app.json",status="429"} 1 http_requests_total{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 1 http_requests_total{method="HEAD",path="/appsettings.json.bak",status="429"} 1 http_requests_total{method="HEAD",path="/assets/env.js",status="429"} 1 http_requests_total{method="HEAD",path="/aws-exports.js",status="429"} 2 http_requests_total{method="HEAD",path="/awsconfiguration.json",status="429"} 2 http_requests_total{method="HEAD",path="/backup.sql",status="429"} 2 http_requests_total{method="HEAD",path="/backup.sql.gz",status="429"} 1 http_requests_total{method="HEAD",path="/backup.sql.zip",status="429"} 1 http_requests_total{method="HEAD",path="/backup/",status="429"} 1 http_requests_total{method="HEAD",path="/backups/",status="429"} 1 http_requests_total{method="HEAD",path="/build.json",status="429"} 1 http_requests_total{method="HEAD",path="/config.js",status="404"} 1 http_requests_total{method="HEAD",path="/config.json",status="429"} 1 http_requests_total{method="HEAD",path="/config.php.bak",status="429"} 1 http_requests_total{method="HEAD",path="/config.php.old",status="429"} 1 http_requests_total{method="HEAD",path="/config/app.php",status="429"} 2 http_requests_total{method="HEAD",path="/config/database.php",status="404"} 1 http_requests_total{method="HEAD",path="/config/database.php",status="429"} 1 http_requests_total{method="HEAD",path="/config/mail.php",status="429"} 1 http_requests_total{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 1 http_requests_total{method="HEAD",path="/database.sql",status="429"} 2 http_requests_total{method="HEAD",path="/database.sql.gz",status="429"} 1 http_requests_total{method="HEAD",path="/database.yml.bak",status="429"} 1 http_requests_total{method="HEAD",path="/db.sql",status="429"} 1 http_requests_total{method="HEAD",path="/docker-compose.yml",status="429"} 2 http_requests_total{method="HEAD",path="/dump.sql",status="404"} 1 http_requests_total{method="HEAD",path="/dump.sql",status="429"} 1 http_requests_total{method="HEAD",path="/dump.sql.gz",status="429"} 1 http_requests_total{method="HEAD",path="/dump.sql.zip",status="429"} 1 http_requests_total{method="HEAD",path="/env-config.js",status="429"} 1 http_requests_total{method="HEAD",path="/env.js",status="429"} 1 http_requests_total{method="HEAD",path="/export.sql",status="429"} 1 http_requests_total{method="HEAD",path="/health",status="429"} 1 http_requests_total{method="HEAD",path="/healthz",status="429"} 1 http_requests_total{method="HEAD",path="/index.php",status="404"} 3 http_requests_total{method="HEAD",path="/index.php",status="429"} 5 http_requests_total{method="HEAD",path="/login",status="429"} 1 http_requests_total{method="HEAD",path="/mysql.sql",status="429"} 1 http_requests_total{method="HEAD",path="/openapi.json",status="429"} 1 http_requests_total{method="HEAD",path="/rest/v1/;/",status="429"} 1 http_requests_total{method="HEAD",path="/rest/v1/;/.env",status="429"} 1 http_requests_total{method="HEAD",path="/rest/v1/;/.env.local",status="429"} 1 http_requests_total{method="HEAD",path="/rest/v1/;/actuator/configprops",status="429"} 1 http_requests_total{method="HEAD",path="/rest/v1/;/actuator/env",status="429"} 1 http_requests_total{method="HEAD",path="/rest/v1/;/actuator/mappings",status="429"} 1 http_requests_total{method="HEAD",path="/rest/v1/;/actuator/threaddump",status="429"} 1 http_requests_total{method="HEAD",path="/runtime-config.json",status="429"} 1 http_requests_total{method="HEAD",path="/settings.json",status="404"} 1 http_requests_total{method="HEAD",path="/settings.py.bak",status="429"} 1 http_requests_total{method="HEAD",path="/static/env.js",status="429"} 1 http_requests_total{method="HEAD",path="/storage/logs/laravel.log",status="429"} 1 http_requests_total{method="HEAD",path="/swagger.json",status="429"} 1 http_requests_total{method="HEAD",path="/terraform.tfstate",status="429"} 2 http_requests_total{method="HEAD",path="/uploads/",status="429"} 1 http_requests_total{method="HEAD",path="/version.json",status="429"} 1 http_requests_total{method="HEAD",path="/wp-config.php",status="429"} 1 http_requests_total{method="HEAD",path="/wp-config.php.bak",status="429"} 3 http_requests_total{method="HEAD",path="/wp-config.php.old",status="404"} 1 http_requests_total{method="HEAD",path="/wp-config.php.swp",status="429"} 1 http_requests_total{method="HEAD",path="/wp-config.php;/style.css",status="429"} 2 http_requests_total{method="HEAD",path="/wp-config.txt",status="429"} 1 http_requests_total{method="HEAD",path="/wp-content/backup/",status="429"} 1 http_requests_total{method="HEAD",path="/wp-content/uploads/",status="429"} 1 http_requests_total{method="POST",path="/",status="405"} 40 http_requests_total{method="POST",path="/",status="429"} 96 http_requests_total{method="POST",path="/.aws/config",status="429"} 1 http_requests_total{method="POST",path="/.aws/credentials",status="429"} 3 http_requests_total{method="POST",path="/.env",status="429"} 1 http_requests_total{method="POST",path="/.env%2F",status="429"} 2 http_requests_total{method="POST",path="/.env.backup",status="429"} 2 http_requests_total{method="POST",path="/.env.bak",status="429"} 1 http_requests_total{method="POST",path="/.env.local",status="429"} 2 http_requests_total{method="POST",path="/.env.local.bak",status="429"} 1 http_requests_total{method="POST",path="/.env.old",status="429"} 1 http_requests_total{method="POST",path="/.env.orig",status="429"} 1 http_requests_total{method="POST",path="/.env.production",status="429"} 2 http_requests_total{method="POST",path="/.env.production.bak",status="429"} 1 http_requests_total{method="POST",path="/.env.production;/style.css",status="429"} 1 http_requests_total{method="POST",path="/.env.save",status="429"} 1 http_requests_total{method="POST",path="/.env.staging",status="429"} 1 http_requests_total{method="POST",path="/.env.swp",status="429"} 1 http_requests_total{method="POST",path="/.env.testing",status="429"} 2 http_requests_total{method="POST",path="/.env/",status="429"} 3 http_requests_total{method="POST",path="/.env;/style.css",status="429"} 1 http_requests_total{method="POST",path="/.env~",status="429"} 1 http_requests_total{method="POST",path="/.git/config",status="429"} 2 http_requests_total{method="POST",path="/.github/workflows/deploy.yml",status="429"} 1 http_requests_total{method="POST",path="/.htpasswd",status="429"} 2 http_requests_total{method="POST",path="/.netrc",status="429"} 2 http_requests_total{method="POST",path="/.npmrc",status="429"} 2 http_requests_total{method="POST",path="/.ssh/id_rsa",status="429"} 2 http_requests_total{method="POST",path="//.env",status="429"} 2 http_requests_total{method="POST",path="/_ignition/execute-solution",status="404"} 11 http_requests_total{method="POST",path="/_ignition/execute-solution",status="429"} 52 http_requests_total{method="POST",path="/_next",status="404"} 1 http_requests_total{method="POST",path="/actuator/env",status="429"} 7 http_requests_total{method="POST",path="/actuator/heapdump",status="429"} 1 http_requests_total{method="POST",path="/api",status="401"} 2 http_requests_total{method="POST",path="/api/",status="429"} 7 http_requests_total{method="POST",path="/api/config",status="429"} 1 http_requests_total{method="POST",path="/api/config.json",status="429"} 1 http_requests_total{method="POST",path="/api/env",status="429"} 1 http_requests_total{method="POST",path="/api/env-config",status="429"} 1 http_requests_total{method="POST",path="/api/gql",status="401"} 2 http_requests_total{method="POST",path="/api/graphql",status="401"} 2 http_requests_total{method="POST",path="/api/info",status="429"} 1 http_requests_total{method="POST",path="/api/runtime-config",status="429"} 1 http_requests_total{method="POST",path="/api/settings",status="429"} 1 http_requests_total{method="POST",path="/api/v1/config",status="429"} 1 http_requests_total{method="POST",path="/api/version",status="429"} 1 http_requests_total{method="POST",path="/app.json",status="429"} 1 http_requests_total{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 1 http_requests_total{method="POST",path="/appsettings.json.bak",status="429"} 1 http_requests_total{method="POST",path="/assets/env.js",status="429"} 1 http_requests_total{method="POST",path="/aws-exports.js",status="429"} 2 http_requests_total{method="POST",path="/awsconfiguration.json",status="404"} 1 http_requests_total{method="POST",path="/awsconfiguration.json",status="429"} 1 http_requests_total{method="POST",path="/backup.sql",status="429"} 2 http_requests_total{method="POST",path="/backup.sql.gz",status="429"} 1 http_requests_total{method="POST",path="/backup/",status="404"} 1 http_requests_total{method="POST",path="/backup/",status="429"} 1 http_requests_total{method="POST",path="/backup/wp-json/batch/v1",status="404"} 1 http_requests_total{method="POST",path="/backups/",status="429"} 1 http_requests_total{method="POST",path="/blog/",status="404"} 1 http_requests_total{method="POST",path="/blog/wp-json/batch/v1",status="404"} 1 http_requests_total{method="POST",path="/build.json",status="429"} 1 http_requests_total{method="POST",path="/cgi-bin/../../../../bin/sh",status="404"} 1 http_requests_total{method="POST",path="/config.json",status="429"} 1 http_requests_total{method="POST",path="/config.php.bak",status="429"} 1 http_requests_total{method="POST",path="/config.php.old",status="429"} 1 http_requests_total{method="POST",path="/config/app.php",status="404"} 1 http_requests_total{method="POST",path="/config/app.php",status="429"} 1 http_requests_total{method="POST",path="/config/database.php",status="429"} 1 http_requests_total{method="POST",path="/config/mail.php",status="429"} 1 http_requests_total{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 1 http_requests_total{method="POST",path="/database.sql",status="429"} 2 http_requests_total{method="POST",path="/database.yml.bak",status="429"} 1 http_requests_total{method="POST",path="/dev/",status="404"} 1 http_requests_total{method="POST",path="/dev/wp-json/batch/v1",status="404"} 1 http_requests_total{method="POST",path="/docker-compose.yml",status="429"} 2 http_requests_total{method="POST",path="/en",status="404"} 1 http_requests_total{method="POST",path="/env-config.js",status="429"} 1 http_requests_total{method="POST",path="/env.js",status="429"} 1 http_requests_total{method="POST",path="/export.sql",status="429"} 1 http_requests_total{method="POST",path="/graphql",status="404"} 2 http_requests_total{method="POST",path="/graphql/api",status="404"} 2 http_requests_total{method="POST",path="/health",status="429"} 8 http_requests_total{method="POST",path="/healthz",status="429"} 1 http_requests_total{method="POST",path="/index.html",status="429"} 7 http_requests_total{method="POST",path="/index.php",status="404"} 16 http_requests_total{method="POST",path="/index.php",status="429"} 56 http_requests_total{method="POST",path="/index.php/_ignition/execute-solution",status="404"} 23 http_requests_total{method="POST",path="/index.php/_ignition/execute-solution",status="429"} 37 http_requests_total{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_requests_total{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_requests_total{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 5 http_requests_total{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_requests_total{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_requests_total{method="POST",path="/login",status="429"} 1 http_requests_total{method="POST",path="/mysql.sql",status="429"} 1 http_requests_total{method="POST",path="/old/",status="404"} 1 http_requests_total{method="POST",path="/old/wp-json/batch/v1",status="404"} 1 http_requests_total{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 7 http_requests_total{method="POST",path="/public/_ignition/execute-solution",status="404"} 19 http_requests_total{method="POST",path="/public/_ignition/execute-solution",status="429"} 33 http_requests_total{method="POST",path="/rest/v1/;/",status="429"} 1 http_requests_total{method="POST",path="/rest/v1/;/.env",status="429"} 1 http_requests_total{method="POST",path="/rest/v1/;/.env.local",status="429"} 1 http_requests_total{method="POST",path="/rest/v1/;/actuator/configprops",status="429"} 1 http_requests_total{method="POST",path="/rest/v1/;/actuator/mappings",status="429"} 1 http_requests_total{method="POST",path="/rest/v1/;/actuator/threaddump",status="429"} 1 http_requests_total{method="POST",path="/runtime-config.json",status="429"} 1 http_requests_total{method="POST",path="/settings.py.bak",status="429"} 1 http_requests_total{method="POST",path="/staging/",status="404"} 1 http_requests_total{method="POST",path="/staging/wp-json/batch/v1",status="404"} 1 http_requests_total{method="POST",path="/static/env.js",status="429"} 1 http_requests_total{method="POST",path="/storage/logs/laravel.log",status="429"} 1 http_requests_total{method="POST",path="/terraform.tfstate",status="429"} 2 http_requests_total{method="POST",path="/test/",status="404"} 1 http_requests_total{method="POST",path="/test/wp-json/batch/v1",status="404"} 1 http_requests_total{method="POST",path="/uploads/",status="429"} 1 http_requests_total{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="404"} 1 http_requests_total{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",status="429"} 6 http_requests_total{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_requests_total{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 5 http_requests_total{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 1 http_requests_total{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_requests_total{method="POST",path="/version.json",status="429"} 1 http_requests_total{method="POST",path="/wordpress/",status="404"} 1 http_requests_total{method="POST",path="/wordpress/wp-json/batch/v1",status="404"} 1 http_requests_total{method="POST",path="/wp-admin/admin-ajax.php",status="404"} 1 http_requests_total{method="POST",path="/wp-config.php",status="429"} 1 http_requests_total{method="POST",path="/wp-config.php.bak",status="429"} 3 http_requests_total{method="POST",path="/wp-config.php.swp",status="429"} 1 http_requests_total{method="POST",path="/wp-config.php;/style.css",status="429"} 2 http_requests_total{method="POST",path="/wp-config.txt",status="429"} 1 http_requests_total{method="POST",path="/wp-content/backup/",status="429"} 1 http_requests_total{method="POST",path="/wp-content/uploads/",status="429"} 1 http_requests_total{method="POST",path="/wp-json/batch/v1",status="404"} 4 http_requests_total{method="POST",path="/wp/",status="404"} 1 http_requests_total{method="POST",path="/wp/wp-json/batch/v1",status="404"} 1 http_requests_total{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 3 http_requests_total{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 3 http_requests_total{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_requests_total{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_requests_total{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="404"} 2 http_requests_total{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",status="429"} 4 http_requests_total{method="PUT",path="/",status="405"} 1 http_requests_total{method="PUT",path="/",status="429"} 42 http_requests_total{method="PUT",path="/.aws/config",status="429"} 1 http_requests_total{method="PUT",path="/.aws/credentials",status="429"} 3 http_requests_total{method="PUT",path="/.env",status="429"} 1 http_requests_total{method="PUT",path="/.env%2F",status="429"} 2 http_requests_total{method="PUT",path="/.env.backup",status="429"} 2 http_requests_total{method="PUT",path="/.env.bak",status="429"} 1 http_requests_total{method="PUT",path="/.env.local",status="429"} 2 http_requests_total{method="PUT",path="/.env.local.bak",status="429"} 1 http_requests_total{method="PUT",path="/.env.old",status="429"} 1 http_requests_total{method="PUT",path="/.env.orig",status="429"} 1 http_requests_total{method="PUT",path="/.env.production",status="429"} 2 http_requests_total{method="PUT",path="/.env.production.bak",status="429"} 1 http_requests_total{method="PUT",path="/.env.production;/style.css",status="429"} 1 http_requests_total{method="PUT",path="/.env.save",status="429"} 1 http_requests_total{method="PUT",path="/.env.staging",status="429"} 1 http_requests_total{method="PUT",path="/.env.swp",status="429"} 1 http_requests_total{method="PUT",path="/.env.testing",status="429"} 2 http_requests_total{method="PUT",path="/.env/",status="429"} 3 http_requests_total{method="PUT",path="/.env;/style.css",status="429"} 1 http_requests_total{method="PUT",path="/.env~",status="429"} 1 http_requests_total{method="PUT",path="/.git/config",status="429"} 2 http_requests_total{method="PUT",path="/.htpasswd",status="429"} 2 http_requests_total{method="PUT",path="/.netrc",status="429"} 2 http_requests_total{method="PUT",path="/.npmrc",status="429"} 2 http_requests_total{method="PUT",path="/.ssh/id_rsa",status="429"} 2 http_requests_total{method="PUT",path="//.env",status="404"} 1 http_requests_total{method="PUT",path="//.env",status="429"} 1 http_requests_total{method="PUT",path="/actuator/heapdump",status="429"} 1 http_requests_total{method="PUT",path="/api/config",status="429"} 1 http_requests_total{method="PUT",path="/api/config.json",status="429"} 1 http_requests_total{method="PUT",path="/api/env",status="429"} 1 http_requests_total{method="PUT",path="/api/env-config",status="429"} 1 http_requests_total{method="PUT",path="/api/info",status="429"} 1 http_requests_total{method="PUT",path="/api/runtime-config",status="429"} 1 http_requests_total{method="PUT",path="/api/settings",status="429"} 1 http_requests_total{method="PUT",path="/api/v1/config",status="429"} 1 http_requests_total{method="PUT",path="/api/version",status="429"} 1 http_requests_total{method="PUT",path="/app.json",status="429"} 1 http_requests_total{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",status="429"} 1 http_requests_total{method="PUT",path="/assets/env.js",status="429"} 1 http_requests_total{method="PUT",path="/aws-exports.js",status="429"} 2 http_requests_total{method="PUT",path="/awsconfiguration.json",status="404"} 1 http_requests_total{method="PUT",path="/awsconfiguration.json",status="429"} 1 http_requests_total{method="PUT",path="/backup.sql",status="404"} 1 http_requests_total{method="PUT",path="/backup/",status="429"} 1 http_requests_total{method="PUT",path="/backups/",status="429"} 1 http_requests_total{method="PUT",path="/build.json",status="429"} 1 http_requests_total{method="PUT",path="/config.json",status="429"} 1 http_requests_total{method="PUT",path="/config.php.bak",status="429"} 1 http_requests_total{method="PUT",path="/config.php.old",status="429"} 1 http_requests_total{method="PUT",path="/config/app.php",status="404"} 1 http_requests_total{method="PUT",path="/config/app.php",status="429"} 1 http_requests_total{method="PUT",path="/config/database.php",status="429"} 1 http_requests_total{method="PUT",path="/config/mail.php",status="429"} 1 http_requests_total{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",status="429"} 1 http_requests_total{method="PUT",path="/database.sql",status="429"} 1 http_requests_total{method="PUT",path="/docker-compose.yml",status="429"} 2 http_requests_total{method="PUT",path="/env.js",status="429"} 1 http_requests_total{method="PUT",path="/health",status="429"} 1 http_requests_total{method="PUT",path="/healthz",status="429"} 1 http_requests_total{method="PUT",path="/index.php",status="429"} 5 http_requests_total{method="PUT",path="/login",status="429"} 1 http_requests_total{method="PUT",path="/runtime-config.json",status="429"} 1 http_requests_total{method="PUT",path="/static/env.js",status="429"} 1 http_requests_total{method="PUT",path="/storage/logs/laravel.log",status="429"} 1 http_requests_total{method="PUT",path="/terraform.tfstate",status="429"} 2 http_requests_total{method="PUT",path="/uploads/",status="429"} 1 http_requests_total{method="PUT",path="/version.json",status="429"} 1 http_requests_total{method="PUT",path="/wp-config.php",status="429"} 1 http_requests_total{method="PUT",path="/wp-config.php.bak",status="429"} 3 http_requests_total{method="PUT",path="/wp-config.php.swp",status="429"} 1 http_requests_total{method="PUT",path="/wp-config.php;/style.css",status="429"} 2 http_requests_total{method="PUT",path="/wp-config.txt",status="429"} 1 http_requests_total{method="PUT",path="/wp-content/backup/",status="429"} 1 http_requests_total{method="PUT",path="/wp-content/uploads/",status="429"} 1 # 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"} 1132 http_response_size_bytes_bucket{method="GET",path="/",le="500"} 1132 http_response_size_bytes_bucket{method="GET",path="/",le="1000"} 1132 http_response_size_bytes_bucket{method="GET",path="/",le="5000"} 1621 http_response_size_bytes_bucket{method="GET",path="/",le="10000"} 1621 http_response_size_bytes_bucket{method="GET",path="/",le="50000"} 1621 http_response_size_bytes_bucket{method="GET",path="/",le="100000"} 1621 http_response_size_bytes_bucket{method="GET",path="/",le="500000"} 1621 http_response_size_bytes_bucket{method="GET",path="/",le="1e+06"} 1621 http_response_size_bytes_bucket{method="GET",path="/",le="+Inf"} 1621 http_response_size_bytes_sum{method="GET",path="/"} 667562 http_response_size_bytes_count{method="GET",path="/"} 1621 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"} 43 http_response_size_bytes_count{method="GET",path="/ /api/account"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ /api/user",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ /api/user"} 43 http_response_size_bytes_count{method="GET",path="/ /api/user"} 1 http_response_size_bytes_bucket{method="GET",path="/ ",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/ ",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/ "} 308 http_response_size_bytes_count{method="GET",path="/ "} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/%2F"} 308 http_response_size_bytes_count{method="GET",path="/%2F"} 7 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F%2F.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F%2F.env"} 88 http_response_size_bytes_count{method="GET",path="/%2F%2F.env"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fconfig",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.aws%2Fconfig"} 44 http_response_size_bytes_count{method="GET",path="/%2F.aws%2Fconfig"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.aws%2Fcredentials",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/%2F.aws%2Fcredentials"} 132 http_response_size_bytes_count{method="GET",path="/%2F.aws%2Fcredentials"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env%2F",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/%2F.env%2F"} 132 http_response_size_bytes_count{method="GET",path="/%2F.env%2F"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.backup",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.env.backup"} 88 http_response_size_bytes_count{method="GET",path="/%2F.env.backup"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.docker",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.docker"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.docker"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.env.local"} 88 http_response_size_bytes_count{method="GET",path="/%2F.env.local"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.local.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.local.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.local.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.old"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.old"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.orig",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.orig"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.orig"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.env.production"} 88 http_response_size_bytes_count{method="GET",path="/%2F.env.production"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.production.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.production.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.production;%2Fstyle.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.production;%2Fstyle.css"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.production;%2Fstyle.css"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.save",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.save"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.save"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.staging",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.staging"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.staging"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env.swp"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env.swp"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env.testing",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.env.testing"} 88 http_response_size_bytes_count{method="GET",path="/%2F.env.testing"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.env/"} 88 http_response_size_bytes_count{method="GET",path="/%2F.env/"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env;%2Fstyle.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env;%2Fstyle.css"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env;%2Fstyle.css"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.env~",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.env~"} 44 http_response_size_bytes_count{method="GET",path="/%2F.env~"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.git%2Fconfig",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/%2F.git%2Fconfig"} 132 http_response_size_bytes_count{method="GET",path="/%2F.git%2Fconfig"} 3 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml"} 44 http_response_size_bytes_count{method="GET",path="/%2F.github%2Fworkflows%2Fci.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml"} 44 http_response_size_bytes_count{method="GET",path="/%2F.github%2Fworkflows%2Fdeploy.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htaccess.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.htaccess.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2F.htaccess.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.htpasswd",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.htpasswd"} 88 http_response_size_bytes_count{method="GET",path="/%2F.htpasswd"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.netrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.netrc"} 88 http_response_size_bytes_count{method="GET",path="/%2F.netrc"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.npmrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.npmrc"} 88 http_response_size_bytes_count{method="GET",path="/%2F.npmrc"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.ssh%2Fid_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2F.ssh%2Fid_rsa"} 88 http_response_size_bytes_count{method="GET",path="/%2F.ssh%2Fid_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fjwks.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.well-known%2Fjwks.json"} 44 http_response_size_bytes_count{method="GET",path="/%2F.well-known%2Fjwks.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Foauth-authorization-server",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.well-known%2Foauth-authorization-server"} 44 http_response_size_bytes_count{method="GET",path="/%2F.well-known%2Foauth-authorization-server"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2F.well-known%2Fopenid-configuration",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2F.well-known%2Fopenid-configuration"} 44 http_response_size_bytes_count{method="GET",path="/%2F.well-known%2Fopenid-configuration"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Factuator"} 44 http_response_size_bytes_count{method="GET",path="/%2Factuator"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Fheapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Factuator%2Fheapdump"} 44 http_response_size_bytes_count{method="GET",path="/%2Factuator%2Fheapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Factuator%2Flogfile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Factuator%2Flogfile"} 44 http_response_size_bytes_count{method="GET",path="/%2Factuator%2Flogfile"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Fconfig"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Fconfig"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fconfig.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Fconfig.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Fconfig.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Fenv"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Fenv"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fenv-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Fenv-config"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Fenv-config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Finfo",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Finfo"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Finfo"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fruntime-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Fruntime-config"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Fruntime-config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fsettings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Fsettings"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Fsettings"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fv1%2Fconfig",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Fv1%2Fconfig"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Fv1%2Fconfig"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi%2Fversion",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi%2Fversion"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi%2Fversion"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapi-docs.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapi-docs.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapi-docs.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapp.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapp.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapp.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php"} 44 http_response_size_bytes_count{method="GET",path="/%2Fapps%2Fgraphapi%2Fvendor%2Fmicrosoft%2Fmicrosoft-graph%2Ftests%2FGetPhpInfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fappsettings.json.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fappsettings.json.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2Fappsettings.json.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fassets%2Fenv.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fassets%2Fenv.js"} 44 http_response_size_bytes_count{method="GET",path="/%2Fassets%2Fenv.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Faws-exports.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Faws-exports.js"} 88 http_response_size_bytes_count{method="GET",path="/%2Faws-exports.js"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fawsconfiguration.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fawsconfiguration.json"} 88 http_response_size_bytes_count{method="GET",path="/%2Fawsconfiguration.json"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup%2F",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fbackup%2F"} 44 http_response_size_bytes_count{method="GET",path="/%2Fbackup%2F"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fbackup.sql"} 88 http_response_size_bytes_count{method="GET",path="/%2Fbackup.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fbackup.sql.gz"} 44 http_response_size_bytes_count{method="GET",path="/%2Fbackup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackup.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fbackup.sql.zip"} 44 http_response_size_bytes_count{method="GET",path="/%2Fbackup.sql.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbackups%2F",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fbackups%2F"} 43 http_response_size_bytes_count{method="GET",path="/%2Fbackups%2F"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fbuild.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fbuild.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fbuild.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fapp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fconfig%2Fapp.php"} 88 http_response_size_bytes_count{method="GET",path="/%2Fconfig%2Fapp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fdatabase.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fconfig%2Fdatabase.php"} 88 http_response_size_bytes_count{method="GET",path="/%2Fconfig%2Fdatabase.php"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig%2Fmail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fconfig%2Fmail.php"} 44 http_response_size_bytes_count{method="GET",path="/%2Fconfig%2Fmail.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fconfig.js"} 44 http_response_size_bytes_count{method="GET",path="/%2Fconfig.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fconfig.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fconfig.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fconfig.php.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2Fconfig.php.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fconfig.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fconfig.php.old"} 44 http_response_size_bytes_count{method="GET",path="/%2Fconfig.php.old"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd"} 44 http_response_size_bytes_count{method="GET",path="/%2Fdana-na%2F..%2Fdana%2Fhtml5acc%2Fguacamole%2F..%2F..%2F..%2F..%2F..%2F..%2F..%2Fetc%2Fpasswd"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fdatabase.sql"} 88 http_response_size_bytes_count{method="GET",path="/%2Fdatabase.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fdatabase.sql.gz"} 44 http_response_size_bytes_count{method="GET",path="/%2Fdatabase.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdatabase.yml.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fdatabase.yml.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2Fdatabase.yml.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdb.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fdb.sql"} 44 http_response_size_bytes_count{method="GET",path="/%2Fdb.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdebug.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fdebug.log"} 44 http_response_size_bytes_count{method="GET",path="/%2Fdebug.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdocker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fdocker-compose.yml"} 87 http_response_size_bytes_count{method="GET",path="/%2Fdocker-compose.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fdump.sql"} 88 http_response_size_bytes_count{method="GET",path="/%2Fdump.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fdump.sql.gz"} 44 http_response_size_bytes_count{method="GET",path="/%2Fdump.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fdump.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fdump.sql.zip"} 44 http_response_size_bytes_count{method="GET",path="/%2Fdump.sql.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv-config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fenv-config.js"} 44 http_response_size_bytes_count{method="GET",path="/%2Fenv-config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fenv.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fenv.js"} 44 http_response_size_bytes_count{method="GET",path="/%2Fenv.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Ferror.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Ferror.log"} 44 http_response_size_bytes_count{method="GET",path="/%2Ferror.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fexport.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fexport.sql"} 44 http_response_size_bytes_count{method="GET",path="/%2Fexport.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealth",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fhealth"} 44 http_response_size_bytes_count{method="GET",path="/%2Fhealth"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fhealthz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fhealthz"} 44 http_response_size_bytes_count{method="GET",path="/%2Fhealthz"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Findex.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/%2Findex.php"} 349 http_response_size_bytes_count{method="GET",path="/%2Findex.php"} 8 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flaravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Flaravel.log"} 44 http_response_size_bytes_count{method="GET",path="/%2Flaravel.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Flogin",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Flogin"} 44 http_response_size_bytes_count{method="GET",path="/%2Flogin"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fmysql.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fmysql.sql"} 44 http_response_size_bytes_count{method="GET",path="/%2Fmysql.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fopenapi.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fopenapi.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fopenapi.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Frest%2Fv1%2F;%2F"} 44 http_response_size_bytes_count{method="GET",path="/%2Frest%2Fv1%2F;%2F"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Frest%2Fv1%2F;%2F.env"} 44 http_response_size_bytes_count{method="GET",path="/%2Frest%2Fv1%2F;%2F.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local"} 44 http_response_size_bytes_count{method="GET",path="/%2Frest%2Fv1%2F;%2F.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops"} 44 http_response_size_bytes_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fconfigprops"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv"} 44 http_response_size_bytes_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fenv"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump"} 44 http_response_size_bytes_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fheapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings"} 44 http_response_size_bytes_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fmappings"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump"} 44 http_response_size_bytes_count{method="GET",path="/%2Frest%2Fv1%2F;%2Factuator%2Fthreaddump"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fruntime-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fruntime-config.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fruntime-config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fsettings.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fsettings.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fsettings.py.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fsettings.py.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2Fsettings.py.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstatic%2Fenv.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fstatic%2Fenv.js"} 44 http_response_size_bytes_count{method="GET",path="/%2Fstatic%2Fenv.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log"} 44 http_response_size_bytes_count{method="GET",path="/%2Fstorage%2Flogs%2Flaravel.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fswagger.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fswagger.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fswagger.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fterraform.tfstate",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fterraform.tfstate"} 88 http_response_size_bytes_count{method="GET",path="/%2Fterraform.tfstate"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fuploads%2F",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fuploads%2F"} 44 http_response_size_bytes_count{method="GET",path="/%2Fuploads%2F"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv2%2Fapi-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fv2%2Fapi-docs"} 44 http_response_size_bytes_count{method="GET",path="/%2Fv2%2Fapi-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fv3%2Fapi-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fv3%2Fapi-docs"} 44 http_response_size_bytes_count{method="GET",path="/%2Fv3%2Fapi-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fversion.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fversion.json"} 44 http_response_size_bytes_count{method="GET",path="/%2Fversion.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fwp-config.php"} 44 http_response_size_bytes_count{method="GET",path="/%2Fwp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/%2Fwp-config.php.bak"} 132 http_response_size_bytes_count{method="GET",path="/%2Fwp-config.php.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fwp-config.php.old"} 44 http_response_size_bytes_count{method="GET",path="/%2Fwp-config.php.old"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fwp-config.php.swp"} 44 http_response_size_bytes_count{method="GET",path="/%2Fwp-config.php.swp"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.php;%2Fstyle.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2Fwp-config.php;%2Fstyle.css"} 87 http_response_size_bytes_count{method="GET",path="/%2Fwp-config.php;%2Fstyle.css"} 2 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-config.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fwp-config.txt"} 44 http_response_size_bytes_count{method="GET",path="/%2Fwp-config.txt"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fbackup%2F",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fwp-content%2Fbackup%2F"} 44 http_response_size_bytes_count{method="GET",path="/%2Fwp-content%2Fbackup%2F"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2Fwp-content%2Fuploads%2F",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2Fwp-content%2Fuploads%2F"} 44 http_response_size_bytes_count{method="GET",path="/%2Fwp-content%2Fuploads%2F"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/app/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/etc/apache2/apache2.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/hosts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/etc/hosts"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/etc/hosts"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/etc/nginx/nginx.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/shadow",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/etc/shadow"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/etc/shadow"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/etc/ssh/sshd_config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/home/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/home/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/home/admin/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/home/deploy/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/home/ec2-user/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/home/git/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/home/ubuntu/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/home/www-data/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/proc/net/tcp"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/proc/self/cmdline"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/proc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/proc/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/proc/version"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/proc/version"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/root/.bash_history"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/root/.mysql_history"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/root/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/srv/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/log/apache2/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/log/auth.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/log/nginx/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/log/secure",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/log/secure"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/log/secure"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/www/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/www/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/configuration.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/%2e%2e/var/www/html/wp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/app/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/apache2/apache2.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/etc/apache2/apache2.conf"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/etc/apache2/apache2.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/hosts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/etc/hosts"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/etc/hosts"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/nginx/nginx.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/etc/nginx/nginx.conf"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/etc/nginx/nginx.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/shadow",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/etc/shadow"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/etc/shadow"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/etc/ssh/sshd_config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/etc/ssh/sshd_config"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/etc/ssh/sshd_config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/home/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/home/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/home/admin/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/home/deploy/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/home/ec2-user/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/home/git/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/home/ubuntu/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/home/www-data/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/net/tcp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/proc/net/tcp"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/proc/net/tcp"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/cmdline",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/proc/self/cmdline"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/proc/self/cmdline"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/proc/self/environ"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/proc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/proc/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/proc/version"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/proc/version"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.bash_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/root/.bash_history"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/root/.bash_history"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.mysql_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/root/.mysql_history"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/root/.mysql_history"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/root/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/root/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/root/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/root/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/root/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/srv/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/apache2/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/log/apache2/access.log"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/log/apache2/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/auth.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/log/auth.log"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/log/auth.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/nginx/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/log/nginx/access.log"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/log/nginx/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/log/secure",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/log/secure"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/log/secure"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/www/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/www/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/www/html/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/www/html/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/www/html/config.php"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/www/html/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/configuration.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/www/html/configuration.php"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/www/html/configuration.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e%2e/var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e%2e/var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="/%2e%2e/var/www/html/wp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/%2e/"} 308 http_response_size_bytes_count{method="GET",path="/%2e/"} 7 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.aws/%2e/config"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.aws/%2e/config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.aws/%2e/credentials",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/%2e/.aws/%2e/credentials"} 132 http_response_size_bytes_count{method="GET",path="/%2e/.aws/%2e/credentials"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.backup",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.env.backup"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.env.backup"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.docker",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.docker"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.docker"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.env.local"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.env.local"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.local.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.local.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.local.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.old"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.old"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.orig",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.orig"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.orig"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.env.production"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.env.production"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.production.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.production.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.production;/%2e/style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.production;/%2e/style.css"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.production;/%2e/style.css"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.save",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.save"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.save"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.staging",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.staging"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.staging"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env.swp"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env.swp"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env.testing",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.env.testing"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.env.testing"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.env/"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.env/"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env/%2e/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/%2e/.env/%2e/"} 132 http_response_size_bytes_count{method="GET",path="/%2e/.env/%2e/"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env;/%2e/style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env;/%2e/style.css"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env;/%2e/style.css"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.env~",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.env~"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.env~"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.git/%2e/config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/%2e/.git/%2e/config"} 132 http_response_size_bytes_count{method="GET",path="/%2e/.git/%2e/config"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.github/%2e/workflows/%2e/ci.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.github/%2e/workflows/%2e/deploy.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htaccess.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.htaccess.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.htaccess.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.htpasswd",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.htpasswd"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.htpasswd"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.netrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.netrc"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.netrc"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.npmrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.npmrc"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.npmrc"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.ssh/%2e/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/.ssh/%2e/id_rsa"} 88 http_response_size_bytes_count{method="GET",path="/%2e/.ssh/%2e/id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/jwks.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.well-known/%2e/jwks.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.well-known/%2e/jwks.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.well-known/%2e/oauth-authorization-server"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/.well-known/%2e/openid-configuration",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/.well-known/%2e/openid-configuration"} 44 http_response_size_bytes_count{method="GET",path="/%2e/.well-known/%2e/openid-configuration"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e//%2e/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e//%2e/.env"} 88 http_response_size_bytes_count{method="GET",path="/%2e//%2e/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/actuator"} 44 http_response_size_bytes_count{method="GET",path="/%2e/actuator"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/actuator/%2e/heapdump"} 44 http_response_size_bytes_count{method="GET",path="/%2e/actuator/%2e/heapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/actuator/%2e/logfile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/actuator/%2e/logfile"} 44 http_response_size_bytes_count{method="GET",path="/%2e/actuator/%2e/logfile"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api-docs.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api-docs.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api-docs.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/config"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/config.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/env"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/env-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/env-config"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/env-config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/info",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/info"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/info"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/runtime-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/runtime-config"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/runtime-config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/settings"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/v1/%2e/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/v1/%2e/config"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/v1/%2e/config"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/api/%2e/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/api/%2e/version"} 44 http_response_size_bytes_count{method="GET",path="/%2e/api/%2e/version"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/app.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/app.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/app.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php"} 44 http_response_size_bytes_count{method="GET",path="/%2e/apps/%2e/graphapi/%2e/vendor/%2e/microsoft/%2e/microsoft-graph/%2e/tests/%2e/GetPhpInfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/appsettings.json.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/appsettings.json.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2e/appsettings.json.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/assets/%2e/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/assets/%2e/env.js"} 44 http_response_size_bytes_count{method="GET",path="/%2e/assets/%2e/env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/aws-exports.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/aws-exports.js"} 88 http_response_size_bytes_count{method="GET",path="/%2e/aws-exports.js"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/awsconfiguration.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/awsconfiguration.json"} 88 http_response_size_bytes_count{method="GET",path="/%2e/awsconfiguration.json"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/backup.sql"} 88 http_response_size_bytes_count{method="GET",path="/%2e/backup.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/backup.sql.gz"} 44 http_response_size_bytes_count{method="GET",path="/%2e/backup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/backup.sql.zip"} 44 http_response_size_bytes_count{method="GET",path="/%2e/backup.sql.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backup/%2e/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/backup/%2e/"} 44 http_response_size_bytes_count{method="GET",path="/%2e/backup/%2e/"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/backups/%2e/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/backups/%2e/"} 44 http_response_size_bytes_count{method="GET",path="/%2e/backups/%2e/"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/build.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/build.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/build.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/config.js"} 44 http_response_size_bytes_count{method="GET",path="/%2e/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/config.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/config.php.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2e/config.php.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/config.php.old"} 44 http_response_size_bytes_count{method="GET",path="/%2e/config.php.old"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/app.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/config/%2e/app.php"} 88 http_response_size_bytes_count{method="GET",path="/%2e/config/%2e/app.php"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/database.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/config/%2e/database.php"} 87 http_response_size_bytes_count{method="GET",path="/%2e/config/%2e/database.php"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/config/%2e/mail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/config/%2e/mail.php"} 44 http_response_size_bytes_count{method="GET",path="/%2e/config/%2e/mail.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd"} 44 http_response_size_bytes_count{method="GET",path="/%2e/dana-na/%2e/../%2e/dana/%2e/html5acc/%2e/guacamole/%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/../%2e/etc/%2e/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/database.sql"} 88 http_response_size_bytes_count{method="GET",path="/%2e/database.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/database.sql.gz"} 44 http_response_size_bytes_count{method="GET",path="/%2e/database.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/database.yml.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/database.yml.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2e/database.yml.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/db.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/db.sql"} 44 http_response_size_bytes_count{method="GET",path="/%2e/db.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/debug.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/debug.log"} 44 http_response_size_bytes_count{method="GET",path="/%2e/debug.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/docker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/docker-compose.yml"} 87 http_response_size_bytes_count{method="GET",path="/%2e/docker-compose.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/dump.sql"} 88 http_response_size_bytes_count{method="GET",path="/%2e/dump.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/dump.sql.gz"} 44 http_response_size_bytes_count{method="GET",path="/%2e/dump.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/dump.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/dump.sql.zip"} 44 http_response_size_bytes_count{method="GET",path="/%2e/dump.sql.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env-config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/env-config.js"} 44 http_response_size_bytes_count{method="GET",path="/%2e/env-config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/env.js"} 44 http_response_size_bytes_count{method="GET",path="/%2e/env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/error.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/error.log"} 44 http_response_size_bytes_count{method="GET",path="/%2e/error.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/export.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/export.sql"} 44 http_response_size_bytes_count{method="GET",path="/%2e/export.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/health",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/health"} 44 http_response_size_bytes_count{method="GET",path="/%2e/health"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/healthz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/healthz"} 44 http_response_size_bytes_count{method="GET",path="/%2e/healthz"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/%2e/index.php"} 349 http_response_size_bytes_count{method="GET",path="/%2e/index.php"} 8 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/laravel.log"} 44 http_response_size_bytes_count{method="GET",path="/%2e/laravel.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/login",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/login"} 44 http_response_size_bytes_count{method="GET",path="/%2e/login"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/mysql.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/mysql.sql"} 44 http_response_size_bytes_count{method="GET",path="/%2e/mysql.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/openapi.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/openapi.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/openapi.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/"} 44 http_response_size_bytes_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env"} 44 http_response_size_bytes_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local"} 44 http_response_size_bytes_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops"} 44 http_response_size_bytes_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/configprops"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env"} 44 http_response_size_bytes_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/env"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump"} 44 http_response_size_bytes_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/heapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings"} 44 http_response_size_bytes_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/mappings"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump"} 44 http_response_size_bytes_count{method="GET",path="/%2e/rest/%2e/v1/%2e/;/%2e/actuator/%2e/threaddump"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/runtime-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/runtime-config.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/runtime-config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/settings.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/settings.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/settings.py.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/settings.py.bak"} 44 http_response_size_bytes_count{method="GET",path="/%2e/settings.py.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/static/%2e/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/static/%2e/env.js"} 44 http_response_size_bytes_count{method="GET",path="/%2e/static/%2e/env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log"} 44 http_response_size_bytes_count{method="GET",path="/%2e/storage/%2e/logs/%2e/laravel.log"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/swagger.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/swagger.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/swagger.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/terraform.tfstate",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/terraform.tfstate"} 88 http_response_size_bytes_count{method="GET",path="/%2e/terraform.tfstate"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/uploads/%2e/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/uploads/%2e/"} 44 http_response_size_bytes_count{method="GET",path="/%2e/uploads/%2e/"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v2/%2e/api-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/v2/%2e/api-docs"} 44 http_response_size_bytes_count{method="GET",path="/%2e/v2/%2e/api-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/v3/%2e/api-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/v3/%2e/api-docs"} 44 http_response_size_bytes_count{method="GET",path="/%2e/v3/%2e/api-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/version.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/version.json"} 44 http_response_size_bytes_count{method="GET",path="/%2e/version.json"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/wp-config.php"} 44 http_response_size_bytes_count{method="GET",path="/%2e/wp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/%2e/wp-config.php.bak"} 132 http_response_size_bytes_count{method="GET",path="/%2e/wp-config.php.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/wp-config.php.old"} 44 http_response_size_bytes_count{method="GET",path="/%2e/wp-config.php.old"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/wp-config.php.swp"} 44 http_response_size_bytes_count{method="GET",path="/%2e/wp-config.php.swp"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.php;/%2e/style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/%2e/wp-config.php;/%2e/style.css"} 88 http_response_size_bytes_count{method="GET",path="/%2e/wp-config.php;/%2e/style.css"} 2 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-config.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/wp-config.txt"} 44 http_response_size_bytes_count{method="GET",path="/%2e/wp-config.txt"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/backup/%2e/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/wp-content/%2e/backup/%2e/"} 44 http_response_size_bytes_count{method="GET",path="/%2e/wp-content/%2e/backup/%2e/"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/"} 44 http_response_size_bytes_count{method="GET",path="/%2e/wp-content/%2e/uploads/%2e/"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/account",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2fapi/account"} 43 http_response_size_bytes_count{method="GET",path="/%2fapi/account"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/%2fapi/telescope/requests",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/%2fapi/telescope/requests"} 43 http_response_size_bytes_count{method="GET",path="/%2fapi/telescope/requests"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/--wp-lgj.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/--wp-lgj.php"} 43 http_response_size_bytes_count{method="GET",path="/--wp-lgj.php"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/-/admin/self-information",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/-/admin/self-information"} 43 http_response_size_bytes_count{method="GET",path="/-/admin/self-information"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/-/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/-/settings"} 43 http_response_size_bytes_count{method="GET",path="/-/settings"} 1 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="/....//.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//.env"} 43 http_response_size_bytes_count{method="GET",path="/....//.env"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//app/.env"} 43 http_response_size_bytes_count{method="GET",path="/....//app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/hosts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//etc/hosts"} 43 http_response_size_bytes_count{method="GET",path="/....//etc/hosts"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="/....//etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//etc/shadow",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//etc/shadow"} 43 http_response_size_bytes_count{method="GET",path="/....//etc/shadow"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//home/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//home/.env"} 43 http_response_size_bytes_count{method="GET",path="/....//home/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//proc/self/environ"} 43 http_response_size_bytes_count{method="GET",path="/....//proc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//proc/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//proc/version"} 43 http_response_size_bytes_count{method="GET",path="/....//proc/version"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//srv/.env"} 43 http_response_size_bytes_count{method="GET",path="/....//srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//var/www/.env"} 43 http_response_size_bytes_count{method="GET",path="/....//var/www/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="/....//var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//var/www/html/config.php"} 43 http_response_size_bytes_count{method="GET",path="/....//var/www/html/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/configuration.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//var/www/html/configuration.php"} 43 http_response_size_bytes_count{method="GET",path="/....//var/www/html/configuration.php"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/....//var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/....//var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="/....//var/www/html/wp-config.php"} 1 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="/../../../../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../.env"} 43 http_response_size_bytes_count{method="GET",path="/../../../../.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../app/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../../../app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/apache2/apache2.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../etc/apache2/apache2.conf"} 43 http_response_size_bytes_count{method="GET",path="/../../../../etc/apache2/apache2.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/hosts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../etc/hosts"} 43 http_response_size_bytes_count{method="GET",path="/../../../../etc/hosts"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/nginx/nginx.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../etc/nginx/nginx.conf"} 43 http_response_size_bytes_count{method="GET",path="/../../../../etc/nginx/nginx.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="/../../../../etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/shadow",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../etc/shadow"} 43 http_response_size_bytes_count{method="GET",path="/../../../../etc/shadow"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../etc/ssh/sshd_config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../etc/ssh/sshd_config"} 43 http_response_size_bytes_count{method="GET",path="/../../../../etc/ssh/sshd_config"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../home/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../../../home/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/admin/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../home/admin/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../../../home/admin/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/deploy/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../home/deploy/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../../../home/deploy/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../../../home/ec2-user/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/git/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../home/git/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../../../home/git/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/../../../../home/ubuntu/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../../../home/ubuntu/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../home/www-data/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../home/www-data/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../../../home/www-data/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/net/tcp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../proc/net/tcp"} 43 http_response_size_bytes_count{method="GET",path="/../../../../proc/net/tcp"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../proc/self/environ"} 43 http_response_size_bytes_count{method="GET",path="/../../../../proc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../proc/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../proc/version"} 43 http_response_size_bytes_count{method="GET",path="/../../../../proc/version"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.bash_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../root/.bash_history"} 43 http_response_size_bytes_count{method="GET",path="/../../../../root/.bash_history"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.mysql_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../root/.mysql_history"} 43 http_response_size_bytes_count{method="GET",path="/../../../../root/.mysql_history"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../root/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/../../../../root/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../root/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../root/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../../../root/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../srv/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../../../srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/auth.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/log/auth.log"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/log/auth.log"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/nginx/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/log/nginx/access.log"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/log/nginx/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/log/secure",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/log/secure"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/log/secure"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/www/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/www/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/www/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/www/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/www/html/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/www/html/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/www/html/config.php"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/www/html/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/configuration.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/www/html/configuration.php"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/www/html/configuration.php"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../../var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../../var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="/../../../../var/www/html/wp-config.php"} 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"} 86 http_response_size_bytes_count{method="GET",path="/../../../.env"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../app/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../../app/.env"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/../../../etc/apache2/apache2.conf"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/hosts",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../etc/hosts"} 86 http_response_size_bytes_count{method="GET",path="/../../../etc/hosts"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/nginx/nginx.conf",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../etc/nginx/nginx.conf"} 86 http_response_size_bytes_count{method="GET",path="/../../../etc/nginx/nginx.conf"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/passwd",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../etc/passwd"} 86 http_response_size_bytes_count{method="GET",path="/../../../etc/passwd"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/shadow",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../etc/shadow"} 86 http_response_size_bytes_count{method="GET",path="/../../../etc/shadow"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../etc/ssh/sshd_config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../etc/ssh/sshd_config"} 86 http_response_size_bytes_count{method="GET",path="/../../../etc/ssh/sshd_config"} 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"} 86 http_response_size_bytes_count{method="GET",path="/../../../home/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/admin/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../home/admin/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../../home/admin/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/deploy/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../home/deploy/.ssh/id_rsa"} 86 http_response_size_bytes_count{method="GET",path="/../../../home/deploy/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa"} 86 http_response_size_bytes_count{method="GET",path="/../../../home/ec2-user/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/git/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../home/git/.ssh/id_rsa"} 86 http_response_size_bytes_count{method="GET",path="/../../../home/git/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519"} 86 http_response_size_bytes_count{method="GET",path="/../../../home/ubuntu/.ssh/id_ed25519"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa"} 86 http_response_size_bytes_count{method="GET",path="/../../../home/ubuntu/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../home/www-data/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../home/www-data/.ssh/id_rsa"} 86 http_response_size_bytes_count{method="GET",path="/../../../home/www-data/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/net/tcp",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../proc/net/tcp"} 86 http_response_size_bytes_count{method="GET",path="/../../../proc/net/tcp"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/cmdline",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../proc/self/cmdline"} 86 http_response_size_bytes_count{method="GET",path="/../../../proc/self/cmdline"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/self/environ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../proc/self/environ"} 86 http_response_size_bytes_count{method="GET",path="/../../../proc/self/environ"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../proc/version",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../proc/version"} 86 http_response_size_bytes_count{method="GET",path="/../../../proc/version"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.bash_history",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../root/.bash_history"} 86 http_response_size_bytes_count{method="GET",path="/../../../root/.bash_history"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.mysql_history",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../root/.mysql_history"} 86 http_response_size_bytes_count{method="GET",path="/../../../root/.mysql_history"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_ed25519",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../root/.ssh/id_ed25519"} 86 http_response_size_bytes_count{method="GET",path="/../../../root/.ssh/id_ed25519"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../root/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../root/.ssh/id_rsa"} 86 http_response_size_bytes_count{method="GET",path="/../../../root/.ssh/id_rsa"} 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"} 86 http_response_size_bytes_count{method="GET",path="/../../../srv/.env"} 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"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/log/apache2/access.log"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/auth.log",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/log/auth.log"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/log/auth.log"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/nginx/access.log",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/log/nginx/access.log"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/log/nginx/access.log"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/log/secure",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/log/secure"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/log/secure"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/www/.env"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/www/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/.git/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/www/.git/config"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/www/.git/config"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../../var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../../var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/.git/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/www/html/.git/config"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/www/html/.git/config"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/www/html/config.php"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/www/html/config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/configuration.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/www/html/configuration.php"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/www/html/configuration.php"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../../var/www/html/wp-config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../../var/www/html/wp-config.php"} 86 http_response_size_bytes_count{method="GET",path="/../../../var/www/html/wp-config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../.aws/credentials",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../.aws/credentials"} 129 http_response_size_bytes_count{method="GET",path="/../../.aws/credentials"} 3 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"} 129 http_response_size_bytes_count{method="GET",path="/../../.env"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../app/.env"} 129 http_response_size_bytes_count{method="GET",path="/../../app/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../etc/apache2/apache2.conf"} 129 http_response_size_bytes_count{method="GET",path="/../../etc/apache2/apache2.conf"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/hosts",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../etc/hosts"} 129 http_response_size_bytes_count{method="GET",path="/../../etc/hosts"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../etc/nginx/nginx.conf"} 129 http_response_size_bytes_count{method="GET",path="/../../etc/nginx/nginx.conf"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../etc/passwd"} 129 http_response_size_bytes_count{method="GET",path="/../../etc/passwd"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/shadow",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../etc/shadow"} 86 http_response_size_bytes_count{method="GET",path="/../../etc/shadow"} 2 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../etc/ssh/sshd_config"} 129 http_response_size_bytes_count{method="GET",path="/../../etc/ssh/sshd_config"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../home/.env"} 129 http_response_size_bytes_count{method="GET",path="/../../home/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../home/admin/.ssh/id_rsa"} 129 http_response_size_bytes_count{method="GET",path="/../../home/admin/.ssh/id_rsa"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../home/deploy/.ssh/id_rsa"} 129 http_response_size_bytes_count{method="GET",path="/../../home/deploy/.ssh/id_rsa"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../home/ec2-user/.ssh/id_rsa"} 129 http_response_size_bytes_count{method="GET",path="/../../home/ec2-user/.ssh/id_rsa"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../home/git/.ssh/id_rsa"} 129 http_response_size_bytes_count{method="GET",path="/../../home/git/.ssh/id_rsa"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519"} 86 http_response_size_bytes_count{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../home/ubuntu/.ssh/id_rsa"} 86 http_response_size_bytes_count{method="GET",path="/../../home/ubuntu/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../home/www-data/.ssh/id_rsa"} 129 http_response_size_bytes_count{method="GET",path="/../../home/www-data/.ssh/id_rsa"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../proc/net/tcp"} 129 http_response_size_bytes_count{method="GET",path="/../../proc/net/tcp"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../proc/self/cmdline"} 129 http_response_size_bytes_count{method="GET",path="/../../proc/self/cmdline"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/environ",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../proc/self/environ"} 129 http_response_size_bytes_count{method="GET",path="/../../proc/self/environ"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../proc/version"} 129 http_response_size_bytes_count{method="GET",path="/../../proc/version"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../root/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/../../root/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../root/.bash_history"} 129 http_response_size_bytes_count{method="GET",path="/../../root/.bash_history"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../root/.mysql_history"} 129 http_response_size_bytes_count{method="GET",path="/../../root/.mysql_history"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../root/.ssh/id_ed25519"} 86 http_response_size_bytes_count{method="GET",path="/../../root/.ssh/id_ed25519"} 2 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../root/.ssh/id_rsa"} 129 http_response_size_bytes_count{method="GET",path="/../../root/.ssh/id_rsa"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../srv/.env"} 129 http_response_size_bytes_count{method="GET",path="/../../srv/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../var/log/apache2/access.log"} 129 http_response_size_bytes_count{method="GET",path="/../../var/log/apache2/access.log"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../var/log/auth.log"} 129 http_response_size_bytes_count{method="GET",path="/../../var/log/auth.log"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../var/log/nginx/access.log"} 129 http_response_size_bytes_count{method="GET",path="/../../var/log/nginx/access.log"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../var/log/secure"} 129 http_response_size_bytes_count{method="GET",path="/../../var/log/secure"} 3 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"} 129 http_response_size_bytes_count{method="GET",path="/../../var/www/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../var/www/.git/config"} 129 http_response_size_bytes_count{method="GET",path="/../../var/www/.git/config"} 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"} 129 http_response_size_bytes_count{method="GET",path="/../../var/www/html/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/.git/config"} 129 http_response_size_bytes_count{method="GET",path="/../../var/www/html/.git/config"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/config.php"} 86 http_response_size_bytes_count{method="GET",path="/../../var/www/html/config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/configuration.php"} 129 http_response_size_bytes_count{method="GET",path="/../../var/www/html/configuration.php"} 3 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/wp-config.php"} 86 http_response_size_bytes_count{method="GET",path="/../../var/www/html/wp-config.php"} 2 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/../.aws/credentials",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/../.aws/credentials"} 215 http_response_size_bytes_count{method="GET",path="/../.aws/credentials"} 5 http_response_size_bytes_bucket{method="GET",path="/../.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../.env"} 172 http_response_size_bytes_count{method="GET",path="/../.env"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../app/.env"} 172 http_response_size_bytes_count{method="GET",path="/../app/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../etc/apache2/apache2.conf"} 172 http_response_size_bytes_count{method="GET",path="/../etc/apache2/apache2.conf"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../etc/hosts"} 129 http_response_size_bytes_count{method="GET",path="/../etc/hosts"} 3 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/nginx/nginx.conf",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../etc/nginx/nginx.conf"} 172 http_response_size_bytes_count{method="GET",path="/../etc/nginx/nginx.conf"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../etc/passwd"} 172 http_response_size_bytes_count{method="GET",path="/../etc/passwd"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../etc/shadow"} 172 http_response_size_bytes_count{method="GET",path="/../etc/shadow"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../etc/ssh/sshd_config"} 172 http_response_size_bytes_count{method="GET",path="/../etc/ssh/sshd_config"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../home/.env"} 172 http_response_size_bytes_count{method="GET",path="/../home/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/../home/admin/.ssh/id_rsa"} 129 http_response_size_bytes_count{method="GET",path="/../home/admin/.ssh/id_rsa"} 3 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../home/deploy/.ssh/id_rsa"} 172 http_response_size_bytes_count{method="GET",path="/../home/deploy/.ssh/id_rsa"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../home/ec2-user/.ssh/id_rsa"} 172 http_response_size_bytes_count{method="GET",path="/../home/ec2-user/.ssh/id_rsa"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../home/git/.ssh/id_rsa"} 172 http_response_size_bytes_count{method="GET",path="/../home/git/.ssh/id_rsa"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../home/ubuntu/.ssh/id_ed25519"} 172 http_response_size_bytes_count{method="GET",path="/../home/ubuntu/.ssh/id_ed25519"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../home/ubuntu/.ssh/id_rsa"} 172 http_response_size_bytes_count{method="GET",path="/../home/ubuntu/.ssh/id_rsa"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../home/www-data/.ssh/id_rsa"} 172 http_response_size_bytes_count{method="GET",path="/../home/www-data/.ssh/id_rsa"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../proc/net/tcp"} 172 http_response_size_bytes_count{method="GET",path="/../proc/net/tcp"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../proc/self/cmdline"} 172 http_response_size_bytes_count{method="GET",path="/../proc/self/cmdline"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../proc/self/environ"} 172 http_response_size_bytes_count{method="GET",path="/../proc/self/environ"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../proc/version"} 172 http_response_size_bytes_count{method="GET",path="/../proc/version"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../root/.bash_history"} 172 http_response_size_bytes_count{method="GET",path="/../root/.bash_history"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.mysql_history",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../root/.mysql_history"} 172 http_response_size_bytes_count{method="GET",path="/../root/.mysql_history"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../root/.ssh/id_ed25519"} 172 http_response_size_bytes_count{method="GET",path="/../root/.ssh/id_ed25519"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../root/.ssh/id_rsa"} 172 http_response_size_bytes_count{method="GET",path="/../root/.ssh/id_rsa"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../srv/.env"} 172 http_response_size_bytes_count{method="GET",path="/../srv/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/log/apache2/access.log"} 172 http_response_size_bytes_count{method="GET",path="/../var/log/apache2/access.log"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/log/auth.log"} 172 http_response_size_bytes_count{method="GET",path="/../var/log/auth.log"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/log/nginx/access.log"} 172 http_response_size_bytes_count{method="GET",path="/../var/log/nginx/access.log"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/log/secure"} 172 http_response_size_bytes_count{method="GET",path="/../var/log/secure"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/www/.env"} 172 http_response_size_bytes_count{method="GET",path="/../var/www/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/www/.git/config"} 172 http_response_size_bytes_count{method="GET",path="/../var/www/.git/config"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/www/html/.env"} 172 http_response_size_bytes_count{method="GET",path="/../var/www/html/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/www/html/.git/config"} 172 http_response_size_bytes_count{method="GET",path="/../var/www/html/.git/config"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/config.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/www/html/config.php"} 172 http_response_size_bytes_count{method="GET",path="/../var/www/html/config.php"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/www/html/configuration.php"} 172 http_response_size_bytes_count{method="GET",path="/../var/www/html/configuration.php"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/../var/www/html/wp-config.php"} 172 http_response_size_bytes_count{method="GET",path="/../var/www/html/wp-config.php"} 4 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="/..env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/..env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/..env"} 43 http_response_size_bytes_count{method="GET",path="/..env"} 1 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="/../../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../.env"} 43 http_response_size_bytes_count{method="GET",path="/../../.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../app/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/apache2/apache2.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../etc/apache2/apache2.conf"} 43 http_response_size_bytes_count{method="GET",path="/../../etc/apache2/apache2.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/nginx/nginx.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../etc/nginx/nginx.conf"} 43 http_response_size_bytes_count{method="GET",path="/../../etc/nginx/nginx.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="/../../etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../etc/ssh/sshd_config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../etc/ssh/sshd_config"} 43 http_response_size_bytes_count{method="GET",path="/../../etc/ssh/sshd_config"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../home/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../home/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/admin/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../home/admin/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../home/admin/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/deploy/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../home/deploy/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../home/deploy/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ec2-user/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../home/ec2-user/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../home/ec2-user/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/git/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../home/git/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../home/git/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/../../home/ubuntu/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/ubuntu/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../home/ubuntu/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../home/ubuntu/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../home/www-data/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../home/www-data/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../home/www-data/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/net/tcp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../proc/net/tcp"} 43 http_response_size_bytes_count{method="GET",path="/../../proc/net/tcp"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/self/cmdline",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../proc/self/cmdline"} 43 http_response_size_bytes_count{method="GET",path="/../../proc/self/cmdline"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../proc/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../proc/version"} 43 http_response_size_bytes_count{method="GET",path="/../../proc/version"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.bash_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../root/.bash_history"} 43 http_response_size_bytes_count{method="GET",path="/../../root/.bash_history"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.mysql_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../root/.mysql_history"} 43 http_response_size_bytes_count{method="GET",path="/../../root/.mysql_history"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../root/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/../../root/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../root/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../root/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../../root/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../srv/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/apache2/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/log/apache2/access.log"} 43 http_response_size_bytes_count{method="GET",path="/../../var/log/apache2/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/auth.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/log/auth.log"} 43 http_response_size_bytes_count{method="GET",path="/../../var/log/auth.log"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/nginx/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/log/nginx/access.log"} 43 http_response_size_bytes_count{method="GET",path="/../../var/log/nginx/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/log/secure",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/log/secure"} 43 http_response_size_bytes_count{method="GET",path="/../../var/log/secure"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/www/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../var/www/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/www/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/../../var/www/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="/../../var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/../../var/www/html/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/config.php"} 43 http_response_size_bytes_count{method="GET",path="/../../var/www/html/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/configuration.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/configuration.php"} 43 http_response_size_bytes_count{method="GET",path="/../../var/www/html/configuration.php"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../../var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../../var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="/../../var/www/html/wp-config.php"} 1 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="/../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../.env"} 43 http_response_size_bytes_count{method="GET",path="/../.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../app/.env"} 43 http_response_size_bytes_count{method="GET",path="/../app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/apache2/apache2.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../etc/apache2/apache2.conf"} 43 http_response_size_bytes_count{method="GET",path="/../etc/apache2/apache2.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/hosts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../etc/hosts"} 43 http_response_size_bytes_count{method="GET",path="/../etc/hosts"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="/../etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/shadow",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../etc/shadow"} 43 http_response_size_bytes_count{method="GET",path="/../etc/shadow"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../etc/ssh/sshd_config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../etc/ssh/sshd_config"} 43 http_response_size_bytes_count{method="GET",path="/../etc/ssh/sshd_config"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../home/.env"} 43 http_response_size_bytes_count{method="GET",path="/../home/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/admin/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../home/admin/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../home/admin/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/deploy/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../home/deploy/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../home/deploy/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ec2-user/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../home/ec2-user/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../home/ec2-user/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/git/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../home/git/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../home/git/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../home/ubuntu/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/../home/ubuntu/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/ubuntu/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../home/ubuntu/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../home/ubuntu/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../home/www-data/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../home/www-data/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../home/www-data/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/net/tcp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../proc/net/tcp"} 43 http_response_size_bytes_count{method="GET",path="/../proc/net/tcp"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/cmdline",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../proc/self/cmdline"} 43 http_response_size_bytes_count{method="GET",path="/../proc/self/cmdline"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../proc/self/environ"} 43 http_response_size_bytes_count{method="GET",path="/../proc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../proc/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../proc/version"} 43 http_response_size_bytes_count{method="GET",path="/../proc/version"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.bash_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../root/.bash_history"} 43 http_response_size_bytes_count{method="GET",path="/../root/.bash_history"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../root/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/../root/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../root/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../root/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/../root/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../srv/.env"} 43 http_response_size_bytes_count{method="GET",path="/../srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/apache2/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/log/apache2/access.log"} 43 http_response_size_bytes_count{method="GET",path="/../var/log/apache2/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/auth.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/log/auth.log"} 43 http_response_size_bytes_count{method="GET",path="/../var/log/auth.log"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/nginx/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/log/nginx/access.log"} 43 http_response_size_bytes_count{method="GET",path="/../var/log/nginx/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/log/secure",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/log/secure"} 43 http_response_size_bytes_count{method="GET",path="/../var/log/secure"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/www/.env"} 43 http_response_size_bytes_count{method="GET",path="/../var/www/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/www/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/../var/www/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="/../var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/www/html/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/../var/www/html/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/configuration.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/www/html/configuration.php"} 43 http_response_size_bytes_count{method="GET",path="/../var/www/html/configuration.php"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/../var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/../var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="/../var/www/html/wp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/./",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/./",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/./"} 308 http_response_size_bytes_count{method="GET",path="/./"} 7 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./.aws/./config"} 44 http_response_size_bytes_count{method="GET",path="/./.aws/./config"} 1 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.aws/./credentials",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.aws/./credentials"} 132 http_response_size_bytes_count{method="GET",path="/./.aws/./credentials"} 3 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="/./.env",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/./.env",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/./.env"} 612 http_response_size_bytes_count{method="GET",path="/./.env"} 14 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 "} 88 http_response_size_bytes_count{method="GET",path="/./.env "} 2 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.backup",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/./.env.backup"} 264 http_response_size_bytes_count{method="GET",path="/./.env.backup"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.bak",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/./.env.bak"} 264 http_response_size_bytes_count{method="GET",path="/./.env.bak"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/./.env.docker",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/./.env.docker"} 175 http_response_size_bytes_count{method="GET",path="/./.env.docker"} 4 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"} 264 http_response_size_bytes_count{method="GET",path="/./.env.local"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.local.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.env.local.bak"} 132 http_response_size_bytes_count{method="GET",path="/./.env.local.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.old",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.env.old"} 132 http_response_size_bytes_count{method="GET",path="/./.env.old"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.orig",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.env.orig"} 132 http_response_size_bytes_count{method="GET",path="/./.env.orig"} 3 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"} 264 http_response_size_bytes_count{method="GET",path="/./.env.production"} 6 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.env.production.bak"} 132 http_response_size_bytes_count{method="GET",path="/./.env.production.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.production;/./style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./.env.production;/./style.css"} 44 http_response_size_bytes_count{method="GET",path="/./.env.production;/./style.css"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.save",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.env.save"} 132 http_response_size_bytes_count{method="GET",path="/./.env.save"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.staging",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.env.staging"} 132 http_response_size_bytes_count{method="GET",path="/./.env.staging"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.swp",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.env.swp"} 132 http_response_size_bytes_count{method="GET",path="/./.env.swp"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env.testing",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/./.env.testing"} 393 http_response_size_bytes_count{method="GET",path="/./.env.testing"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/./.env/",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/./.env/"} 395 http_response_size_bytes_count{method="GET",path="/./.env/"} 9 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/./"} 132 http_response_size_bytes_count{method="GET",path="/./.env/./"} 3 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./.env;/./style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./.env;/./style.css"} 44 http_response_size_bytes_count{method="GET",path="/./.env;/./style.css"} 1 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~"} 132 http_response_size_bytes_count{method="GET",path="/./.env~"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.git/./config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.git/./config"} 131 http_response_size_bytes_count{method="GET",path="/./.git/./config"} 3 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./.github/./workflows/./ci.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./.github/./workflows/./ci.yml"} 44 http_response_size_bytes_count{method="GET",path="/./.github/./workflows/./ci.yml"} 1 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="/./.htaccess.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htaccess.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./.htaccess.bak"} 132 http_response_size_bytes_count{method="GET",path="/./.htaccess.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/./.htpasswd",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/./.htpasswd"} 307 http_response_size_bytes_count{method="GET",path="/./.htpasswd"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/./.netrc",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/./.netrc"} 306 http_response_size_bytes_count{method="GET",path="/./.netrc"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/./.npmrc",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/./.npmrc"} 308 http_response_size_bytes_count{method="GET",path="/./.npmrc"} 7 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/./.ssh/./id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/./.ssh/./id_rsa"} 88 http_response_size_bytes_count{method="GET",path="/./.ssh/./id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./jwks.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./.well-known/./jwks.json"} 44 http_response_size_bytes_count{method="GET",path="/./.well-known/./jwks.json"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./oauth-authorization-server",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./.well-known/./oauth-authorization-server"} 44 http_response_size_bytes_count{method="GET",path="/./.well-known/./oauth-authorization-server"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./.well-known/./openid-configuration",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./.well-known/./openid-configuration"} 44 http_response_size_bytes_count{method="GET",path="/./.well-known/./openid-configuration"} 1 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"} 88 http_response_size_bytes_count{method="GET",path="/.//./.env"} 2 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./actuator"} 132 http_response_size_bytes_count{method="GET",path="/./actuator"} 3 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./actuator/./heapdump"} 44 http_response_size_bytes_count{method="GET",path="/./actuator/./heapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./actuator/./logfile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./actuator/./logfile"} 44 http_response_size_bytes_count{method="GET",path="/./actuator/./logfile"} 1 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./api-docs.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./api-docs.json"} 132 http_response_size_bytes_count{method="GET",path="/./api-docs.json"} 3 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./api/./config"} 44 http_response_size_bytes_count{method="GET",path="/./api/./config"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./api/./config.json"} 44 http_response_size_bytes_count{method="GET",path="/./api/./config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./api/./env"} 44 http_response_size_bytes_count{method="GET",path="/./api/./env"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./env-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./api/./env-config"} 44 http_response_size_bytes_count{method="GET",path="/./api/./env-config"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./info",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./api/./info"} 44 http_response_size_bytes_count{method="GET",path="/./api/./info"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./runtime-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./api/./runtime-config"} 44 http_response_size_bytes_count{method="GET",path="/./api/./runtime-config"} 1 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/./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/./version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./api/./version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./api/./version"} 44 http_response_size_bytes_count{method="GET",path="/./api/./version"} 1 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./app.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./app.json"} 132 http_response_size_bytes_count{method="GET",path="/./app.json"} 3 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php"} 44 http_response_size_bytes_count{method="GET",path="/./apps/./graphapi/./vendor/./microsoft/./microsoft-graph/./tests/./GetPhpInfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./appsettings.json.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./appsettings.json.bak"} 132 http_response_size_bytes_count{method="GET",path="/./appsettings.json.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./assets/./env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./assets/./env.js"} 44 http_response_size_bytes_count{method="GET",path="/./assets/./env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/./aws-exports.js",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/./aws-exports.js"} 352 http_response_size_bytes_count{method="GET",path="/./aws-exports.js"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/./awsconfiguration.json",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/./awsconfiguration.json"} 351 http_response_size_bytes_count{method="GET",path="/./awsconfiguration.json"} 8 http_response_size_bytes_bucket{method="GET",path="/./backup",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/./backup"} 88 http_response_size_bytes_count{method="GET",path="/./backup"} 2 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/./backup.sql"} 307 http_response_size_bytes_count{method="GET",path="/./backup.sql"} 7 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.gz",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./backup.sql.gz"} 132 http_response_size_bytes_count{method="GET",path="/./backup.sql.gz"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup.sql.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./backup.sql.zip"} 132 http_response_size_bytes_count{method="GET",path="/./backup.sql.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./backup/./",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./backup/./"} 44 http_response_size_bytes_count{method="GET",path="/./backup/./"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/./backups"} 88 http_response_size_bytes_count{method="GET",path="/./backups"} 2 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./backups/./",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./backups/./"} 44 http_response_size_bytes_count{method="GET",path="/./backups/./"} 1 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./build.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./build.json"} 132 http_response_size_bytes_count{method="GET",path="/./build.json"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.js",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./config.js"} 132 http_response_size_bytes_count{method="GET",path="/./config.js"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./config.json"} 132 http_response_size_bytes_count{method="GET",path="/./config.json"} 3 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"} 132 http_response_size_bytes_count{method="GET",path="/./config.php.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./config.php.old",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./config.php.old"} 132 http_response_size_bytes_count{method="GET",path="/./config.php.old"} 3 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/./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/./mail.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./config/./mail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./config/./mail.php"} 44 http_response_size_bytes_count{method="GET",path="/./config/./mail.php"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd"} 44 http_response_size_bytes_count{method="GET",path="/./dana-na/./.././dana/./html5acc/./guacamole/./.././.././.././.././.././.././.././etc/./passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/./database.sql"} 263 http_response_size_bytes_count{method="GET",path="/./database.sql"} 6 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.sql.gz",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./database.sql.gz"} 132 http_response_size_bytes_count{method="GET",path="/./database.sql.gz"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./database.yml.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./database.yml.bak"} 132 http_response_size_bytes_count{method="GET",path="/./database.yml.bak"} 3 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"} 132 http_response_size_bytes_count{method="GET",path="/./db.sql"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./debug.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./debug.log"} 132 http_response_size_bytes_count{method="GET",path="/./debug.log"} 3 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/./docker-compose.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/./docker-compose.yml"} 306 http_response_size_bytes_count{method="GET",path="/./docker-compose.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/./dump.sql"} 351 http_response_size_bytes_count{method="GET",path="/./dump.sql"} 8 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.gz",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./dump.sql.gz"} 132 http_response_size_bytes_count{method="GET",path="/./dump.sql.gz"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./dump.sql.zip",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./dump.sql.zip"} 132 http_response_size_bytes_count{method="GET",path="/./dump.sql.zip"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./env-config.js",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./env-config.js"} 132 http_response_size_bytes_count{method="GET",path="/./env-config.js"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./env.js",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./env.js"} 132 http_response_size_bytes_count{method="GET",path="/./env.js"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./error.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./error.log"} 132 http_response_size_bytes_count{method="GET",path="/./error.log"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./export.sql",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./export.sql"} 131 http_response_size_bytes_count{method="GET",path="/./export.sql"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./health",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./health"} 132 http_response_size_bytes_count{method="GET",path="/./health"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./healthz",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./healthz"} 132 http_response_size_bytes_count{method="GET",path="/./healthz"} 3 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/./index.php",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/./index.php"} 1052 http_response_size_bytes_count{method="GET",path="/./index.php"} 24 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./laravel.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./laravel.log"} 132 http_response_size_bytes_count{method="GET",path="/./laravel.log"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./login",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./login"} 132 http_response_size_bytes_count{method="GET",path="/./login"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./mysql.sql",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./mysql.sql"} 132 http_response_size_bytes_count{method="GET",path="/./mysql.sql"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./openapi.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./openapi.json"} 132 http_response_size_bytes_count{method="GET",path="/./openapi.json"} 3 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./rest/./v1/./;/./"} 44 http_response_size_bytes_count{method="GET",path="/./rest/./v1/./;/./"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./rest/./v1/./;/./.env"} 44 http_response_size_bytes_count{method="GET",path="/./rest/./v1/./;/./.env"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./rest/./v1/./;/./.env.local"} 44 http_response_size_bytes_count{method="GET",path="/./rest/./v1/./;/./.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./configprops",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./rest/./v1/./;/./actuator/./configprops"} 44 http_response_size_bytes_count{method="GET",path="/./rest/./v1/./;/./actuator/./configprops"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./rest/./v1/./;/./actuator/./env"} 44 http_response_size_bytes_count{method="GET",path="/./rest/./v1/./;/./actuator/./env"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump"} 44 http_response_size_bytes_count{method="GET",path="/./rest/./v1/./;/./actuator/./heapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./mappings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./rest/./v1/./;/./actuator/./mappings"} 44 http_response_size_bytes_count{method="GET",path="/./rest/./v1/./;/./actuator/./mappings"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump"} 44 http_response_size_bytes_count{method="GET",path="/./rest/./v1/./;/./actuator/./threaddump"} 1 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./runtime-config.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./runtime-config.json"} 132 http_response_size_bytes_count{method="GET",path="/./runtime-config.json"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./settings.json"} 132 http_response_size_bytes_count{method="GET",path="/./settings.json"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./settings.py.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./settings.py.bak"} 132 http_response_size_bytes_count{method="GET",path="/./settings.py.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./static/./env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./static/./env.js"} 44 http_response_size_bytes_count{method="GET",path="/./static/./env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./storage/./logs/./laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./storage/./logs/./laravel.log"} 44 http_response_size_bytes_count{method="GET",path="/./storage/./logs/./laravel.log"} 1 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./swagger.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./swagger.json"} 132 http_response_size_bytes_count{method="GET",path="/./swagger.json"} 3 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.js",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/./tailwind.config.js"} 172 http_response_size_bytes_count{method="GET",path="/./tailwind.config.js"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/./tailwind.config.mjs",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/./tailwind.config.mjs"} 172 http_response_size_bytes_count{method="GET",path="/./tailwind.config.mjs"} 4 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/./terraform.tfstate",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/./terraform.tfstate"} 352 http_response_size_bytes_count{method="GET",path="/./terraform.tfstate"} 8 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/./uploads",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/./uploads"} 88 http_response_size_bytes_count{method="GET",path="/./uploads"} 2 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/./"} 44 http_response_size_bytes_count{method="GET",path="/./uploads/./"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./v2/./api-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./v2/./api-docs"} 44 http_response_size_bytes_count{method="GET",path="/./v2/./api-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./v3/./api-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./v3/./api-docs"} 44 http_response_size_bytes_count{method="GET",path="/./v3/./api-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./version.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./version.json"} 132 http_response_size_bytes_count{method="GET",path="/./version.json"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./wp-config.php"} 132 http_response_size_bytes_count{method="GET",path="/./wp-config.php"} 3 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"} 527 http_response_size_bytes_count{method="GET",path="/./wp-config.php.bak"} 12 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.old",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./wp-config.php.old"} 132 http_response_size_bytes_count{method="GET",path="/./wp-config.php.old"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php.swp",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./wp-config.php.swp"} 132 http_response_size_bytes_count{method="GET",path="/./wp-config.php.swp"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.php;/./style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/./wp-config.php;/./style.css"} 88 http_response_size_bytes_count{method="GET",path="/./wp-config.php;/./style.css"} 2 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-config.txt",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/./wp-config.txt"} 132 http_response_size_bytes_count{method="GET",path="/./wp-config.txt"} 3 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./backup/./",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./wp-content/./backup/./"} 44 http_response_size_bytes_count{method="GET",path="/./wp-content/./backup/./"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/./wp-content/./uploads/./",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/./wp-content/./uploads/./"} 43 http_response_size_bytes_count{method="GET",path="/./wp-content/./uploads/./"} 1 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.DS_Store",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.DS_Store"} 262 http_response_size_bytes_count{method="GET",path="/.DS_Store"} 6 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider.conf.yml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.aider.conf.yml"} 220 http_response_size_bytes_count{method="GET",path="/.aider.conf.yml"} 5 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.aider/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.aider/"} 176 http_response_size_bytes_count{method="GET",path="/.aider/"} 4 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.alf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.alf.php"} 87 http_response_size_bytes_count{method="GET",path="/.alf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.anthropic/config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.anthropic/config.json"} 88 http_response_size_bytes_count{method="GET",path="/.anthropic/config.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/./config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.aws/./config"} 88 http_response_size_bytes_count{method="GET",path="/.aws/./config"} 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"} 351 http_response_size_bytes_count{method="GET",path="/.aws/./credentials"} 8 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/Config"} 44 http_response_size_bytes_count{method="GET",path="/.aws/Config"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/Credentials",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.aws/Credentials"} 175 http_response_size_bytes_count{method="GET",path="/.aws/Credentials"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/.aws/config"} 697 http_response_size_bytes_count{method="GET",path="/.aws/config"} 16 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/config"} 44 http_response_size_bytes_count{method="GET",path="/.aws/config"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.aws/config "} 88 http_response_size_bytes_count{method="GET",path="/.aws/config "} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/config..;/"} 44 http_response_size_bytes_count{method="GET",path="/.aws/config..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.aws/config/"} 88 http_response_size_bytes_count{method="GET",path="/.aws/config/"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/config/."} 44 http_response_size_bytes_count{method="GET",path="/.aws/config/."} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/config::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.aws/config::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/config;"} 44 http_response_size_bytes_count{method="GET",path="/.aws/config;"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/config;.php"} 44 http_response_size_bytes_count{method="GET",path="/.aws/config;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/config;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/config;/"} 44 http_response_size_bytes_count{method="GET",path="/.aws/config;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="100"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="500"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="1000"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="5000"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="10000"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="50000"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="100000"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="500000"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="1e+06"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="+Inf"} 46 http_response_size_bytes_sum{method="GET",path="/.aws/credentials"} 2008 http_response_size_bytes_count{method="GET",path="/.aws/credentials"} 46 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.aws/credentials"} 175 http_response_size_bytes_count{method="GET",path="/.aws/credentials"} 4 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 "} 307 http_response_size_bytes_count{method="GET",path="/.aws/credentials "} 7 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials..;/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.aws/credentials..;/"} 176 http_response_size_bytes_count{method="GET",path="/.aws/credentials..;/"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.aws/credentials.bak"} 86 http_response_size_bytes_count{method="GET",path="/.aws/credentials.bak"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.old",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.aws/credentials.old"} 86 http_response_size_bytes_count{method="GET",path="/.aws/credentials.old"} 2 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/credentials.swp"} 43 http_response_size_bytes_count{method="GET",path="/.aws/credentials.swp"} 1 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/"} 308 http_response_size_bytes_count{method="GET",path="/.aws/credentials/"} 7 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials/.",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.aws/credentials/."} 176 http_response_size_bytes_count{method="GET",path="/.aws/credentials/."} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.aws/credentials::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.aws/credentials::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.aws/credentials;"} 176 http_response_size_bytes_count{method="GET",path="/.aws/credentials;"} 4 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.aws/credentials;.php"} 132 http_response_size_bytes_count{method="GET",path="/.aws/credentials;.php"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.aws/credentials;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.aws/credentials;/"} 132 http_response_size_bytes_count{method="GET",path="/.aws/credentials;/"} 3 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="/.azure-pipelines.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure-pipelines.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.azure-pipelines.yml"} 86 http_response_size_bytes_count{method="GET",path="/.azure-pipelines.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/accessTokens.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.azure/accessTokens.json"} 88 http_response_size_bytes_count{method="GET",path="/.azure/accessTokens.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/azureProfile.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.azure/azureProfile.json"} 87 http_response_size_bytes_count{method="GET",path="/.azure/azureProfile.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.azure/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.azure/credentials"} 88 http_response_size_bytes_count{method="GET",path="/.azure/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.bash_history"} 44 http_response_size_bytes_count{method="GET",path="/.bash_history"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.bash_profile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.bash_profile"} 43 http_response_size_bytes_count{method="GET",path="/.bash_profile"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.boto",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.boto"} 43 http_response_size_bytes_count{method="GET",path="/.boto"} 1 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.buildkite/pipeline.yaml"} 86 http_response_size_bytes_count{method="GET",path="/.buildkite/pipeline.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.buildkite/pipeline.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.buildkite/pipeline.yml"} 86 http_response_size_bytes_count{method="GET",path="/.buildkite/pipeline.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.circleci/config.yaml"} 86 http_response_size_bytes_count{method="GET",path="/.circleci/config.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.circleci/config.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.circleci/config.yml"} 306 http_response_size_bytes_count{method="GET",path="/.circleci/config.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.claude.json"} 44 http_response_size_bytes_count{method="GET",path="/.claude.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.claude/settings.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.claude/settings.json"} 44 http_response_size_bytes_count{method="GET",path="/.claude/settings.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.codeium/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.codeium/"} 176 http_response_size_bytes_count{method="GET",path="/.codeium/"} 4 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.codex/config.toml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.codex/config.toml"} 44 http_response_size_bytes_count{method="GET",path="/.codex/config.toml"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/anthropic/credentials/default.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.config/anthropic/credentials/default.json"} 44 http_response_size_bytes_count{method="GET",path="/.config/anthropic/credentials/default.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/gcloud/application_default_credentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.config/gcloud/application_default_credentials.json"} 43 http_response_size_bytes_count{method="GET",path="/.config/gcloud/application_default_credentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.config/rclone/rclone.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.config/rclone/rclone.conf"} 43 http_response_size_bytes_count{method="GET",path="/.config/rclone/rclone.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.continue/config.json",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.continue/config.json"} 176 http_response_size_bytes_count{method="GET",path="/.continue/config.json"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.cursor/"} 175 http_response_size_bytes_count{method="GET",path="/.cursor/"} 4 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.cursor/mcp.json",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.cursor/mcp.json"} 262 http_response_size_bytes_count{method="GET",path="/.cursor/mcp.json"} 6 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"} 44 http_response_size_bytes_count{method="GET",path="/.docker/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.docker/config.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.docker/config.json"} 130 http_response_size_bytes_count{method="GET",path="/.docker/config.json"} 3 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.drone.yaml"} 86 http_response_size_bytes_count{method="GET",path="/.drone.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.drone.yml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.drone.yml"} 217 http_response_size_bytes_count{method="GET",path="/.drone.yml"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="100"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="500"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="1000"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="5000"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="10000"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="50000"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="100000"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="500000"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="1e+06"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="+Inf"} 80 http_response_size_bytes_sum{method="GET",path="/.env"} 3157 http_response_size_bytes_count{method="GET",path="/.env"} 80 http_response_size_bytes_bucket{method="GET",path="/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env"} 220 http_response_size_bytes_count{method="GET",path="/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/.env ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env "} 43 http_response_size_bytes_count{method="GET",path="/.env "} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="100"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="500"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="1000"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="5000"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="10000"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="50000"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="100000"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="500000"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="1e+06"} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="+Inf"} 25 http_response_size_bytes_sum{method="GET",path="/.env "} 1093 http_response_size_bytes_count{method="GET",path="/.env "} 25 http_response_size_bytes_bucket{method="GET",path="/.env ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env "} 44 http_response_size_bytes_count{method="GET",path="/.env "} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env "} 44 http_response_size_bytes_count{method="GET",path="/.env "} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env ..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env ..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env /"} 44 http_response_size_bytes_count{method="GET",path="/.env /"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env /.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env /."} 44 http_response_size_bytes_count{method="GET",path="/.env /."} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env ;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env ;"} 44 http_response_size_bytes_count{method="GET",path="/.env ;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="100"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="500"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="1000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="5000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/.env%2F",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/.env%2F"} 1267 http_response_size_bytes_count{method="GET",path="/.env%2F"} 29 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env-probe-7d5a2143",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env-probe-7d5a2143"} 43 http_response_size_bytes_count{method="GET",path="/.env-probe-7d5a2143"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env..",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.."} 43 http_response_size_bytes_count{method="GET",path="/.env.."} 1 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env..;/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env..;/"} 219 http_response_size_bytes_count{method="GET",path="/.env..;/"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.aws",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.aws"} 129 http_response_size_bytes_count{method="GET",path="/.env.aws"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="100"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="500"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="1000"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="5000"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="10000"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="50000"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="100000"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="500000"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="1e+06"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="+Inf"} 45 http_response_size_bytes_sum{method="GET",path="/.env.backup"} 1962 http_response_size_bytes_count{method="GET",path="/.env.backup"} 45 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.backup"} 88 http_response_size_bytes_count{method="GET",path="/.env.backup"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.backup "} 176 http_response_size_bytes_count{method="GET",path="/.env.backup "} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.backup..;/"} 88 http_response_size_bytes_count{method="GET",path="/.env.backup..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.backup/"} 176 http_response_size_bytes_count{method="GET",path="/.env.backup/"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup/.",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.backup/."} 88 http_response_size_bytes_count{method="GET",path="/.env.backup/."} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup1",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.backup1"} 86 http_response_size_bytes_count{method="GET",path="/.env.backup1"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup2",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.backup2"} 86 http_response_size_bytes_count{method="GET",path="/.env.backup2"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.backup;"} 88 http_response_size_bytes_count{method="GET",path="/.env.backup;"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.backup;.php"} 88 http_response_size_bytes_count{method="GET",path="/.env.backup;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.backup;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.backup;/"} 88 http_response_size_bytes_count{method="GET",path="/.env.backup;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="100"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="500"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="1000"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="5000"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="10000"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="50000"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="100000"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="500000"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="1e+06"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="+Inf"} 42 http_response_size_bytes_sum{method="GET",path="/.env.bak"} 1835 http_response_size_bytes_count{method="GET",path="/.env.bak"} 42 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.bak"} 44 http_response_size_bytes_count{method="GET",path="/.env.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak ",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.bak "} 132 http_response_size_bytes_count{method="GET",path="/.env.bak "} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.bak..;/"} 88 http_response_size_bytes_count{method="GET",path="/.env.bak..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.bak/"} 132 http_response_size_bytes_count{method="GET",path="/.env.bak/"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.bak/."} 131 http_response_size_bytes_count{method="GET",path="/.env.bak/."} 3 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.bak;"} 88 http_response_size_bytes_count{method="GET",path="/.env.bak;"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.bak;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.bak;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.bak;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.bak;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.bak;/"} 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"} 86 http_response_size_bytes_count{method="GET",path="/.env.ci"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.dev",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/.env.dev"} 388 http_response_size_bytes_count{method="GET",path="/.env.dev"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.env.development"} 301 http_response_size_bytes_count{method="GET",path="/.env.development"} 7 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.development.local",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.development.local"} 87 http_response_size_bytes_count{method="GET",path="/.env.development.local"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.dist",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.dist"} 86 http_response_size_bytes_count{method="GET",path="/.env.dist"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/.env.docker"} 1005 http_response_size_bytes_count{method="GET",path="/.env.docker"} 23 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.docker"} 44 http_response_size_bytes_count{method="GET",path="/.env.docker"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.docker "} 88 http_response_size_bytes_count{method="GET",path="/.env.docker "} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.docker..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.docker..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.docker/"} 88 http_response_size_bytes_count{method="GET",path="/.env.docker/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker/.",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.docker/."} 88 http_response_size_bytes_count{method="GET",path="/.env.docker/."} 2 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.docker::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.env.docker::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.docker;"} 44 http_response_size_bytes_count{method="GET",path="/.env.docker;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.docker;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.docker;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.docker;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.docker;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.docker;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.example",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/.env.example"} 387 http_response_size_bytes_count{method="GET",path="/.env.example"} 9 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.fly",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.fly"} 43 http_response_size_bytes_count{method="GET",path="/.env.fly"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.heroku",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.heroku"} 43 http_response_size_bytes_count{method="GET",path="/.env.heroku"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.json"} 86 http_response_size_bytes_count{method="GET",path="/.env.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.live",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.live"} 86 http_response_size_bytes_count{method="GET",path="/.env.live"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="100"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="500"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="1000"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="5000"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="10000"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="50000"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="100000"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="500000"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="1e+06"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="+Inf"} 47 http_response_size_bytes_sum{method="GET",path="/.env.local"} 2046 http_response_size_bytes_count{method="GET",path="/.env.local"} 47 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.local"} 88 http_response_size_bytes_count{method="GET",path="/.env.local"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.local "} 176 http_response_size_bytes_count{method="GET",path="/.env.local "} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.local..;/"} 88 http_response_size_bytes_count{method="GET",path="/.env.local..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/.env.local.bak"} 571 http_response_size_bytes_count{method="GET",path="/.env.local.bak"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.local.bak"} 44 http_response_size_bytes_count{method="GET",path="/.env.local.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.local.bak "} 88 http_response_size_bytes_count{method="GET",path="/.env.local.bak "} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.local.bak..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.local.bak..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.local.bak/"} 88 http_response_size_bytes_count{method="GET",path="/.env.local.bak/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.local.bak/."} 44 http_response_size_bytes_count{method="GET",path="/.env.local.bak/."} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.local.bak;"} 44 http_response_size_bytes_count{method="GET",path="/.env.local.bak;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.local.bak;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.local.bak;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.bak;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.local.bak;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.local.bak;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.local.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.local.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.local/"} 176 http_response_size_bytes_count{method="GET",path="/.env.local/"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local/.",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.local/."} 88 http_response_size_bytes_count{method="GET",path="/.env.local/."} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.local::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.env.local::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.local;"} 88 http_response_size_bytes_count{method="GET",path="/.env.local;"} 2 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;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.local;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.local;/"} 88 http_response_size_bytes_count{method="GET",path="/.env.local;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.neon",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.neon"} 43 http_response_size_bytes_count{method="GET",path="/.env.neon"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/.env.old"} 1045 http_response_size_bytes_count{method="GET",path="/.env.old"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.old"} 44 http_response_size_bytes_count{method="GET",path="/.env.old"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.old "} 88 http_response_size_bytes_count{method="GET",path="/.env.old "} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.old..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.old..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.old/"} 88 http_response_size_bytes_count{method="GET",path="/.env.old/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.old/."} 44 http_response_size_bytes_count{method="GET",path="/.env.old/."} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.old;"} 44 http_response_size_bytes_count{method="GET",path="/.env.old;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.old;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.old;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.old;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.old;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.old;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/.env.orig"} 615 http_response_size_bytes_count{method="GET",path="/.env.orig"} 14 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.orig"} 44 http_response_size_bytes_count{method="GET",path="/.env.orig"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.orig "} 88 http_response_size_bytes_count{method="GET",path="/.env.orig "} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.orig..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.orig..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.orig/"} 88 http_response_size_bytes_count{method="GET",path="/.env.orig/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.orig/."} 44 http_response_size_bytes_count{method="GET",path="/.env.orig/."} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.orig;"} 44 http_response_size_bytes_count{method="GET",path="/.env.orig;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.orig;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.orig;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.orig;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.orig;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.orig;/"} 1 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"} 173 http_response_size_bytes_count{method="GET",path="/.env.php"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.php.bak",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.php.bak"} 173 http_response_size_bytes_count{method="GET",path="/.env.php.bak"} 4 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"} 86 http_response_size_bytes_count{method="GET",path="/.env.preprod"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.prod",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.env.prod"} 345 http_response_size_bytes_count{method="GET",path="/.env.prod"} 8 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="100"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="500"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="1000"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="5000"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="10000"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="50000"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="100000"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="500000"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="1e+06"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="+Inf"} 49 http_response_size_bytes_sum{method="GET",path="/.env.production"} 2141 http_response_size_bytes_count{method="GET",path="/.env.production"} 49 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production"} 88 http_response_size_bytes_count{method="GET",path="/.env.production"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.production "} 176 http_response_size_bytes_count{method="GET",path="/.env.production "} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production..;/"} 88 http_response_size_bytes_count{method="GET",path="/.env.production..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/.env.production.bak"} 572 http_response_size_bytes_count{method="GET",path="/.env.production.bak"} 13 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production.bak"} 44 http_response_size_bytes_count{method="GET",path="/.env.production.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production.bak "} 88 http_response_size_bytes_count{method="GET",path="/.env.production.bak "} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production.bak..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.production.bak..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production.bak/"} 88 http_response_size_bytes_count{method="GET",path="/.env.production.bak/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production.bak/."} 44 http_response_size_bytes_count{method="GET",path="/.env.production.bak/."} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production.bak;"} 44 http_response_size_bytes_count{method="GET",path="/.env.production.bak;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production.bak;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.production.bak;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.bak;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production.bak;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.production.bak;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production.local"} 44 http_response_size_bytes_count{method="GET",path="/.env.production.local"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.production.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.production/"} 176 http_response_size_bytes_count{method="GET",path="/.env.production/"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production/.",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production/."} 88 http_response_size_bytes_count{method="GET",path="/.env.production/."} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.env.production::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production;"} 88 http_response_size_bytes_count{method="GET",path="/.env.production;"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production;.php"} 88 http_response_size_bytes_count{method="GET",path="/.env.production;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production;/"} 88 http_response_size_bytes_count{method="GET",path="/.env.production;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/./style.css",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.production;/./style.css"} 176 http_response_size_bytes_count{method="GET",path="/.env.production;/./style.css"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/Style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production;/Style.css"} 88 http_response_size_bytes_count{method="GET",path="/.env.production;/Style.css"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css"} 1051 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css"} 24 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css"} 88 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css ",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css "} 132 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css "} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css..;/"} 88 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css/"} 132 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css/"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css/.",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css/."} 87 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css/."} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css;"} 88 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css;"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.production;/style.css;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.production;/style.css;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.production;/style.css;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.railway",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.railway"} 43 http_response_size_bytes_count{method="GET",path="/.env.railway"} 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"} 86 http_response_size_bytes_count{method="GET",path="/.env.remote"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.render",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.render"} 43 http_response_size_bytes_count{method="GET",path="/.env.render"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.sample",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.sample"} 129 http_response_size_bytes_count{method="GET",path="/.env.sample"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/.env.save"} 960 http_response_size_bytes_count{method="GET",path="/.env.save"} 22 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.save"} 44 http_response_size_bytes_count{method="GET",path="/.env.save"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.save "} 88 http_response_size_bytes_count{method="GET",path="/.env.save "} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.save..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.save..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.save/"} 88 http_response_size_bytes_count{method="GET",path="/.env.save/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.save/."} 44 http_response_size_bytes_count{method="GET",path="/.env.save/."} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.save;"} 44 http_response_size_bytes_count{method="GET",path="/.env.save;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.save;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.save;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.save;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.save;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.save;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.stage",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.stage"} 86 http_response_size_bytes_count{method="GET",path="/.env.stage"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="100"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="500"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="1000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="5000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/.env.staging"} 1259 http_response_size_bytes_count{method="GET",path="/.env.staging"} 29 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.staging"} 44 http_response_size_bytes_count{method="GET",path="/.env.staging"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.staging "} 88 http_response_size_bytes_count{method="GET",path="/.env.staging "} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.staging..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.staging..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.staging/"} 88 http_response_size_bytes_count{method="GET",path="/.env.staging/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.staging/."} 44 http_response_size_bytes_count{method="GET",path="/.env.staging/."} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.staging;"} 44 http_response_size_bytes_count{method="GET",path="/.env.staging;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.staging;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.staging;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.staging;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.staging;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.staging;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.supabase",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.supabase"} 43 http_response_size_bytes_count{method="GET",path="/.env.supabase"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/.env.swp"} 701 http_response_size_bytes_count{method="GET",path="/.env.swp"} 16 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.swp"} 44 http_response_size_bytes_count{method="GET",path="/.env.swp"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.swp "} 88 http_response_size_bytes_count{method="GET",path="/.env.swp "} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.swp..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.swp..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.swp/"} 88 http_response_size_bytes_count{method="GET",path="/.env.swp/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.swp/."} 44 http_response_size_bytes_count{method="GET",path="/.env.swp/."} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.swp;"} 44 http_response_size_bytes_count{method="GET",path="/.env.swp;"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.swp;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env.swp;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.swp;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.swp;/"} 44 http_response_size_bytes_count{method="GET",path="/.env.swp;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env.test"} 216 http_response_size_bytes_count{method="GET",path="/.env.test"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.test.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.test.local"} 43 http_response_size_bytes_count{method="GET",path="/.env.test.local"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="100"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="500"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="1000"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="5000"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="10000"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="50000"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="100000"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="500000"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="1e+06"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="+Inf"} 41 http_response_size_bytes_sum{method="GET",path="/.env.testing"} 1802 http_response_size_bytes_count{method="GET",path="/.env.testing"} 41 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.testing"} 131 http_response_size_bytes_count{method="GET",path="/.env.testing"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing ",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.env.testing "} 264 http_response_size_bytes_count{method="GET",path="/.env.testing "} 6 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing..;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.testing..;/"} 132 http_response_size_bytes_count{method="GET",path="/.env.testing..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env.testing/"} 220 http_response_size_bytes_count{method="GET",path="/.env.testing/"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing/.",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env.testing/."} 175 http_response_size_bytes_count{method="GET",path="/.env.testing/."} 4 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.testing::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.env.testing::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.testing;"} 131 http_response_size_bytes_count{method="GET",path="/.env.testing;"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.testing;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.testing;.php"} 87 http_response_size_bytes_count{method="GET",path="/.env.testing;.php"} 2 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.tmp",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.tmp",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env.tmp"} 129 http_response_size_bytes_count{method="GET",path="/.env.tmp"} 3 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env.txt",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env.txt"} 215 http_response_size_bytes_count{method="GET",path="/.env.txt"} 5 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"} 86 http_response_size_bytes_count{method="GET",path="/.env.uat"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vault",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.vault"} 43 http_response_size_bytes_count{method="GET",path="/.env.vault"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env.vercel",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env.vercel"} 43 http_response_size_bytes_count{method="GET",path="/.env.vercel"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/.env.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env.yml"} 86 http_response_size_bytes_count{method="GET",path="/.env.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/",le="100"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="500"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="1000"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="5000"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="10000"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="50000"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="100000"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="500000"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="1e+06"} 61 http_response_size_bytes_bucket{method="GET",path="/.env/",le="+Inf"} 61 http_response_size_bytes_sum{method="GET",path="/.env/"} 2671 http_response_size_bytes_count{method="GET",path="/.env/"} 61 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/"} 131 http_response_size_bytes_count{method="GET",path="/.env/"} 3 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.env/ ",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.env/ "} 351 http_response_size_bytes_count{method="GET",path="/.env/ "} 8 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.env/.",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.env/."} 306 http_response_size_bytes_count{method="GET",path="/.env/."} 7 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/..;/"} 131 http_response_size_bytes_count{method="GET",path="/.env/..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/.env//",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.env//"} 351 http_response_size_bytes_count{method="GET",path="/.env//"} 8 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env//.",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env//."} 175 http_response_size_bytes_count{method="GET",path="/.env//."} 4 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env/::$DATA",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env/::$DATA"} 88 http_response_size_bytes_count{method="GET",path="/.env/::$DATA"} 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/;"} 131 http_response_size_bytes_count{method="GET",path="/.env/;"} 3 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env/;.php"} 220 http_response_size_bytes_count{method="GET",path="/.env/;.php"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env/;/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env/;/"} 220 http_response_size_bytes_count{method="GET",path="/.env/;/"} 5 http_response_size_bytes_bucket{method="GET",path="/.env1",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env1",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env1"} 86 http_response_size_bytes_count{method="GET",path="/.env1"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env2",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env2"} 86 http_response_size_bytes_count{method="GET",path="/.env2"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.env;",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.env;"} 220 http_response_size_bytes_count{method="GET",path="/.env;"} 5 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"} 44 http_response_size_bytes_count{method="GET",path="/.env;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env;/"} 43 http_response_size_bytes_count{method="GET",path="/.env;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/./style.css",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.env;/./style.css"} 175 http_response_size_bytes_count{method="GET",path="/.env;/./style.css"} 4 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/Style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env;/Style.css"} 87 http_response_size_bytes_count{method="GET",path="/.env;/Style.css"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/.env;/style.css"} 1048 http_response_size_bytes_count{method="GET",path="/.env;/style.css"} 24 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env;/style.css"} 88 http_response_size_bytes_count{method="GET",path="/.env;/style.css"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css ",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env;/style.css "} 132 http_response_size_bytes_count{method="GET",path="/.env;/style.css "} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env;/style.css..;/"} 88 http_response_size_bytes_count{method="GET",path="/.env;/style.css..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.env;/style.css/"} 132 http_response_size_bytes_count{method="GET",path="/.env;/style.css/"} 3 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css/.",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env;/style.css/."} 87 http_response_size_bytes_count{method="GET",path="/.env;/style.css/."} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env;/style.css;"} 88 http_response_size_bytes_count{method="GET",path="/.env;/style.css;"} 2 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env;/style.css;.php"} 44 http_response_size_bytes_count{method="GET",path="/.env;/style.css;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env;/style.css;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env;/style.css;/"} 44 http_response_size_bytes_count{method="GET",path="/.env;/style.css;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.env_copy",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.env_copy"} 86 http_response_size_bytes_count{method="GET",path="/.env_copy"} 2 http_response_size_bytes_bucket{method="GET",path="/.env~",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/.env~"} 702 http_response_size_bytes_count{method="GET",path="/.env~"} 16 http_response_size_bytes_bucket{method="GET",path="/.env~",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env~"} 44 http_response_size_bytes_count{method="GET",path="/.env~"} 1 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~ "} 88 http_response_size_bytes_count{method="GET",path="/.env~ "} 2 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env~..;/"} 44 http_response_size_bytes_count{method="GET",path="/.env~..;/"} 1 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~/"} 88 http_response_size_bytes_count{method="GET",path="/.env~/"} 2 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env~/."} 44 http_response_size_bytes_count{method="GET",path="/.env~/."} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env~;"} 44 http_response_size_bytes_count{method="GET",path="/.env~;"} 1 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"} 44 http_response_size_bytes_count{method="GET",path="/.env~;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.env~;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.env~;/"} 44 http_response_size_bytes_count{method="GET",path="/.env~;/"} 1 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"} 44 http_response_size_bytes_count{method="GET",path="/.firebase/hosting.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gcloud/credentials"} 88 http_response_size_bytes_count{method="GET",path="/.gcloud/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gcloud/credentials.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gcloud/credentials.json"} 88 http_response_size_bytes_count{method="GET",path="/.gcloud/credentials.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git-credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git-credentials"} 87 http_response_size_bytes_count{method="GET",path="/.git-credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/./config",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.git/./config"} 264 http_response_size_bytes_count{method="GET",path="/.git/./config"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.git/.env"} 86 http_response_size_bytes_count{method="GET",path="/.git/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/Config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/Config"} 132 http_response_size_bytes_count{method="GET",path="/.git/Config"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/HEAD",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/.git/HEAD"} 278 http_response_size_bytes_count{method="GET",path="/.git/HEAD"} 7 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="100"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="500"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="1000"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="5000"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="10000"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="50000"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="100000"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="500000"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="1e+06"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="+Inf"} 52 http_response_size_bytes_sum{method="GET",path="/.git/config"} 2261 http_response_size_bytes_count{method="GET",path="/.git/config"} 52 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/config"} 132 http_response_size_bytes_count{method="GET",path="/.git/config"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config ",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.git/config "} 263 http_response_size_bytes_count{method="GET",path="/.git/config "} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config..;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/config..;/"} 132 http_response_size_bytes_count{method="GET",path="/.git/config..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.git/config/"} 264 http_response_size_bytes_count{method="GET",path="/.git/config/"} 6 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/config/."} 131 http_response_size_bytes_count{method="GET",path="/.git/config/."} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git/config::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.git/config::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/config;"} 132 http_response_size_bytes_count{method="GET",path="/.git/config;"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/config;.php"} 132 http_response_size_bytes_count{method="GET",path="/.git/config;.php"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/config;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.git/config;/"} 132 http_response_size_bytes_count{method="GET",path="/.git/config;/"} 3 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/index",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git/index"} 44 http_response_size_bytes_count{method="GET",path="/.git/index"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/logs/HEAD",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git/logs/HEAD"} 44 http_response_size_bytes_count{method="GET",path="/.git/logs/HEAD"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.git/packed-refs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.git/packed-refs"} 44 http_response_size_bytes_count{method="GET",path="/.git/packed-refs"} 1 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"} 43 http_response_size_bytes_count{method="GET",path="/.github/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/copilot-instructions.md",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.github/copilot-instructions.md"} 176 http_response_size_bytes_count{method="GET",path="/.github/copilot-instructions.md"} 4 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"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/./deploy.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/workflows/./deploy.yml"} 88 http_response_size_bytes_count{method="GET",path="/.github/workflows/./deploy.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/Ci.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/Ci.yml"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/Ci.yml"} 1 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"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/Deploy.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/build.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.github/workflows/build.yml"} 175 http_response_size_bytes_count{method="GET",path="/.github/workflows/build.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/cd.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.github/workflows/cd.yml"} 131 http_response_size_bytes_count{method="GET",path="/.github/workflows/cd.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/.github/workflows/ci.yml"} 613 http_response_size_bytes_count{method="GET",path="/.github/workflows/ci.yml"} 14 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/ci.yml"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/ci.yml"} 1 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/ci.yml..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/ci.yml..;/"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/ci.yml..;/"} 1 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/ci.yml/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/ci.yml/."} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/ci.yml/."} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/ci.yml;"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/ci.yml;"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/ci.yml;.php"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/ci.yml;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/ci.yml;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/ci.yml;/"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/ci.yml;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/.github/workflows/deploy.yml"} 657 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.yml"} 15 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"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/workflows/deploy.yml "} 88 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.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..;/"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.yml..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.github/workflows/deploy.yml/"} 88 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.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/."} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.yml/."} 1 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;"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.yml;"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/deploy.yml;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.github/workflows/deploy.yml;.php"} 44 http_response_size_bytes_count{method="GET",path="/.github/workflows/deploy.yml;.php"} 1 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;/"} 44 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"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/main.yml",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.github/workflows/main.yml"} 260 http_response_size_bytes_count{method="GET",path="/.github/workflows/main.yml"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/release.yml",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.github/workflows/release.yml"} 261 http_response_size_bytes_count{method="GET",path="/.github/workflows/release.yml"} 6 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.github/workflows/test.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.github/workflows/test.yml"} 175 http_response_size_bytes_count{method="GET",path="/.github/workflows/test.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.gitlab-ci.yaml"} 86 http_response_size_bytes_count{method="GET",path="/.gitlab-ci.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/.gitlab-ci.yml",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/.gitlab-ci.yml"} 348 http_response_size_bytes_count{method="GET",path="/.gitlab-ci.yml"} 8 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.gradle/gradle.properties",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.gradle/gradle.properties"} 44 http_response_size_bytes_count{method="GET",path="/.gradle/gradle.properties"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.hermes/.env"} 44 http_response_size_bytes_count{method="GET",path="/.hermes/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/auth.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.hermes/auth.json"} 44 http_response_size_bytes_count{method="GET",path="/.hermes/auth.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.hermes/config.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.hermes/config.yaml"} 43 http_response_size_bytes_count{method="GET",path="/.hermes/config.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak"} 572 http_response_size_bytes_count{method="GET",path="/.htaccess.bak"} 13 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak"} 43 http_response_size_bytes_count{method="GET",path="/.htaccess.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak "} 88 http_response_size_bytes_count{method="GET",path="/.htaccess.bak "} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak..;/"} 44 http_response_size_bytes_count{method="GET",path="/.htaccess.bak..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak/"} 88 http_response_size_bytes_count{method="GET",path="/.htaccess.bak/"} 2 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak/."} 44 http_response_size_bytes_count{method="GET",path="/.htaccess.bak/."} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak;"} 44 http_response_size_bytes_count{method="GET",path="/.htaccess.bak;"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak;.php"} 44 http_response_size_bytes_count{method="GET",path="/.htaccess.bak;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.htaccess.bak;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.htaccess.bak;/"} 44 http_response_size_bytes_count{method="GET",path="/.htaccess.bak;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="100"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="500"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="1000"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="5000"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="10000"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="50000"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="100000"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="500000"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="1e+06"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="+Inf"} 28 http_response_size_bytes_sum{method="GET",path="/.htpasswd"} 1229 http_response_size_bytes_count{method="GET",path="/.htpasswd"} 28 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.htpasswd"} 88 http_response_size_bytes_count{method="GET",path="/.htpasswd"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.htpasswd "} 176 http_response_size_bytes_count{method="GET",path="/.htpasswd "} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.htpasswd..;/"} 88 http_response_size_bytes_count{method="GET",path="/.htpasswd..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.htpasswd/"} 176 http_response_size_bytes_count{method="GET",path="/.htpasswd/"} 4 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.htpasswd/."} 132 http_response_size_bytes_count{method="GET",path="/.htpasswd/."} 3 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.htpasswd::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.htpasswd::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.htpasswd;"} 88 http_response_size_bytes_count{method="GET",path="/.htpasswd;"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.htpasswd;.php"} 88 http_response_size_bytes_count{method="GET",path="/.htpasswd;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.htpasswd;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.htpasswd;/"} 88 http_response_size_bytes_count{method="GET",path="/.htpasswd;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/dataSources.xml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.idea/dataSources.xml"} 176 http_response_size_bytes_count{method="GET",path="/.idea/dataSources.xml"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.idea/workspace.xml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.idea/workspace.xml"} 175 http_response_size_bytes_count{method="GET",path="/.idea/workspace.xml"} 4 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="/.mcp.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.mcp.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.mcp.json"} 44 http_response_size_bytes_count{method="GET",path="/.mcp.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.netlify/functions/env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.netlify/functions/env"} 176 http_response_size_bytes_count{method="GET",path="/.netlify/functions/env"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="100"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="500"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="1000"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="5000"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="10000"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="50000"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="100000"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="500000"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="1e+06"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="+Inf"} 28 http_response_size_bytes_sum{method="GET",path="/.netrc"} 1223 http_response_size_bytes_count{method="GET",path="/.netrc"} 28 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.netrc"} 88 http_response_size_bytes_count{method="GET",path="/.netrc"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.netrc "} 176 http_response_size_bytes_count{method="GET",path="/.netrc "} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.netrc..;/"} 88 http_response_size_bytes_count{method="GET",path="/.netrc..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.netrc/"} 176 http_response_size_bytes_count{method="GET",path="/.netrc/"} 4 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.netrc/."} 131 http_response_size_bytes_count{method="GET",path="/.netrc/."} 3 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.netrc::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.netrc::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.netrc;"} 88 http_response_size_bytes_count{method="GET",path="/.netrc;"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.netrc;.php"} 88 http_response_size_bytes_count{method="GET",path="/.netrc;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.netrc;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.netrc;/"} 88 http_response_size_bytes_count{method="GET",path="/.netrc;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="100"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="500"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="1000"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="5000"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/.npmrc"} 1268 http_response_size_bytes_count{method="GET",path="/.npmrc"} 29 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.npmrc"} 88 http_response_size_bytes_count{method="GET",path="/.npmrc"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.npmrc "} 176 http_response_size_bytes_count{method="GET",path="/.npmrc "} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.npmrc..;/"} 88 http_response_size_bytes_count{method="GET",path="/.npmrc..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.npmrc/"} 176 http_response_size_bytes_count{method="GET",path="/.npmrc/"} 4 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.npmrc/."} 132 http_response_size_bytes_count{method="GET",path="/.npmrc/."} 3 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.npmrc::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.npmrc::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.npmrc;"} 88 http_response_size_bytes_count{method="GET",path="/.npmrc;"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.npmrc;.php"} 88 http_response_size_bytes_count{method="GET",path="/.npmrc;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.npmrc;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.npmrc;/"} 88 http_response_size_bytes_count{method="GET",path="/.npmrc;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.openai/config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.openai/config.json"} 87 http_response_size_bytes_count{method="GET",path="/.openai/config.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.openclaw/.env"} 43 http_response_size_bytes_count{method="GET",path="/.openclaw/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/agents/main/agent/models.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.openclaw/agents/main/agent/models.json"} 44 http_response_size_bytes_count{method="GET",path="/.openclaw/agents/main/agent/models.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.openclaw/openclaw.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.openclaw/openclaw.json"} 88 http_response_size_bytes_count{method="GET",path="/.openclaw/openclaw.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.s3cfg",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.s3cfg"} 43 http_response_size_bytes_count{method="GET",path="/.s3cfg"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.sendgrid.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.sendgrid.env"} 43 http_response_size_bytes_count{method="GET",path="/.sendgrid.env"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/./id_rsa",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.ssh/./id_rsa"} 220 http_response_size_bytes_count{method="GET",path="/.ssh/./id_rsa"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/Id_rsa",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.ssh/Id_rsa"} 131 http_response_size_bytes_count{method="GET",path="/.ssh/Id_rsa"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.ssh/config"} 44 http_response_size_bytes_count{method="GET",path="/.ssh/config"} 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"} 44 http_response_size_bytes_count{method="GET",path="/.ssh/id_dsa"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_ecdsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.ssh/id_ecdsa"} 44 http_response_size_bytes_count{method="GET",path="/.ssh/id_ecdsa"} 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"} 44 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"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa"} 1142 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa"} 26 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa"} 88 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa ",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa "} 220 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa "} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa..;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa..;/"} 132 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa/"} 220 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa/"} 5 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa/."} 131 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa/."} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa;"} 132 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa;"} 3 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa;.php"} 88 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.ssh/id_rsa;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.ssh/id_rsa;/"} 88 http_response_size_bytes_count{method="GET",path="/.ssh/id_rsa;/"} 2 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.streamlit/secrets.toml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.streamlit/secrets.toml"} 43 http_response_size_bytes_count{method="GET",path="/.streamlit/secrets.toml"} 1 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.stripe/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.stripe/"} 129 http_response_size_bytes_count{method="GET",path="/.stripe/"} 3 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"} 44 http_response_size_bytes_count{method="GET",path="/.svn/entries"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.terraform/terraform.tfstate",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.terraform/terraform.tfstate"} 43 http_response_size_bytes_count{method="GET",path="/.terraform/terraform.tfstate"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.trash7206/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.trash7206/index.php"} 44 http_response_size_bytes_count{method="GET",path="/.trash7206/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.travis.yaml"} 86 http_response_size_bytes_count{method="GET",path="/.travis.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.travis.yml",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.travis.yml"} 175 http_response_size_bytes_count{method="GET",path="/.travis.yml"} 4 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.vault-token",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.vault-token"} 86 http_response_size_bytes_count{method="GET",path="/.vault-token"} 2 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.vercel/api/config",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.vercel/api/config"} 176 http_response_size_bytes_count{method="GET",path="/.vercel/api/config"} 4 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.vite/manifest.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.vite/manifest.json"} 43 http_response_size_bytes_count{method="GET",path="/.vite/manifest.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/settings.json",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.vscode/settings.json"} 175 http_response_size_bytes_count{method="GET",path="/.vscode/settings.json"} 4 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/.vscode/sftp.json",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/.vscode/sftp.json"} 261 http_response_size_bytes_count{method="GET",path="/.vscode/sftp.json"} 6 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/.well-known/"} 433 http_response_size_bytes_count{method="GET",path="/.well-known/"} 10 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./jwks.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/./jwks.json"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/./jwks.json"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./oauth-authorization-server",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/./oauth-authorization-server"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/./oauth-authorization-server"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/./openid-configuration",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/./openid-configuration"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/./openid-configuration"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Jwks.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/Jwks.json"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/Jwks.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Oauth-authorization-server",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/Oauth-authorization-server"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/Oauth-authorization-server"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/Openid-configuration",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/Openid-configuration"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/Openid-configuration"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/about.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/.well-known/about.php"} 473 http_response_size_bytes_count{method="GET",path="/.well-known/about.php"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/cache-compat.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/cache-compat.php"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/cache-compat.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/content.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/content.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/content.php"} 1 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"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json"} 528 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json "} 88 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json "} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json/"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json/."} 44 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json;"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/jwks.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/jwks.json;/"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/jwks.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/logs233/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/logs233/index.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/logs233/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server"} 483 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server"} 11 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server "} 44 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server "} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server..;/"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server/"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server/"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server/."} 44 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server/."} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server;"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server;"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server;.php"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/oauth-authorization-server;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/oauth-authorization-server;/"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/oauth-authorization-server;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration"} 527 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration"} 12 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration "} 88 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration "} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration..;/"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration/"} 88 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration/"} 2 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration/."} 44 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration/."} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration;"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration;"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration;.php"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/openid-configuration;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/openid-configuration;/"} 44 http_response_size_bytes_count{method="GET",path="/.well-known/openid-configuration;/"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/pki-validation/about.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/pki-validation/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/pki-validation/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/pki-validation/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/wp-login.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/pki-validation/wp-login.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/pki-validation/wp-login.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/pki-validation/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/pki-validation/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/pki-validation/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/security.txt",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.well-known/security.txt"} 172 http_response_size_bytes_count{method="GET",path="/.well-known/security.txt"} 4 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-known/zaza.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-known/zaza.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-known/zaza.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.well-knownold/inputs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.well-knownold/inputs.php"} 43 http_response_size_bytes_count{method="GET",path="/.well-knownold/inputs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/.windsurf/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/.windsurf/"} 176 http_response_size_bytes_count{method="GET",path="/.windsurf/"} 4 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/.woodpecker.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/.woodpecker.yml"} 132 http_response_size_bytes_count{method="GET",path="/.woodpecker.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.yarnrc",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.yarnrc"} 43 http_response_size_bytes_count{method="GET",path="/.yarnrc"} 1 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="/.zsh_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/.zsh_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/.zsh_history"} 43 http_response_size_bytes_count{method="GET",path="/.zsh_history"} 1 http_response_size_bytes_bucket{method="GET",path="//",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="//",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="//"} 616 http_response_size_bytes_count{method="GET",path="//"} 14 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="//../../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../.env"} 43 http_response_size_bytes_count{method="GET",path="//../../.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../app/.env"} 43 http_response_size_bytes_count{method="GET",path="//../../app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/apache2/apache2.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../etc/apache2/apache2.conf"} 43 http_response_size_bytes_count{method="GET",path="//../../etc/apache2/apache2.conf"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/hosts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../etc/hosts"} 43 http_response_size_bytes_count{method="GET",path="//../../etc/hosts"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/nginx/nginx.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../etc/nginx/nginx.conf"} 43 http_response_size_bytes_count{method="GET",path="//../../etc/nginx/nginx.conf"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="//../../etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/shadow",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../etc/shadow"} 43 http_response_size_bytes_count{method="GET",path="//../../etc/shadow"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../etc/ssh/sshd_config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../etc/ssh/sshd_config"} 43 http_response_size_bytes_count{method="GET",path="//../../etc/ssh/sshd_config"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/admin/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../home/admin/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../../home/admin/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/deploy/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../home/deploy/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../../home/deploy/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ec2-user/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../home/ec2-user/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../../home/ec2-user/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/git/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../home/git/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../../home/git/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="//../../home/ubuntu/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/ubuntu/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../home/ubuntu/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../../home/ubuntu/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../home/www-data/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../home/www-data/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../../home/www-data/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/net/tcp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../proc/net/tcp"} 43 http_response_size_bytes_count{method="GET",path="//../../proc/net/tcp"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/cmdline",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../proc/self/cmdline"} 43 http_response_size_bytes_count{method="GET",path="//../../proc/self/cmdline"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../proc/self/environ"} 43 http_response_size_bytes_count{method="GET",path="//../../proc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../proc/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../proc/version"} 43 http_response_size_bytes_count{method="GET",path="//../../proc/version"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.bash_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../root/.bash_history"} 43 http_response_size_bytes_count{method="GET",path="//../../root/.bash_history"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.mysql_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../root/.mysql_history"} 43 http_response_size_bytes_count{method="GET",path="//../../root/.mysql_history"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../root/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="//../../root/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../root/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../root/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../../root/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../srv/.env"} 43 http_response_size_bytes_count{method="GET",path="//../../srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/auth.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/log/auth.log"} 43 http_response_size_bytes_count{method="GET",path="//../../var/log/auth.log"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/log/secure",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/log/secure"} 43 http_response_size_bytes_count{method="GET",path="//../../var/log/secure"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/www/.env"} 43 http_response_size_bytes_count{method="GET",path="//../../var/www/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/www/.git/config"} 43 http_response_size_bytes_count{method="GET",path="//../../var/www/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="//../../var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/www/html/.git/config"} 43 http_response_size_bytes_count{method="GET",path="//../../var/www/html/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/www/html/config.php"} 43 http_response_size_bytes_count{method="GET",path="//../../var/www/html/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/configuration.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/www/html/configuration.php"} 43 http_response_size_bytes_count{method="GET",path="//../../var/www/html/configuration.php"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../../var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../../var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="//../../var/www/html/wp-config.php"} 1 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="//../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../.env"} 43 http_response_size_bytes_count{method="GET",path="//../.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../app/.env"} 43 http_response_size_bytes_count{method="GET",path="//../app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/apache2/apache2.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../etc/apache2/apache2.conf"} 43 http_response_size_bytes_count{method="GET",path="//../etc/apache2/apache2.conf"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/hosts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../etc/hosts"} 43 http_response_size_bytes_count{method="GET",path="//../etc/hosts"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/nginx/nginx.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../etc/nginx/nginx.conf"} 43 http_response_size_bytes_count{method="GET",path="//../etc/nginx/nginx.conf"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="//../etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/shadow",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../etc/shadow"} 43 http_response_size_bytes_count{method="GET",path="//../etc/shadow"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../etc/ssh/sshd_config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../etc/ssh/sshd_config"} 43 http_response_size_bytes_count{method="GET",path="//../etc/ssh/sshd_config"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../home/.env"} 43 http_response_size_bytes_count{method="GET",path="//../home/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/deploy/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../home/deploy/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../home/deploy/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ec2-user/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../home/ec2-user/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../home/ec2-user/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../home/ubuntu/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="//../home/ubuntu/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/ubuntu/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../home/ubuntu/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../home/ubuntu/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../home/www-data/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../home/www-data/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../home/www-data/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/net/tcp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../proc/net/tcp"} 43 http_response_size_bytes_count{method="GET",path="//../proc/net/tcp"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/cmdline",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../proc/self/cmdline"} 43 http_response_size_bytes_count{method="GET",path="//../proc/self/cmdline"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../proc/self/environ"} 43 http_response_size_bytes_count{method="GET",path="//../proc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../proc/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../proc/version"} 43 http_response_size_bytes_count{method="GET",path="//../proc/version"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.bash_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../root/.bash_history"} 43 http_response_size_bytes_count{method="GET",path="//../root/.bash_history"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.mysql_history",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../root/.mysql_history"} 43 http_response_size_bytes_count{method="GET",path="//../root/.mysql_history"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../root/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="//../root/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../root/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../root/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="//../root/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../srv/.env"} 43 http_response_size_bytes_count{method="GET",path="//../srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/apache2/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/log/apache2/access.log"} 43 http_response_size_bytes_count{method="GET",path="//../var/log/apache2/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/auth.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/log/auth.log"} 43 http_response_size_bytes_count{method="GET",path="//../var/log/auth.log"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/nginx/access.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/log/nginx/access.log"} 43 http_response_size_bytes_count{method="GET",path="//../var/log/nginx/access.log"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/log/secure",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/log/secure"} 43 http_response_size_bytes_count{method="GET",path="//../var/log/secure"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/www/.env"} 43 http_response_size_bytes_count{method="GET",path="//../var/www/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/www/.git/config"} 43 http_response_size_bytes_count{method="GET",path="//../var/www/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="//../var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/www/html/.git/config"} 43 http_response_size_bytes_count{method="GET",path="//../var/www/html/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/www/html/config.php"} 43 http_response_size_bytes_count{method="GET",path="//../var/www/html/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/configuration.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/www/html/configuration.php"} 43 http_response_size_bytes_count{method="GET",path="//../var/www/html/configuration.php"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//../var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//../var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="//../var/www/html/wp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="//./.env",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="//./.env",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="//./.env"} 351 http_response_size_bytes_count{method="GET",path="//./.env"} 8 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.aws/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.aws/config"} 88 http_response_size_bytes_count{method="GET",path="//.aws/config"} 2 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"} 308 http_response_size_bytes_count{method="GET",path="//.aws/credentials"} 7 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//.cache/x.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//.cache/x.php"} 43 http_response_size_bytes_count{method="GET",path="//.cache/x.php"} 1 http_response_size_bytes_bucket{method="GET",path="//.env",le="100"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="500"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="1000"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="5000"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="10000"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="50000"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="100000"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="500000"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="1e+06"} 65 http_response_size_bytes_bucket{method="GET",path="//.env",le="+Inf"} 65 http_response_size_bytes_sum{method="GET",path="//.env"} 2845 http_response_size_bytes_count{method="GET",path="//.env"} 65 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"} 131 http_response_size_bytes_count{method="GET",path="//.env"} 3 http_response_size_bytes_bucket{method="GET",path="//.env ",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//.env ",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//.env "} 264 http_response_size_bytes_count{method="GET",path="//.env "} 6 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..;/"} 131 http_response_size_bytes_count{method="GET",path="//.env..;/"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.backup",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="//.env.backup"} 176 http_response_size_bytes_count{method="GET",path="//.env.backup"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.bak",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="//.env.bak"} 175 http_response_size_bytes_count{method="GET",path="//.env.bak"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.docker",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//.env.docker"} 132 http_response_size_bytes_count{method="GET",path="//.env.docker"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="//.env.local"} 175 http_response_size_bytes_count{method="GET",path="//.env.local"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.local.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env.local.bak"} 88 http_response_size_bytes_count{method="GET",path="//.env.local.bak"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.old",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env.old"} 88 http_response_size_bytes_count{method="GET",path="//.env.old"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.orig",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env.orig"} 88 http_response_size_bytes_count{method="GET",path="//.env.orig"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="//.env.production"} 176 http_response_size_bytes_count{method="GET",path="//.env.production"} 4 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env.production.bak"} 88 http_response_size_bytes_count{method="GET",path="//.env.production.bak"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.production;/style.css",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//.env.production;/style.css"} 132 http_response_size_bytes_count{method="GET",path="//.env.production;/style.css"} 3 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.save",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env.save"} 88 http_response_size_bytes_count{method="GET",path="//.env.save"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.staging",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env.staging"} 88 http_response_size_bytes_count{method="GET",path="//.env.staging"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.swp",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env.swp"} 88 http_response_size_bytes_count{method="GET",path="//.env.swp"} 2 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//.env.testing",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//.env.testing"} 263 http_response_size_bytes_count{method="GET",path="//.env.testing"} 6 http_response_size_bytes_bucket{method="GET",path="//.env/",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="//.env/"} 614 http_response_size_bytes_count{method="GET",path="//.env/"} 14 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//.env/.",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//.env/."} 220 http_response_size_bytes_count{method="GET",path="//.env/."} 5 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//.env::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//.env::$DATA"} 44 http_response_size_bytes_count{method="GET",path="//.env::$DATA"} 1 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;"} 131 http_response_size_bytes_count{method="GET",path="//.env;"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.env;.php"} 88 http_response_size_bytes_count{method="GET",path="//.env;.php"} 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;/"} 88 http_response_size_bytes_count{method="GET",path="//.env;/"} 2 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//.env;/style.css",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//.env;/style.css"} 132 http_response_size_bytes_count{method="GET",path="//.env;/style.css"} 3 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~"} 88 http_response_size_bytes_count{method="GET",path="//.env~"} 2 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//.git/config",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//.git/config"} 264 http_response_size_bytes_count{method="GET",path="//.git/config"} 6 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"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.github/workflows/deploy.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.github/workflows/deploy.yml"} 88 http_response_size_bytes_count{method="GET",path="//.github/workflows/deploy.yml"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.htaccess.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.htaccess.bak"} 87 http_response_size_bytes_count{method="GET",path="//.htaccess.bak"} 2 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//.htpasswd",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//.htpasswd"} 220 http_response_size_bytes_count{method="GET",path="//.htpasswd"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//.netrc",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//.netrc"} 219 http_response_size_bytes_count{method="GET",path="//.netrc"} 5 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"} 220 http_response_size_bytes_count{method="GET",path="//.npmrc"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//.ssh/id_rsa",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//.ssh/id_rsa"} 220 http_response_size_bytes_count{method="GET",path="//.ssh/id_rsa"} 5 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/jwks.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.well-known/jwks.json"} 88 http_response_size_bytes_count{method="GET",path="//.well-known/jwks.json"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/oauth-authorization-server",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.well-known/oauth-authorization-server"} 88 http_response_size_bytes_count{method="GET",path="//.well-known/oauth-authorization-server"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//.well-known/openid-configuration",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//.well-known/openid-configuration"} 88 http_response_size_bytes_count{method="GET",path="//.well-known/openid-configuration"} 2 http_response_size_bytes_bucket{method="GET",path="///.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="///.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="///.env"} 308 http_response_size_bytes_count{method="GET",path="///.env"} 7 http_response_size_bytes_bucket{method="GET",path="///133.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="///133.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="///133.php"} 86 http_response_size_bytes_count{method="GET",path="///133.php"} 2 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="///2larp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="///2larp.php"} 43 http_response_size_bytes_count{method="GET",path="///2larp.php"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="///Jcrop.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="///Jcrop.php"} 43 http_response_size_bytes_count{method="GET",path="///Jcrop.php"} 1 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="///admin.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="///admin.php"} 474 http_response_size_bytes_count{method="GET",path="///admin.php"} 11 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="///coffee.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="///coffee.php"} 86 http_response_size_bytes_count{method="GET",path="///coffee.php"} 2 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="///lobster.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="///lobster.php"} 43 http_response_size_bytes_count{method="GET",path="///lobster.php"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="///s_p.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="///s_p.php"} 43 http_response_size_bytes_count{method="GET",path="///s_p.php"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="///s_w.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="///s_w.php"} 43 http_response_size_bytes_count{method="GET",path="///s_w.php"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="///s_y.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="///s_y.php"} 43 http_response_size_bytes_count{method="GET",path="///s_y.php"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="///term.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="///term.php"} 43 http_response_size_bytes_count{method="GET",path="///term.php"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="///wpxml.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="///wpxml.php"} 43 http_response_size_bytes_count{method="GET",path="///wpxml.php"} 1 http_response_size_bytes_bucket{method="GET",path="//002.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//002.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//002.php"} 86 http_response_size_bytes_count{method="GET",path="//002.php"} 2 http_response_size_bytes_bucket{method="GET",path="//1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//1.php"} 43 http_response_size_bytes_count{method="GET",path="//1.php"} 1 http_response_size_bytes_bucket{method="GET",path="//2.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//2.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//2.php"} 86 http_response_size_bytes_count{method="GET",path="//2.php"} 2 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//2018/wp-includes/wlwmanifest.xml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//2018/wp-includes/wlwmanifest.xml"} 215 http_response_size_bytes_count{method="GET",path="//2018/wp-includes/wlwmanifest.xml"} 5 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="//2020/wp-includes/wlwmanifest.xml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//2020/wp-includes/wlwmanifest.xml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//2020/wp-includes/wlwmanifest.xml"} 86 http_response_size_bytes_count{method="GET",path="//2020/wp-includes/wlwmanifest.xml"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//2021/wp-includes/wlwmanifest.xml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//2021/wp-includes/wlwmanifest.xml"} 86 http_response_size_bytes_count{method="GET",path="//2021/wp-includes/wlwmanifest.xml"} 2 http_response_size_bytes_bucket{method="GET",path="//403.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//403.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//403.php"} 43 http_response_size_bytes_count{method="GET",path="//403.php"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//82.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//82.php"} 43 http_response_size_bytes_count{method="GET",path="//82.php"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//9.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//9.php"} 43 http_response_size_bytes_count{method="GET",path="//9.php"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//BDKR28WP.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//BDKR28WP.php"} 43 http_response_size_bytes_count{method="GET",path="//BDKR28WP.php"} 1 http_response_size_bytes_bucket{method="GET",path="//a.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//a.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//a.php"} 129 http_response_size_bytes_count{method="GET",path="//a.php"} 3 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="//a1.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="//a1.php"} 388 http_response_size_bytes_count{method="GET",path="//a1.php"} 9 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="//aa.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="//aa.php"} 517 http_response_size_bytes_count{method="GET",path="//aa.php"} 12 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//aa1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//aa1.php"} 43 http_response_size_bytes_count{method="GET",path="//aa1.php"} 1 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="//abcd.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="//abcd.php"} 387 http_response_size_bytes_count{method="GET",path="//abcd.php"} 9 http_response_size_bytes_bucket{method="GET",path="//actuator",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//actuator"} 88 http_response_size_bytes_count{method="GET",path="//actuator"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/heapdump",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//actuator/heapdump"} 88 http_response_size_bytes_count{method="GET",path="//actuator/heapdump"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//actuator/logfile",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//actuator/logfile"} 88 http_response_size_bytes_count{method="GET",path="//actuator/logfile"} 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="//adminfuns.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="//adminfuns.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="//adminfuns.php"} 474 http_response_size_bytes_count{method="GET",path="//adminfuns.php"} 11 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api-docs.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api-docs.json"} 88 http_response_size_bytes_count{method="GET",path="//api-docs.json"} 2 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"} 43 http_response_size_bytes_count{method="GET",path="//api/account"} 1 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.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api/config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api/config.json"} 88 http_response_size_bytes_count{method="GET",path="//api/config.json"} 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="//api/env-config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api/env-config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api/env-config"} 88 http_response_size_bytes_count{method="GET",path="//api/env-config"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api/info",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api/info"} 88 http_response_size_bytes_count{method="GET",path="//api/info"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api/runtime-config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api/runtime-config"} 88 http_response_size_bytes_count{method="GET",path="//api/runtime-config"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api/settings",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api/settings"} 88 http_response_size_bytes_count{method="GET",path="//api/settings"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api/telescope/requests",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api/telescope/requests"} 86 http_response_size_bytes_count{method="GET",path="//api/telescope/requests"} 2 http_response_size_bytes_bucket{method="GET",path="//api/user",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//api/user",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//api/user"} 43 http_response_size_bytes_count{method="GET",path="//api/user"} 1 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api/v1/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api/v1/config"} 88 http_response_size_bytes_count{method="GET",path="//api/v1/config"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//api/version",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//api/version"} 88 http_response_size_bytes_count{method="GET",path="//api/version"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//app.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//app.json"} 88 http_response_size_bytes_count{method="GET",path="//app.json"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 88 http_response_size_bytes_count{method="GET",path="//apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//appsettings.json.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//appsettings.json.bak"} 88 http_response_size_bytes_count{method="GET",path="//appsettings.json.bak"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//assets/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//assets/env.js"} 88 http_response_size_bytes_count{method="GET",path="//assets/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//autovirgi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//autovirgi.php"} 43 http_response_size_bytes_count{method="GET",path="//autovirgi.php"} 1 http_response_size_bytes_bucket{method="GET",path="//av.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="//av.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="//av.php"} 774 http_response_size_bytes_count{method="GET",path="//av.php"} 18 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//avcqlevnbk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//avcqlevnbk.php"} 43 http_response_size_bytes_count{method="GET",path="//avcqlevnbk.php"} 1 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//aws-exports.js",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//aws-exports.js"} 263 http_response_size_bytes_count{method="GET",path="//aws-exports.js"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//awsconfiguration.json",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//awsconfiguration.json"} 262 http_response_size_bytes_count{method="GET",path="//awsconfiguration.json"} 6 http_response_size_bytes_bucket{method="GET",path="//backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//backup"} 44 http_response_size_bytes_count{method="GET",path="//backup"} 1 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//backup.sql"} 220 http_response_size_bytes_count{method="GET",path="//backup.sql"} 5 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.gz",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//backup.sql.gz"} 88 http_response_size_bytes_count{method="GET",path="//backup.sql.gz"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//backup.sql.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//backup.sql.zip"} 88 http_response_size_bytes_count{method="GET",path="//backup.sql.zip"} 2 http_response_size_bytes_bucket{method="GET",path="//backup/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//backup/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//backup/"} 44 http_response_size_bytes_count{method="GET",path="//backup/"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//backups",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//backups"} 44 http_response_size_bytes_count{method="GET",path="//backups"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//backups/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//backups/"} 44 http_response_size_bytes_count{method="GET",path="//backups/"} 1 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/"} 86 http_response_size_bytes_count{method="GET",path="//blog/"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/robots.txt",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//blog/robots.txt"} 86 http_response_size_bytes_count{method="GET",path="//blog/robots.txt"} 2 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//blog/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//blog/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//blog/wp-includes/wlwmanifest.xml"} 7 http_response_size_bytes_bucket{method="GET",path="//build.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//build.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//build.json"} 88 http_response_size_bytes_count{method="GET",path="//build.json"} 2 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//buy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//buy.php"} 43 http_response_size_bytes_count{method="GET",path="//buy.php"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//byp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//byp.php"} 43 http_response_size_bytes_count{method="GET",path="//byp.php"} 1 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/admin.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="//cgi-bin/admin.php"} 344 http_response_size_bytes_count{method="GET",path="//cgi-bin/admin.php"} 8 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="//cgi-bin/index.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="//cgi-bin/index.php"} 474 http_response_size_bytes_count{method="GET",path="//cgi-bin/index.php"} 11 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//cms/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//cms/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//cms/wp-includes/wlwmanifest.xml"} 7 http_response_size_bytes_bucket{method="GET",path="//config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//config.js"} 88 http_response_size_bytes_count{method="GET",path="//config.js"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//config.json"} 88 http_response_size_bytes_count{method="GET",path="//config.json"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//config.php.bak"} 88 http_response_size_bytes_count{method="GET",path="//config.php.bak"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//config.php.old",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//config.php.old"} 88 http_response_size_bytes_count{method="GET",path="//config.php.old"} 2 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//config/app.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//config/app.php"} 219 http_response_size_bytes_count{method="GET",path="//config/app.php"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//config/database.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//config/database.php"} 219 http_response_size_bytes_count{method="GET",path="//config/database.php"} 5 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//config/mail.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//config/mail.php"} 132 http_response_size_bytes_count{method="GET",path="//config/mail.php"} 3 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 88 http_response_size_bytes_count{method="GET",path="//dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="//database.sql"} 176 http_response_size_bytes_count{method="GET",path="//database.sql"} 4 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//database.sql.gz",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//database.sql.gz"} 88 http_response_size_bytes_count{method="GET",path="//database.sql.gz"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//database.yml.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//database.yml.bak"} 88 http_response_size_bytes_count{method="GET",path="//database.yml.bak"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//db.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//db.sql"} 88 http_response_size_bytes_count{method="GET",path="//db.sql"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//debug.log",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//debug.log"} 88 http_response_size_bytes_count{method="GET",path="//debug.log"} 2 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//desah.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//desah.php"} 43 http_response_size_bytes_count{method="GET",path="//desah.php"} 1 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="//docker-compose.yml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//docker-compose.yml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//docker-compose.yml"} 219 http_response_size_bytes_count{method="GET",path="//docker-compose.yml"} 5 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//drykl.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//drykl.php"} 129 http_response_size_bytes_count{method="GET",path="//drykl.php"} 3 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//dump.sql"} 220 http_response_size_bytes_count{method="GET",path="//dump.sql"} 5 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.gz",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//dump.sql.gz"} 88 http_response_size_bytes_count{method="GET",path="//dump.sql.gz"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//dump.sql.zip",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//dump.sql.zip"} 88 http_response_size_bytes_count{method="GET",path="//dump.sql.zip"} 2 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//dx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//dx.php"} 43 http_response_size_bytes_count{method="GET",path="//dx.php"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//edit-tags.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//edit-tags.php"} 43 http_response_size_bytes_count{method="GET",path="//edit-tags.php"} 1 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="//edit.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="//edit.php"} 431 http_response_size_bytes_count{method="GET",path="//edit.php"} 10 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//env-config.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//env-config.js"} 88 http_response_size_bytes_count{method="GET",path="//env-config.js"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//env.js"} 88 http_response_size_bytes_count{method="GET",path="//env.js"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//error.log",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//error.log"} 88 http_response_size_bytes_count{method="GET",path="//error.log"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//erty.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//erty.php"} 86 http_response_size_bytes_count{method="GET",path="//erty.php"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//export.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//export.sql"} 88 http_response_size_bytes_count{method="GET",path="//export.sql"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//f35.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//f35.php"} 86 http_response_size_bytes_count{method="GET",path="//f35.php"} 2 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="//f6.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="//f6.php"} 172 http_response_size_bytes_count{method="GET",path="//f6.php"} 4 http_response_size_bytes_bucket{method="GET",path="//feed/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//feed/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//feed/"} 86 http_response_size_bytes_count{method="GET",path="//feed/"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//fffm.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//fffm.php"} 86 http_response_size_bytes_count{method="GET",path="//fffm.php"} 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="//h.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//h.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//h.php"} 86 http_response_size_bytes_count{method="GET",path="//h.php"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//health",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//health"} 88 http_response_size_bytes_count{method="GET",path="//health"} 2 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="//hosty.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//hosty.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//hosty.php"} 43 http_response_size_bytes_count{method="GET",path="//hosty.php"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//images/security.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//images/security.php"} 43 http_response_size_bytes_count{method="GET",path="//images/security.php"} 1 http_response_size_bytes_bucket{method="GET",path="//index.php",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="//index.php",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="//index.php"} 700 http_response_size_bytes_count{method="GET",path="//index.php"} 16 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//index/function.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//index/function.php"} 43 http_response_size_bytes_count{method="GET",path="//index/function.php"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//ip.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//ip.php"} 43 http_response_size_bytes_count{method="GET",path="//ip.php"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//johen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//johen.php"} 43 http_response_size_bytes_count{method="GET",path="//johen.php"} 1 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//koiy.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//koiy.php"} 86 http_response_size_bytes_count{method="GET",path="//koiy.php"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//laravel.log",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//laravel.log"} 88 http_response_size_bytes_count{method="GET",path="//laravel.log"} 2 http_response_size_bytes_bucket{method="GET",path="//like.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//like.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//like.php"} 43 http_response_size_bytes_count{method="GET",path="//like.php"} 1 http_response_size_bytes_bucket{method="GET",path="//login",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//login",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//login"} 88 http_response_size_bytes_count{method="GET",path="//login"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//login.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//login.php"} 86 http_response_size_bytes_count{method="GET",path="//login.php"} 2 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="//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="//mosty.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//mosty.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//mosty.php"} 86 http_response_size_bytes_count{method="GET",path="//mosty.php"} 2 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="//mysql.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//mysql.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//mysql.sql"} 88 http_response_size_bytes_count{method="GET",path="//mysql.sql"} 2 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="//nurseling.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//nurseling.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//nurseling.php"} 43 http_response_size_bytes_count{method="GET",path="//nurseling.php"} 1 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//openapi.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//openapi.json"} 88 http_response_size_bytes_count{method="GET",path="//openapi.json"} 2 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//ovarobsxs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//ovarobsxs.php"} 43 http_response_size_bytes_count{method="GET",path="//ovarobsxs.php"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//p4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//p4.php"} 43 http_response_size_bytes_count{method="GET",path="//p4.php"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//rest/v1/;"} 44 http_response_size_bytes_count{method="GET",path="//rest/v1/;"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//rest/v1/;/"} 44 http_response_size_bytes_count{method="GET",path="//rest/v1/;/"} 1 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//rest/v1/;/.env"} 88 http_response_size_bytes_count{method="GET",path="//rest/v1/;/.env"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//rest/v1/;/.env.local"} 88 http_response_size_bytes_count{method="GET",path="//rest/v1/;/.env.local"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/configprops",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//rest/v1/;/actuator/configprops"} 88 http_response_size_bytes_count{method="GET",path="//rest/v1/;/actuator/configprops"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//rest/v1/;/actuator/env"} 88 http_response_size_bytes_count{method="GET",path="//rest/v1/;/actuator/env"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/heapdump",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//rest/v1/;/actuator/heapdump"} 88 http_response_size_bytes_count{method="GET",path="//rest/v1/;/actuator/heapdump"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/mappings",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//rest/v1/;/actuator/mappings"} 88 http_response_size_bytes_count{method="GET",path="//rest/v1/;/actuator/mappings"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//rest/v1/;/actuator/threaddump",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//rest/v1/;/actuator/threaddump"} 88 http_response_size_bytes_count{method="GET",path="//rest/v1/;/actuator/threaddump"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//runtime-config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//runtime-config.json"} 88 http_response_size_bytes_count{method="GET",path="//runtime-config.json"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//settings.json"} 88 http_response_size_bytes_count{method="GET",path="//settings.json"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//settings.py.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//settings.py.bak"} 88 http_response_size_bytes_count{method="GET",path="//settings.py.bak"} 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"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//shop/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//shop/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//shop/wp-includes/wlwmanifest.xml"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//site/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//site/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//site/wp-includes/wlwmanifest.xml"} 7 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="//special.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//special.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//special.php"} 86 http_response_size_bytes_count{method="GET",path="//special.php"} 2 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//sql.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//sql.php"} 43 http_response_size_bytes_count{method="GET",path="//sql.php"} 1 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//ss.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//ss.php"} 86 http_response_size_bytes_count{method="GET",path="//ss.php"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//static/env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//static/env.js"} 87 http_response_size_bytes_count{method="GET",path="//static/env.js"} 2 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//storage/logs/laravel.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//storage/logs/laravel.log"} 132 http_response_size_bytes_count{method="GET",path="//storage/logs/laravel.log"} 3 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//swagger.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//swagger.json"} 88 http_response_size_bytes_count{method="GET",path="//swagger.json"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//sys.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//sys.php"} 86 http_response_size_bytes_count{method="GET",path="//sys.php"} 2 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//terraform.tfstate",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//terraform.tfstate"} 263 http_response_size_bytes_count{method="GET",path="//terraform.tfstate"} 6 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"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//test/wp-includes/wlwmanifest.xml",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//test/wp-includes/wlwmanifest.xml"} 258 http_response_size_bytes_count{method="GET",path="//test/wp-includes/wlwmanifest.xml"} 6 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//themes.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//themes.php"} 129 http_response_size_bytes_count{method="GET",path="//themes.php"} 3 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//thui.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//thui.php"} 86 http_response_size_bytes_count{method="GET",path="//thui.php"} 2 http_response_size_bytes_bucket{method="GET",path="//un.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//un.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//un.php"} 43 http_response_size_bytes_count{method="GET",path="//un.php"} 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"} 44 http_response_size_bytes_count{method="GET",path="//uploads"} 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/"} 44 http_response_size_bytes_count{method="GET",path="//uploads/"} 1 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//v2/api-docs",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//v2/api-docs"} 88 http_response_size_bytes_count{method="GET",path="//v2/api-docs"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//v3/api-docs",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//v3/api-docs"} 88 http_response_size_bytes_count{method="GET",path="//v3/api-docs"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//version.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//version.json"} 88 http_response_size_bytes_count{method="GET",path="//version.json"} 2 http_response_size_bytes_bucket{method="GET",path="//w.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="//w.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="//w.php"} 129 http_response_size_bytes_count{method="GET",path="//w.php"} 3 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//w1px.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//w1px.php"} 43 http_response_size_bytes_count{method="GET",path="//w1px.php"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//w3lls.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//w3lls.php"} 43 http_response_size_bytes_count{method="GET",path="//w3lls.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/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wordpress/"} 86 http_response_size_bytes_count{method="GET",path="//wordpress/"} 2 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//wordpress/wp-includes/wlwmanifest.xml"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/index.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="//wp-admin/js/index.php"} 431 http_response_size_bytes_count{method="GET",path="//wp-admin/js/index.php"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-admin/js/widget/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-admin/js/widget/"} 43 http_response_size_bytes_count{method="GET",path="//wp-admin/js/widget/"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-config.php"} 88 http_response_size_bytes_count{method="GET",path="//wp-config.php"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.bak",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="//wp-config.php.bak"} 350 http_response_size_bytes_count{method="GET",path="//wp-config.php.bak"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.old",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-config.php.old"} 88 http_response_size_bytes_count{method="GET",path="//wp-config.php.old"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php.swp",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-config.php.swp"} 88 http_response_size_bytes_count{method="GET",path="//wp-config.php.swp"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.php;/style.css",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//wp-config.php;/style.css"} 219 http_response_size_bytes_count{method="GET",path="//wp-config.php;/style.css"} 5 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-config.txt",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-config.txt"} 88 http_response_size_bytes_count{method="GET",path="//wp-config.txt"} 2 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"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/admin.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//wp-content/admin.php"} 301 http_response_size_bytes_count{method="GET",path="//wp-content/admin.php"} 7 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-content/backup"} 44 http_response_size_bytes_count{method="GET",path="//wp-content/backup"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/backup/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-content/backup/"} 44 http_response_size_bytes_count{method="GET",path="//wp-content/backup/"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/cong.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-content/cong.php"} 86 http_response_size_bytes_count{method="GET",path="//wp-content/cong.php"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/languages/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-content/languages/index.php"} 43 http_response_size_bytes_count{method="GET",path="//wp-content/languages/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-content/uploads"} 44 http_response_size_bytes_count{method="GET",path="//wp-content/uploads"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-content/uploads/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-content/uploads/"} 44 http_response_size_bytes_count{method="GET",path="//wp-content/uploads/"} 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-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"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/Requests/",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="//wp-includes/Requests/"} 430 http_response_size_bytes_count{method="GET",path="//wp-includes/Requests/"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/assets/",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="//wp-includes/assets/"} 560 http_response_size_bytes_count{method="GET",path="//wp-includes/assets/"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/block-bindings/",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="//wp-includes/block-bindings/"} 431 http_response_size_bytes_count{method="GET",path="//wp-includes/block-bindings/"} 10 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/certificates/upload.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-includes/certificates/upload.php"} 43 http_response_size_bytes_count{method="GET",path="//wp-includes/certificates/upload.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/css/dist/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="//wp-includes/css/dist/"} 344 http_response_size_bytes_count{method="GET",path="//wp-includes/css/dist/"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/jquery/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="//wp-includes/js/jquery/"} 344 http_response_size_bytes_count{method="GET",path="//wp-includes/js/jquery/"} 8 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/js/tinymce/themes/inlite",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp-includes/js/tinymce/themes/inlite"} 86 http_response_size_bytes_count{method="GET",path="//wp-includes/js/tinymce/themes/inlite"} 2 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="//wp-includes/l10n/",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="//wp-includes/l10n/"} 559 http_response_size_bytes_count{method="GET",path="//wp-includes/l10n/"} 13 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-x7.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp-x7.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp-x7.php"} 43 http_response_size_bytes_count{method="GET",path="//wp-x7.php"} 1 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//wp.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//wp.php"} 216 http_response_size_bytes_count{method="GET",path="//wp.php"} 5 http_response_size_bytes_bucket{method="GET",path="//wp/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="//wp/"} 86 http_response_size_bytes_count{method="GET",path="//wp/"} 2 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//wp/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//wp/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//wp/wp-includes/wlwmanifest.xml"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="//wp1/wp-includes/wlwmanifest.xml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="//wp1/wp-includes/wlwmanifest.xml"} 301 http_response_size_bytes_count{method="GET",path="//wp1/wp-includes/wlwmanifest.xml"} 7 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="//wp2/wp-includes/wlwmanifest.xml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="//wp2/wp-includes/wlwmanifest.xml"} 215 http_response_size_bytes_count{method="GET",path="//wp2/wp-includes/wlwmanifest.xml"} 5 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//wp5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//wp5.php"} 43 http_response_size_bytes_count{method="GET",path="//wp5.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="//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="//xmlrpc.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="//xmlrpc.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="//xmlrpc.php"} 387 http_response_size_bytes_count{method="GET",path="//xmlrpc.php"} 9 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//xozx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//xozx.php"} 43 http_response_size_bytes_count{method="GET",path="//xozx.php"} 1 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="//xpohywjo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="//xpohywjo.php"} 172 http_response_size_bytes_count{method="GET",path="//xpohywjo.php"} 4 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//xs5x46mb.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//xs5x46mb.php"} 43 http_response_size_bytes_count{method="GET",path="//xs5x46mb.php"} 1 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="//xwpg.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="//xwpg.php"} 258 http_response_size_bytes_count{method="GET",path="//xwpg.php"} 6 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//xxx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//xxx.php"} 43 http_response_size_bytes_count{method="GET",path="//xxx.php"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//yaztn.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//yaztn.php"} 43 http_response_size_bytes_count{method="GET",path="//yaztn.php"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="//zaza.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="//zaza.php"} 43 http_response_size_bytes_count{method="GET",path="//zaza.php"} 1 http_response_size_bytes_bucket{method="GET",path="/0.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/0.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/0.php"} 216 http_response_size_bytes_count{method="GET",path="/0.php"} 5 http_response_size_bytes_bucket{method="GET",path="/000.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/000.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/000.php"} 172 http_response_size_bytes_count{method="GET",path="/000.php"} 4 http_response_size_bytes_bucket{method="GET",path="/001.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/001.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/001.php"} 86 http_response_size_bytes_count{method="GET",path="/001.php"} 2 http_response_size_bytes_bucket{method="GET",path="/002.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/002.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/002.php"} 345 http_response_size_bytes_count{method="GET",path="/002.php"} 8 http_response_size_bytes_bucket{method="GET",path="/005.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/005.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/005.php"} 43 http_response_size_bytes_count{method="GET",path="/005.php"} 1 http_response_size_bytes_bucket{method="GET",path="/01.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/01.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/01.php"} 344 http_response_size_bytes_count{method="GET",path="/01.php"} 8 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="/05.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/05.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/05.php"} 86 http_response_size_bytes_count{method="GET",path="/05.php"} 2 http_response_size_bytes_bucket{method="GET",path="/06.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/06.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/06.php"} 129 http_response_size_bytes_count{method="GET",path="/06.php"} 3 http_response_size_bytes_bucket{method="GET",path="/09.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/09.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/09.php"} 43 http_response_size_bytes_count{method="GET",path="/09.php"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/0byte.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/0byte.php"} 43 http_response_size_bytes_count{method="GET",path="/0byte.php"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/0okj.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/0okj.php"} 43 http_response_size_bytes_count{method="GET",path="/0okj.php"} 1 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/0x.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/0x.php"} 562 http_response_size_bytes_count{method="GET",path="/0x.php"} 13 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"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="500"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="1000"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="5000"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="10000"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="50000"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="100000"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="500000"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="1e+06"} 38 http_response_size_bytes_bucket{method="GET",path="/1.php",le="+Inf"} 38 http_response_size_bytes_sum{method="GET",path="/1.php"} 1638 http_response_size_bytes_count{method="GET",path="/1.php"} 38 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/100.kb.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/100.kb.php"} 129 http_response_size_bytes_count{method="GET",path="/100.kb.php"} 3 http_response_size_bytes_bucket{method="GET",path="/100.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/100.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/100.php"} 473 http_response_size_bytes_count{method="GET",path="/100.php"} 11 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/1061.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/1061.php"} 86 http_response_size_bytes_count{method="GET",path="/1061.php"} 2 http_response_size_bytes_bucket{method="GET",path="/11.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/11.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/11.php"} 216 http_response_size_bytes_count{method="GET",path="/11.php"} 5 http_response_size_bytes_bucket{method="GET",path="/111.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/111.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/111.php"} 172 http_response_size_bytes_count{method="GET",path="/111.php"} 4 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/11PJcpMFsD8B.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/11PJcpMFsD8B.php"} 86 http_response_size_bytes_count{method="GET",path="/11PJcpMFsD8B.php"} 2 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/11index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/11index.php"} 44 http_response_size_bytes_count{method="GET",path="/11index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/12.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/12.php"} 43 http_response_size_bytes_count{method="GET",path="/12.php"} 1 http_response_size_bytes_bucket{method="GET",path="/122.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/122.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/122.php"} 129 http_response_size_bytes_count{method="GET",path="/122.php"} 3 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="/1254xx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/1254xx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/1254xx.php"} 87 http_response_size_bytes_count{method="GET",path="/1254xx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/13.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/13.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/13.php"} 432 http_response_size_bytes_count{method="GET",path="/13.php"} 10 http_response_size_bytes_bucket{method="GET",path="/133.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/133.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/133.php"} 86 http_response_size_bytes_count{method="GET",path="/133.php"} 2 http_response_size_bytes_bucket{method="GET",path="/155.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/155.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/155.php"} 559 http_response_size_bytes_count{method="GET",path="/155.php"} 13 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="/177.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/177.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/177.php"} 259 http_response_size_bytes_count{method="GET",path="/177.php"} 6 http_response_size_bytes_bucket{method="GET",path="/19.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/19.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/19.php"} 86 http_response_size_bytes_count{method="GET",path="/19.php"} 2 http_response_size_bytes_bucket{method="GET",path="/199.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/199.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/199.php"} 215 http_response_size_bytes_count{method="GET",path="/199.php"} 5 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/1PJcpMFsD8B.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/1PJcpMFsD8B.php"} 86 http_response_size_bytes_count{method="GET",path="/1PJcpMFsD8B.php"} 2 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/1aa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/1aa.php"} 43 http_response_size_bytes_count{method="GET",path="/1aa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/1n3e5n8u.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/1n3e5n8u.php"} 43 http_response_size_bytes_count{method="GET",path="/1n3e5n8u.php"} 1 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/1polka.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/1polka.php"} 215 http_response_size_bytes_count{method="GET",path="/1polka.php"} 5 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/1revo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/1revo.php"} 86 http_response_size_bytes_count{method="GET",path="/1revo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php"} 301 http_response_size_bytes_count{method="GET",path="/1wvekeybd9it2di2vyipgr6Cdefault.php"} 7 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/1xmomo.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/1xmomo.php"} 473 http_response_size_bytes_count{method="GET",path="/1xmomo.php"} 11 http_response_size_bytes_bucket{method="GET",path="/2.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/2.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/2.php"} 344 http_response_size_bytes_count{method="GET",path="/2.php"} 8 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/2000.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/2000.php"} 43 http_response_size_bytes_count{method="GET",path="/2000.php"} 1 http_response_size_bytes_bucket{method="GET",path="/201.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/201.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/201.php"} 129 http_response_size_bytes_count{method="GET",path="/201.php"} 3 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/202.0.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/202.0.php"} 43 http_response_size_bytes_count{method="GET",path="/202.0.php"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/22.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/22.php"} 43 http_response_size_bytes_count{method="GET",path="/22.php"} 1 http_response_size_bytes_bucket{method="GET",path="/222.php",le="100"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="500"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="1000"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="5000"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="10000"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="50000"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="100000"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="500000"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="1e+06"} 37 http_response_size_bytes_bucket{method="GET",path="/222.php",le="+Inf"} 37 http_response_size_bytes_sum{method="GET",path="/222.php"} 1594 http_response_size_bytes_count{method="GET",path="/222.php"} 37 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/234ff.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/234ff.php"} 86 http_response_size_bytes_count{method="GET",path="/234ff.php"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/25.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/25.php"} 86 http_response_size_bytes_count{method="GET",path="/25.php"} 2 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/25d653587fdfd1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/25d653587fdfd1.php"} 43 http_response_size_bytes_count{method="GET",path="/25d653587fdfd1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/285f32c92bindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/285f32c92bindex.php"} 43 http_response_size_bytes_count{method="GET",path="/285f32c92bindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/2P.php"} 259 http_response_size_bytes_count{method="GET",path="/2P.php"} 6 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/2P.update.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/2P.update.php"} 43 http_response_size_bytes_count{method="GET",path="/2P.update.php"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/2index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/2index.php"} 43 http_response_size_bytes_count{method="GET",path="/2index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/2x.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/2x.php"} 215 http_response_size_bytes_count{method="GET",path="/2x.php"} 5 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="/3301.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/3301.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/3301.php"} 43 http_response_size_bytes_count{method="GET",path="/3301.php"} 1 http_response_size_bytes_bucket{method="GET",path="/333.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/333.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/333.php"} 86 http_response_size_bytes_count{method="GET",path="/333.php"} 2 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/3PJcpMFsD8B.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/3PJcpMFsD8B.php"} 559 http_response_size_bytes_count{method="GET",path="/3PJcpMFsD8B.php"} 13 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/3index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/3index.php"} 43 http_response_size_bytes_count{method="GET",path="/3index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/3wu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/3wu.php"} 43 http_response_size_bytes_count{method="GET",path="/3wu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/403.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/403.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/403.php"} 433 http_response_size_bytes_count{method="GET",path="/403.php"} 10 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/403dd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/403dd.php"} 43 http_response_size_bytes_count{method="GET",path="/403dd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/404.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/404.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/404.php"} 777 http_response_size_bytes_count{method="GET",path="/404.php"} 18 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/40p9ixjd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/40p9ixjd.php"} 43 http_response_size_bytes_count{method="GET",path="/40p9ixjd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/41.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/41.php"} 43 http_response_size_bytes_count{method="GET",path="/41.php"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/444.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/444.php"} 43 http_response_size_bytes_count{method="GET",path="/444.php"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/485.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/485.php"} 43 http_response_size_bytes_count{method="GET",path="/485.php"} 1 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/4PJcpMFsD8B.php",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/4PJcpMFsD8B.php"} 603 http_response_size_bytes_count{method="GET",path="/4PJcpMFsD8B.php"} 14 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/4price.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/4price.php"} 43 http_response_size_bytes_count{method="GET",path="/4price.php"} 1 http_response_size_bytes_bucket{method="GET",path="/55.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/55.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/55.php"} 258 http_response_size_bytes_count{method="GET",path="/55.php"} 6 http_response_size_bytes_bucket{method="GET",path="/555.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/555.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/555.php"} 43 http_response_size_bytes_count{method="GET",path="/555.php"} 1 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/584062352875874akp.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/584062352875874akp.php"} 172 http_response_size_bytes_count{method="GET",path="/584062352875874akp.php"} 4 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/5eeec5963dindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/5eeec5963dindex.php"} 43 http_response_size_bytes_count{method="GET",path="/5eeec5963dindex.php"} 1 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="/60856e3a4findex.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/60856e3a4findex.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/60856e3a4findex.php"} 86 http_response_size_bytes_count{method="GET",path="/60856e3a4findex.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"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/666.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/666.php"} 344 http_response_size_bytes_count{method="GET",path="/666.php"} 8 http_response_size_bytes_bucket{method="GET",path="/667.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/667.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/667.php"} 43 http_response_size_bytes_count{method="GET",path="/667.php"} 1 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php"} 86 http_response_size_bytes_count{method="GET",path="/6xBAm3vODE05BSzkJZRAws.php"} 2 http_response_size_bytes_bucket{method="GET",path="/7.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/7.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/7.php"} 430 http_response_size_bytes_count{method="GET",path="/7.php"} 10 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/765kk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/765kk.php"} 43 http_response_size_bytes_count{method="GET",path="/765kk.php"} 1 http_response_size_bytes_bucket{method="GET",path="/777.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/777.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/777.php"} 131 http_response_size_bytes_count{method="GET",path="/777.php"} 3 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/7yn.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/7yn.php"} 43 http_response_size_bytes_count{method="GET",path="/7yn.php"} 1 http_response_size_bytes_bucket{method="GET",path="/8.php",le="100"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="500"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="1000"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="5000"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/8.php",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/8.php"} 1248 http_response_size_bytes_count{method="GET",path="/8.php"} 29 http_response_size_bytes_bucket{method="GET",path="/82.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/82.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/82.php"} 473 http_response_size_bytes_count{method="GET",path="/82.php"} 11 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/8573.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/8573.php"} 86 http_response_size_bytes_count{method="GET",path="/8573.php"} 2 http_response_size_bytes_bucket{method="GET",path="/87.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/87.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/87.php"} 43 http_response_size_bytes_count{method="GET",path="/87.php"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/899.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/899.php"} 43 http_response_size_bytes_count{method="GET",path="/899.php"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/8daf1238_1774208172.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/8daf1238_1774208172.php"} 43 http_response_size_bytes_count{method="GET",path="/8daf1238_1774208172.php"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/911.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/911.php"} 43 http_response_size_bytes_count{method="GET",path="/911.php"} 1 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/96i.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/96i.php"} 86 http_response_size_bytes_count{method="GET",path="/96i.php"} 2 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="/9WOLF.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/9WOLF.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/9WOLF.php"} 43 http_response_size_bytes_count{method="GET",path="/9WOLF.php"} 1 http_response_size_bytes_bucket{method="GET",path="/;.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/;.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/;.php"} 307 http_response_size_bytes_count{method="GET",path="/;.php"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/;/",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/;/"} 308 http_response_size_bytes_count{method="GET",path="/;/"} 7 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/telescope/requests",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/;/api/telescope/requests"} 43 http_response_size_bytes_count{method="GET",path="/;/api/telescope/requests"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/;/api/user",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/;/api/user"} 43 http_response_size_bytes_count{method="GET",path="/;/api/user"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env"} 44 http_response_size_bytes_count{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fapp/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ"} 44 http_response_size_bytes_count{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2fproc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env"} 43 http_response_size_bytes_count{method="GET",path="/@fs/..%2f..%2f..%2f..%2f..%2froot/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/../../.env"} 44 http_response_size_bytes_count{method="GET",path="/@fs/../../.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/../.env"} 43 http_response_size_bytes_count{method="GET",path="/@fs/../.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/.env"} 43 http_response_size_bytes_count{method="GET",path="/@fs/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.development",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/.env.development"} 44 http_response_size_bytes_count{method="GET",path="/@fs/.env.development"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/.env.local"} 43 http_response_size_bytes_count{method="GET",path="/@fs/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.production",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/.env.production"} 44 http_response_size_bytes_count{method="GET",path="/@fs/.env.production"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/.env.staging",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/.env.staging"} 43 http_response_size_bytes_count{method="GET",path="/@fs/.env.staging"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/@fs/app/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/.env"} 44 http_response_size_bytes_count{method="GET",path="/@fs/app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/.env.local"} 43 http_response_size_bytes_count{method="GET",path="/@fs/app/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.env.production",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/.env.production"} 43 http_response_size_bytes_count{method="GET",path="/@fs/app/.env.production"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.serverless/serverless-state.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/.serverless/serverless-state.json"} 43 http_response_size_bytes_count{method="GET",path="/@fs/app/.serverless/serverless-state.json"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/.terraform/terraform.tfstate",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/.terraform/terraform.tfstate"} 43 http_response_size_bytes_count{method="GET",path="/@fs/app/.terraform/terraform.tfstate"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/amplifyconfiguration.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/amplifyconfiguration.json"} 43 http_response_size_bytes_count{method="GET",path="/@fs/app/amplifyconfiguration.json"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/aws-exports.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/aws-exports.js"} 44 http_response_size_bytes_count{method="GET",path="/@fs/app/aws-exports.js"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/rootkey.csv",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/rootkey.csv"} 44 http_response_size_bytes_count{method="GET",path="/@fs/app/rootkey.csv"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/serverless.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/serverless.yml"} 43 http_response_size_bytes_count{method="GET",path="/@fs/app/serverless.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfstate",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/terraform.tfstate"} 44 http_response_size_bytes_count{method="GET",path="/@fs/app/terraform.tfstate"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/app/terraform.tfvars",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/app/terraform.tfvars"} 43 http_response_size_bytes_count{method="GET",path="/@fs/app/terraform.tfvars"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/apache2/apache2.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/etc/apache2/apache2.conf"} 43 http_response_size_bytes_count{method="GET",path="/@fs/etc/apache2/apache2.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/nginx/nginx.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/etc/nginx/nginx.conf"} 43 http_response_size_bytes_count{method="GET",path="/@fs/etc/nginx/nginx.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/etc/passwd"} 43 http_response_size_bytes_count{method="GET",path="/@fs/etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/admin/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/admin/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/@fs/home/admin/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/debian/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/debian/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/@fs/home/debian/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ec2-user/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/ec2-user/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/@fs/home/ec2-user/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/node/.aws/config"} 44 http_response_size_bytes_count{method="GET",path="/@fs/home/node/.aws/config"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/node/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/node/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/@fs/home/node/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/ubuntu/.aws/config"} 44 http_response_size_bytes_count{method="GET",path="/@fs/home/ubuntu/.aws/config"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/ubuntu/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/@fs/home/ubuntu/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/ubuntu/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/ubuntu/.env"} 43 http_response_size_bytes_count{method="GET",path="/@fs/home/ubuntu/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/home/www-data/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/home/www-data/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/@fs/home/www-data/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/cmdline",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/proc/self/cmdline"} 44 http_response_size_bytes_count{method="GET",path="/@fs/proc/self/cmdline"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/proc/self/environ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/proc/self/environ"} 44 http_response_size_bytes_count{method="GET",path="/@fs/proc/self/environ"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/.aws/config"} 44 http_response_size_bytes_count{method="GET",path="/@fs/root/.aws/config"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/@fs/root/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/.aws/credentials.backup"} 44 http_response_size_bytes_count{method="GET",path="/@fs/root/.aws/credentials.backup"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/credentials.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/.aws/credentials.bak"} 44 http_response_size_bytes_count{method="GET",path="/@fs/root/.aws/credentials.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.aws/sso/cache/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/.aws/sso/cache/"} 43 http_response_size_bytes_count{method="GET",path="/@fs/root/.aws/sso/cache/"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/.env"} 43 http_response_size_bytes_count{method="GET",path="/@fs/root/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/.ssh/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/@fs/root/.ssh/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/.ssh/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/.ssh/id_rsa"} 43 http_response_size_bytes_count{method="GET",path="/@fs/root/.ssh/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/rootkey.csv",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/rootkey.csv"} 44 http_response_size_bytes_count{method="GET",path="/@fs/root/rootkey.csv"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/root/terraform.tfstate",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/root/terraform.tfstate"} 44 http_response_size_bytes_count{method="GET",path="/@fs/root/terraform.tfstate"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/src/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/src/.env"} 44 http_response_size_bytes_count{method="GET",path="/@fs/src/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/usr/src/app/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/@fs/usr/src/app/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/usr/src/app/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/usr/src/app/.env"} 44 http_response_size_bytes_count{method="GET",path="/@fs/usr/src/app/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token"} 44 http_response_size_bytes_count{method="GET",path="/@fs/var/run/secrets/kubernetes.io/serviceaccount/token"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/var/www/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/@fs/var/www/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/var/www/.env"} 44 http_response_size_bytes_count{method="GET",path="/@fs/var/www/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/var/www/html/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/@fs/var/www/html/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/var/www/html/.env"} 43 http_response_size_bytes_count{method="GET",path="/@fs/var/www/html/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/@fs/var/www/html/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/@fs/var/www/html/wp-config.php"} 43 http_response_size_bytes_count{method="GET",path="/@fs/var/www/html/wp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/@vite/env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/@vite/env"} 86 http_response_size_bytes_count{method="GET",path="/@vite/env"} 2 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ALFA_DATA/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ALFA_DATA/index.php"} 44 http_response_size_bytes_count{method="GET",path="/ALFA_DATA/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/API/TELESCOPE/REQUESTS",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/API/TELESCOPE/REQUESTS"} 43 http_response_size_bytes_count{method="GET",path="/API/TELESCOPE/REQUESTS"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/API/USER",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/API/USER"} 43 http_response_size_bytes_count{method="GET",path="/API/USER"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Actuator",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Actuator"} 44 http_response_size_bytes_count{method="GET",path="/Actuator"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_138848aac5be",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/AhmadScanner_wildcard_138848aac5be"} 43 http_response_size_bytes_count{method="GET",path="/AhmadScanner_wildcard_138848aac5be"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_66d93c53a300",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/AhmadScanner_wildcard_66d93c53a300"} 43 http_response_size_bytes_count{method="GET",path="/AhmadScanner_wildcard_66d93c53a300"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8"} 43 http_response_size_bytes_count{method="GET",path="/AhmadScanner_wildcard_7ef2b77af2c8"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_ac86013e5672",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/AhmadScanner_wildcard_ac86013e5672"} 43 http_response_size_bytes_count{method="GET",path="/AhmadScanner_wildcard_ac86013e5672"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968"} 43 http_response_size_bytes_count{method="GET",path="/AhmadScanner_wildcard_d324f5ae8968"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Api-docs.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Api-docs.json"} 44 http_response_size_bytes_count{method="GET",path="/Api-docs.json"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/App.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/App.json"} 44 http_response_size_bytes_count{method="GET",path="/App.json"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Appsettings.json.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Appsettings.json.bak"} 44 http_response_size_bytes_count{method="GET",path="/Appsettings.json.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/Aws-exports.js",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/Aws-exports.js"} 176 http_response_size_bytes_count{method="GET",path="/Aws-exports.js"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/Awsconfiguration.json",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/Awsconfiguration.json"} 175 http_response_size_bytes_count{method="GET",path="/Awsconfiguration.json"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.PHP",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/BDKR28.PHP"} 43 http_response_size_bytes_count{method="GET",path="/BDKR28.PHP"} 1 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/BDKR28.php"} 172 http_response_size_bytes_count{method="GET",path="/BDKR28.php"} 4 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/BDKR28WP.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/BDKR28WP.php"} 776 http_response_size_bytes_count{method="GET",path="/BDKR28WP.php"} 18 http_response_size_bytes_bucket{method="GET",path="/Backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Backup"} 44 http_response_size_bytes_count{method="GET",path="/Backup"} 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"} 132 http_response_size_bytes_count{method="GET",path="/Backup.sql"} 3 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"} 44 http_response_size_bytes_count{method="GET",path="/Backup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Backup.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Backup.sql.zip"} 44 http_response_size_bytes_count{method="GET",path="/Backup.sql.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Backups",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Backups"} 44 http_response_size_bytes_count{method="GET",path="/Backups"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/BsMPQ6Wavdefault.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/BsMPQ6Wavdefault.php"} 43 http_response_size_bytes_count{method="GET",path="/BsMPQ6Wavdefault.php"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/BtOCXH4W1V5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/BtOCXH4W1V5.php"} 43 http_response_size_bytes_count{method="GET",path="/BtOCXH4W1V5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Build.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Build.json"} 44 http_response_size_bytes_count{method="GET",path="/Build.json"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/CHANGELOG.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/CHANGELOG.php"} 43 http_response_size_bytes_count{method="GET",path="/CHANGELOG.php"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/CLA.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/CLA.php"} 43 http_response_size_bytes_count{method="GET",path="/CLA.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Cachex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Cachex.php"} 43 http_response_size_bytes_count{method="GET",path="/Cachex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Config.js"} 44 http_response_size_bytes_count{method="GET",path="/Config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Config.json"} 44 http_response_size_bytes_count{method="GET",path="/Config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Config.php.bak"} 44 http_response_size_bytes_count{method="GET",path="/Config.php.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Config.php.old"} 44 http_response_size_bytes_count{method="GET",path="/Config.php.old"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/Database.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/Database.sql"} 88 http_response_size_bytes_count{method="GET",path="/Database.sql"} 2 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"} 44 http_response_size_bytes_count{method="GET",path="/Database.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Database.yml.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Database.yml.bak"} 44 http_response_size_bytes_count{method="GET",path="/Database.yml.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Db.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Db.sql"} 44 http_response_size_bytes_count{method="GET",path="/Db.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Debug.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Debug.log"} 44 http_response_size_bytes_count{method="GET",path="/Debug.log"} 1 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/Docker-compose.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/Docker-compose.yml"} 131 http_response_size_bytes_count{method="GET",path="/Docker-compose.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/Dockerfile"} 262 http_response_size_bytes_count{method="GET",path="/Dockerfile"} 6 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/Dockerfile.prod",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/Dockerfile.prod"} 176 http_response_size_bytes_count{method="GET",path="/Dockerfile.prod"} 4 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"} 132 http_response_size_bytes_count{method="GET",path="/Dump.sql"} 3 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"} 44 http_response_size_bytes_count{method="GET",path="/Dump.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Dump.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Dump.sql.zip"} 44 http_response_size_bytes_count{method="GET",path="/Dump.sql.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Env-config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Env-config.js"} 44 http_response_size_bytes_count{method="GET",path="/Env-config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Env.js"} 44 http_response_size_bytes_count{method="GET",path="/Env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Error.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Error.log"} 44 http_response_size_bytes_count{method="GET",path="/Error.log"} 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"} 44 http_response_size_bytes_count{method="GET",path="/Export.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/FAQ.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/FAQ.php"} 43 http_response_size_bytes_count{method="GET",path="/FAQ.php"} 1 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/FWAZ.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/FWAZ.php"} 431 http_response_size_bytes_count{method="GET",path="/FWAZ.php"} 10 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="/File.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/File.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/File.php"} 129 http_response_size_bytes_count{method="GET",path="/File.php"} 3 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSO.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/FoxWSO.php"} 43 http_response_size_bytes_count{method="GET",path="/FoxWSO.php"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/FoxWSOv1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/FoxWSOv1.php"} 43 http_response_size_bytes_count{method="GET",path="/FoxWSOv1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/G-in.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/G-in.php"} 86 http_response_size_bytes_count{method="GET",path="/G-in.php"} 2 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Geforce.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Geforce.php"} 43 http_response_size_bytes_count{method="GET",path="/Geforce.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Gel.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Gel.php"} 44 http_response_size_bytes_count{method="GET",path="/Gel.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Gemfile"} 43 http_response_size_bytes_count{method="GET",path="/Gemfile"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Gemfile.lock",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Gemfile.lock"} 43 http_response_size_bytes_count{method="GET",path="/Gemfile.lock"} 1 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/HLA-dd.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/HLA-dd.php"} 347 http_response_size_bytes_count{method="GET",path="/HLA-dd.php"} 8 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"} 44 http_response_size_bytes_count{method="GET",path="/Health"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Healthz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Healthz"} 44 http_response_size_bytes_count{method="GET",path="/Healthz"} 1 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/Index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/Index.php"} 350 http_response_size_bytes_count{method="GET",path="/Index.php"} 8 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/JawirGenk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/JawirGenk.php"} 43 http_response_size_bytes_count{method="GET",path="/JawirGenk.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/Jenkinsfile",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/Jenkinsfile"} 262 http_response_size_bytes_count{method="GET",path="/Jenkinsfile"} 6 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Laravel.log"} 44 http_response_size_bytes_count{method="GET",path="/Laravel.log"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Login",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Login"} 44 http_response_size_bytes_count{method="GET",path="/Login"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/MARIJUANA.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/MARIJUANA.php"} 44 http_response_size_bytes_count{method="GET",path="/MARIJUANA.php"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/MTOS/byp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/MTOS/byp.php"} 43 http_response_size_bytes_count{method="GET",path="/MTOS/byp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/Makefile",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/Makefile"} 86 http_response_size_bytes_count{method="GET",path="/Makefile"} 2 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php"} 43 http_response_size_bytes_count{method="GET",path="/Menu/fonts/ backup/log/index/js/wpup.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Mysql.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Mysql.sql"} 44 http_response_size_bytes_count{method="GET",path="/Mysql.sql"} 1 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="/Okxob.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/Okxob.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/Okxob.php"} 172 http_response_size_bytes_count{method="GET",path="/Okxob.php"} 4 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Openapi.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Openapi.json"} 43 http_response_size_bytes_count{method="GET",path="/Openapi.json"} 1 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/Ov-Simple1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/Ov-Simple1.php"} 129 http_response_size_bytes_count{method="GET",path="/Ov-Simple1.php"} 3 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="/Runtime-config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Runtime-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Runtime-config.json"} 44 http_response_size_bytes_count{method="GET",path="/Runtime-config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/SDsadqwrf.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/SDsadqwrf.php"} 215 http_response_size_bytes_count{method="GET",path="/SDsadqwrf.php"} 5 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/SS72_kKKjT.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/SS72_kKKjT.php"} 43 http_response_size_bytes_count{method="GET",path="/SS72_kKKjT.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Sendemail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Sendemail.php"} 43 http_response_size_bytes_count{method="GET",path="/Sendemail.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Settings.json"} 44 http_response_size_bytes_count{method="GET",path="/Settings.json"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Settings.py.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Settings.py.bak"} 44 http_response_size_bytes_count{method="GET",path="/Settings.py.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Swagger.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Swagger.json"} 44 http_response_size_bytes_count{method="GET",path="/Swagger.json"} 1 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/Terraform.tfstate",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/Terraform.tfstate"} 176 http_response_size_bytes_count{method="GET",path="/Terraform.tfstate"} 4 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"} 44 http_response_size_bytes_count{method="GET",path="/Uploads"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/V3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/V3.php"} 43 http_response_size_bytes_count{method="GET",path="/V3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/V5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/V5.php"} 44 http_response_size_bytes_count{method="GET",path="/V5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Version.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Version.json"} 44 http_response_size_bytes_count{method="GET",path="/Version.json"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Wp-config.php"} 44 http_response_size_bytes_count{method="GET",path="/Wp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.bak",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/Wp-config.php.bak"} 220 http_response_size_bytes_count{method="GET",path="/Wp-config.php.bak"} 5 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Wp-config.php.old"} 44 http_response_size_bytes_count{method="GET",path="/Wp-config.php.old"} 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"} 44 http_response_size_bytes_count{method="GET",path="/Wp-config.php.swp"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Wp-config.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Wp-config.txt"} 44 http_response_size_bytes_count{method="GET",path="/Wp-config.txt"} 1 http_response_size_bytes_bucket{method="GET",path="/X.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/X.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/X.php"} 172 http_response_size_bytes_count{method="GET",path="/X.php"} 4 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/X57.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/X57.php"} 86 http_response_size_bytes_count{method="GET",path="/X57.php"} 2 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/X7ROOT.PHP",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/X7ROOT.PHP"} 43 http_response_size_bytes_count{method="GET",path="/X7ROOT.PHP"} 1 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/X7x.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/X7x.php"} 86 http_response_size_bytes_count{method="GET",path="/X7x.php"} 2 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/Xeforce.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/Xeforce.php"} 43 http_response_size_bytes_count{method="GET",path="/Xeforce.php"} 1 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/XxX.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/XxX.php"} 86 http_response_size_bytes_count{method="GET",path="/XxX.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ZHopizXxeQB.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ZHopizXxeQB.php"} 43 http_response_size_bytes_count{method="GET",path="/ZHopizXxeQB.php"} 1 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/Zoo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/Zoo.php"} 172 http_response_size_bytes_count{method="GET",path="/Zoo.php"} 4 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"} 43 http_response_size_bytes_count{method="GET",path="/_/api/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/__/firebase/init.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/__/firebase/init.json"} 43 http_response_size_bytes_count{method="GET",path="/__/firebase/init.json"} 1 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_cpanel",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/___proxy_subdomain_cpanel"} 86 http_response_size_bytes_count{method="GET",path="/___proxy_subdomain_cpanel"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/___proxy_subdomain_whm/login",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/___proxy_subdomain_whm/login"} 86 http_response_size_bytes_count{method="GET",path="/___proxy_subdomain_whm/login"} 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__/"} 44 http_response_size_bytes_count{method="GET",path="/__debug__/"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/__env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/__env.js"} 44 http_response_size_bytes_count{method="GET",path="/__env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/_cat/indices",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/_cat/indices"} 176 http_response_size_bytes_count{method="GET",path="/_cat/indices"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/_cluster/health",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/_cluster/health"} 176 http_response_size_bytes_count{method="GET",path="/_cluster/health"} 4 http_response_size_bytes_bucket{method="GET",path="/_config/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/_config/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/_config/"} 43 http_response_size_bytes_count{method="GET",path="/_config/"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/_debugbar/open",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/_debugbar/open"} 44 http_response_size_bytes_count{method="GET",path="/_debugbar/open"} 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"} 86 http_response_size_bytes_count{method="GET",path="/_environment"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/_ignition/health-check",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/_ignition/health-check"} 87 http_response_size_bytes_count{method="GET",path="/_ignition/health-check"} 2 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/_next/../.env"} 44 http_response_size_bytes_count{method="GET",path="/_next/../.env"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/_next/static/../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/_next/static/../.env"} 44 http_response_size_bytes_count{method="GET",path="/_next/static/../.env"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/_phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/_profiler/phpinfo",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/_profiler/phpinfo"} 172 http_response_size_bytes_count{method="GET",path="/_profiler/phpinfo"} 4 http_response_size_bytes_bucket{method="GET",path="/a.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/a.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/a.php"} 301 http_response_size_bytes_count{method="GET",path="/a.php"} 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"} 43 http_response_size_bytes_count{method="GET",path="/a1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/a1vx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/a1vx.php"} 86 http_response_size_bytes_count{method="GET",path="/a1vx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/a2.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/a2.php"} 431 http_response_size_bytes_count{method="GET",path="/a2.php"} 10 http_response_size_bytes_bucket{method="GET",path="/a2a",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/a2a",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/a2a"} 176 http_response_size_bytes_count{method="GET",path="/a2a"} 4 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php"} 344 http_response_size_bytes_count{method="GET",path="/a3ampzmbipnkpxeqhqpsanCdefault.php"} 8 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/a4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/a4.php"} 43 http_response_size_bytes_count{method="GET",path="/a4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/a5.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/a5.php"} 86 http_response_size_bytes_count{method="GET",path="/a5.php"} 2 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/a7.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/a7.php"} 129 http_response_size_bytes_count{method="GET",path="/a7.php"} 3 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/aa.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/aa.php"} 778 http_response_size_bytes_count{method="GET",path="/aa.php"} 18 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aa1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aa1.php"} 43 http_response_size_bytes_count{method="GET",path="/aa1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/aa2.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/aa2.php"} 344 http_response_size_bytes_count{method="GET",path="/aa2.php"} 8 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/aaa.php",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/aaa.php"} 647 http_response_size_bytes_count{method="GET",path="/aaa.php"} 15 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aaaaa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aaaaa.php"} 44 http_response_size_bytes_count{method="GET",path="/aaaaa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aabb.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aabb.php"} 43 http_response_size_bytes_count{method="GET",path="/aabb.php"} 1 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/aaf.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/aaf.php"} 301 http_response_size_bytes_count{method="GET",path="/aaf.php"} 7 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"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/abc.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/abc.php"} 388 http_response_size_bytes_count{method="GET",path="/abc.php"} 9 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"} 259 http_response_size_bytes_count{method="GET",path="/abcd.php"} 6 http_response_size_bytes_bucket{method="GET",path="/about",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/about",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/about"} 86 http_response_size_bytes_count{method="GET",path="/about"} 2 http_response_size_bytes_bucket{method="GET",path="/about.php",le="100"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="500"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="1000"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="5000"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/about.php",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/about.php"} 1249 http_response_size_bytes_count{method="GET",path="/about.php"} 29 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/about/function.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/about/function.php"} 130 http_response_size_bytes_count{method="GET",path="/about/function.php"} 3 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/academy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/academy.php"} 43 http_response_size_bytes_count{method="GET",path="/academy.php"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/account.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/account.css"} 43 http_response_size_bytes_count{method="GET",path="/account.css"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/account.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/account.js"} 43 http_response_size_bytes_count{method="GET",path="/account.js"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/account.png",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/account.png"} 43 http_response_size_bytes_count{method="GET",path="/account.png"} 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"} 172 http_response_size_bytes_count{method="GET",path="/acp.php"} 4 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actions/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actions/.env"} 86 http_response_size_bytes_count{method="GET",path="/actions/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/actuator"} 484 http_response_size_bytes_count{method="GET",path="/actuator"} 11 http_response_size_bytes_bucket{method="GET",path="/actuator",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator"} 44 http_response_size_bytes_count{method="GET",path="/actuator"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actuator "} 88 http_response_size_bytes_count{method="GET",path="/actuator "} 2 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator..;/"} 44 http_response_size_bytes_count{method="GET",path="/actuator..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actuator/"} 88 http_response_size_bytes_count{method="GET",path="/actuator/"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/."} 44 http_response_size_bytes_count{method="GET",path="/actuator/."} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./heapdump",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actuator/./heapdump"} 88 http_response_size_bytes_count{method="GET",path="/actuator/./heapdump"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/./logfile",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actuator/./logfile"} 88 http_response_size_bytes_count{method="GET",path="/actuator/./logfile"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/Heapdump"} 44 http_response_size_bytes_count{method="GET",path="/actuator/Heapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/Logfile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/Logfile"} 44 http_response_size_bytes_count{method="GET",path="/actuator/Logfile"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/beans",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/beans"} 43 http_response_size_bytes_count{method="GET",path="/actuator/beans"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/actuator/configprops"} 174 http_response_size_bytes_count{method="GET",path="/actuator/configprops"} 4 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/configprops/spring.mail",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/configprops/spring.mail"} 43 http_response_size_bytes_count{method="GET",path="/actuator/configprops/spring.mail"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/actuator/env"} 216 http_response_size_bytes_count{method="GET",path="/actuator/env"} 5 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/cloud.aws",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/env/cloud.aws"} 43 http_response_size_bytes_count{method="GET",path="/actuator/env/cloud.aws"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.cloud.aws",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/env/spring.cloud.aws"} 43 http_response_size_bytes_count{method="GET",path="/actuator/env/spring.cloud.aws"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/env/spring.mail",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/env/spring.mail"} 43 http_response_size_bytes_count{method="GET",path="/actuator/env/spring.mail"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/health",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/health"} 43 http_response_size_bytes_count{method="GET",path="/actuator/health"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump"} 528 http_response_size_bytes_count{method="GET",path="/actuator/heapdump"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump"} 44 http_response_size_bytes_count{method="GET",path="/actuator/heapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump "} 88 http_response_size_bytes_count{method="GET",path="/actuator/heapdump "} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump..;/"} 44 http_response_size_bytes_count{method="GET",path="/actuator/heapdump..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump/"} 88 http_response_size_bytes_count{method="GET",path="/actuator/heapdump/"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump/."} 44 http_response_size_bytes_count{method="GET",path="/actuator/heapdump/."} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump;"} 44 http_response_size_bytes_count{method="GET",path="/actuator/heapdump;"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump;.php"} 44 http_response_size_bytes_count{method="GET",path="/actuator/heapdump;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/heapdump;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/heapdump;/"} 44 http_response_size_bytes_count{method="GET",path="/actuator/heapdump;/"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/actuator/logfile"} 528 http_response_size_bytes_count{method="GET",path="/actuator/logfile"} 12 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/logfile"} 44 http_response_size_bytes_count{method="GET",path="/actuator/logfile"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actuator/logfile "} 88 http_response_size_bytes_count{method="GET",path="/actuator/logfile "} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/logfile..;/"} 44 http_response_size_bytes_count{method="GET",path="/actuator/logfile..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/actuator/logfile/"} 88 http_response_size_bytes_count{method="GET",path="/actuator/logfile/"} 2 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/logfile/."} 44 http_response_size_bytes_count{method="GET",path="/actuator/logfile/."} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/logfile;"} 44 http_response_size_bytes_count{method="GET",path="/actuator/logfile;"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/logfile;.php"} 44 http_response_size_bytes_count{method="GET",path="/actuator/logfile;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/logfile;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/logfile;/"} 44 http_response_size_bytes_count{method="GET",path="/actuator/logfile;/"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator/mappings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator/mappings"} 43 http_response_size_bytes_count{method="GET",path="/actuator/mappings"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator;"} 44 http_response_size_bytes_count{method="GET",path="/actuator;"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator;.php"} 44 http_response_size_bytes_count{method="GET",path="/actuator;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/actuator;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/actuator;/"} 44 http_response_size_bytes_count{method="GET",path="/actuator;/"} 1 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-header.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-header.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin-header.php"} 86 http_response_size_bytes_count{method="GET",path="/admin-header.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"} 86 http_response_size_bytes_count{method="GET",path="/admin-panel/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin-post.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin-post.php"} 43 http_response_size_bytes_count{method="GET",path="/admin-post.php"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin.css"} 43 http_response_size_bytes_count{method="GET",path="/admin.css"} 1 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="100"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="500"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="1000"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="5000"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="10000"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="50000"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="100000"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="500000"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="1e+06"} 32 http_response_size_bytes_bucket{method="GET",path="/admin.php",le="+Inf"} 32 http_response_size_bytes_sum{method="GET",path="/admin.php"} 1379 http_response_size_bytes_count{method="GET",path="/admin.php"} 32 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/admin/.env"} 174 http_response_size_bytes_count{method="GET",path="/admin/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/.env.local"} 44 http_response_size_bytes_count{method="GET",path="/admin/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/.env.production",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/.env.production"} 44 http_response_size_bytes_count{method="GET",path="/admin/.env.production"} 1 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/api/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/api/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/api/config"} 43 http_response_size_bytes_count{method="GET",path="/admin/api/config"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/config"} 43 http_response_size_bytes_count{method="GET",path="/admin/config"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/admin/config.php"} 129 http_response_size_bytes_count{method="GET",path="/admin/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/config/email",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/config/email"} 43 http_response_size_bytes_count{method="GET",path="/admin/config/email"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/admin/controller/extension/"} 86 http_response_size_bytes_count{method="GET",path="/admin/controller/extension/"} 2 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/controller/extension/extension/"} 43 http_response_size_bytes_count{method="GET",path="/admin/controller/extension/extension/"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/controller/extension/extension/ultra.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/admin/controller/extension/extension/ultra.php"} 344 http_response_size_bytes_count{method="GET",path="/admin/controller/extension/extension/ultra.php"} 8 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/editor/engine.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/editor/engine.php"} 43 http_response_size_bytes_count{method="GET",path="/admin/editor/engine.php"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/email",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/email"} 43 http_response_size_bytes_count{method="GET",path="/admin/email"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php"} 43 http_response_size_bytes_count{method="GET",path="/admin/fckeditor/editor/filemanager/alfanew.php"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/function.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/function.php"} 43 http_response_size_bytes_count{method="GET",path="/admin/function.php"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/init",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/init"} 43 http_response_size_bytes_count{method="GET",path="/admin/init"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/phpinfo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/admin/phpinfo.php"} 173 http_response_size_bytes_count{method="GET",path="/admin/phpinfo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/mail",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/settings/mail"} 43 http_response_size_bytes_count{method="GET",path="/admin/settings/mail"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/settings/smtp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/settings/smtp"} 43 http_response_size_bytes_count{method="GET",path="/admin/settings/smtp"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/site_settings.json"} 43 http_response_size_bytes_count{method="GET",path="/admin/site_settings.json"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/site_settings/category/email.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/site_settings/category/email.json"} 43 http_response_size_bytes_count{method="GET",path="/admin/site_settings/category/email.json"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/lv.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/uploads/lv.php"} 43 http_response_size_bytes_count{method="GET",path="/admin/uploads/lv.php"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/admin/uploads/media.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/admin/uploads/media.php"} 43 http_response_size_bytes_count{method="GET",path="/admin/uploads/media.php"} 1 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/adminfuns.php",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/adminfuns.php"} 604 http_response_size_bytes_count{method="GET",path="/adminfuns.php"} 14 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/administrator/.env"} 86 http_response_size_bytes_count{method="GET",path="/administrator/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/components/com_jce/config.xml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/administrator/components/com_jce/config.xml"} 43 http_response_size_bytes_count{method="GET",path="/administrator/components/com_jce/config.xml"} 1 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/index.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/administrator/index.php"} 129 http_response_size_bytes_count{method="GET",path="/administrator/index.php"} 3 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/administrator/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/administrator/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/administrator/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/adminner.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/adminner.php"} 559 http_response_size_bytes_count{method="GET",path="/adminner.php"} 13 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ae.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ae.php"} 129 http_response_size_bytes_count{method="GET",path="/ae.php"} 3 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/afm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/afm.php"} 43 http_response_size_bytes_count{method="GET",path="/afm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/agg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/agg.php"} 86 http_response_size_bytes_count{method="GET",path="/agg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/ah25.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/ah25.php"} 258 http_response_size_bytes_count{method="GET",path="/ah25.php"} 6 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ai.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ai.php"} 86 http_response_size_bytes_count{method="GET",path="/ai.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax-actions.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ajax-actions.php"} 43 http_response_size_bytes_count{method="GET",path="/ajax-actions.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/ajax.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/ajax.php"} 258 http_response_size_bytes_count{method="GET",path="/ajax.php"} 6 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/akc.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/akc.php"} 88 http_response_size_bytes_count{method="GET",path="/akc.php"} 2 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/akcc.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/akcc.php"} 390 http_response_size_bytes_count{method="GET",path="/akcc.php"} 9 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/akimet.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/akimet.php"} 43 http_response_size_bytes_count{method="GET",path="/akimet.php"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/akismet.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/akismet.php"} 43 http_response_size_bytes_count{method="GET",path="/akismet.php"} 1 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="/alex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alex.php"} 44 http_response_size_bytes_count{method="GET",path="/alex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus-mailer.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alexus-mailer.php"} 43 http_response_size_bytes_count{method="GET",path="/alexus-mailer.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alexus.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alexus.php"} 43 http_response_size_bytes_count{method="GET",path="/alexus.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alf.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alf.php"} 43 http_response_size_bytes_count{method="GET",path="/alf.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alfa-rex.php"} 43 http_response_size_bytes_count{method="GET",path="/alfa-rex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex.php7",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/alfa-rex.php7"} 86 http_response_size_bytes_count{method="GET",path="/alfa-rex.php7"} 2 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alfa-rex1.php"} 43 http_response_size_bytes_count{method="GET",path="/alfa-rex1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa-rex2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alfa-rex2.php"} 43 http_response_size_bytes_count{method="GET",path="/alfa-rex2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/alfa.php"} 518 http_response_size_bytes_count{method="GET",path="/alfa.php"} 12 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alfa123.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alfa123.php"} 43 http_response_size_bytes_count{method="GET",path="/alfa123.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alfaindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alfaindex.php"} 43 http_response_size_bytes_count{method="GET",path="/alfaindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alfanew.php"} 43 http_response_size_bytes_count{method="GET",path="/alfanew.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alfanew2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alfanew2.php"} 43 http_response_size_bytes_count{method="GET",path="/alfanew2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/alls.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/alls.php"} 388 http_response_size_bytes_count{method="GET",path="/alls.php"} 9 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="/als.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/als.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/als.php"} 387 http_response_size_bytes_count{method="GET",path="/als.php"} 9 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alvlgck.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alvlgck.php"} 43 http_response_size_bytes_count{method="GET",path="/alvlgck.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alwso.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alwso.php"} 44 http_response_size_bytes_count{method="GET",path="/alwso.php"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/alya.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/alya.php"} 43 http_response_size_bytes_count{method="GET",path="/alya.php"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/amax.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/amax.php"} 43 http_response_size_bytes_count{method="GET",path="/amax.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.json",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/amplify.json",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/amplify.json"} 176 http_response_size_bytes_count{method="GET",path="/amplify.json"} 4 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/amplifyconfiguration.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/amplifyconfiguration.json"} 87 http_response_size_bytes_count{method="GET",path="/amplifyconfiguration.json"} 2 http_response_size_bytes_bucket{method="GET",path="/an.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/an.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/an.php"} 346 http_response_size_bytes_count{method="GET",path="/an.php"} 8 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/an7.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/an7.php"} 129 http_response_size_bytes_count{method="GET",path="/an7.php"} 3 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/angular/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/angular/.env"} 86 http_response_size_bytes_count{method="GET",path="/angular/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ano.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ano.php"} 129 http_response_size_bytes_count{method="GET",path="/ano.php"} 3 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/anone.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/anone.php"} 43 http_response_size_bytes_count{method="GET",path="/anone.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ansible/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ansible/.env"} 87 http_response_size_bytes_count{method="GET",path="/ansible/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/api-docs"} 176 http_response_size_bytes_count{method="GET",path="/api-docs"} 4 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/api-docs.json"} 704 http_response_size_bytes_count{method="GET",path="/api-docs.json"} 16 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-docs.json"} 44 http_response_size_bytes_count{method="GET",path="/api-docs.json"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api-docs.json "} 88 http_response_size_bytes_count{method="GET",path="/api-docs.json "} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-docs.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/api-docs.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api-docs.json/"} 88 http_response_size_bytes_count{method="GET",path="/api-docs.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-docs.json/."} 44 http_response_size_bytes_count{method="GET",path="/api-docs.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-docs.json;"} 44 http_response_size_bytes_count{method="GET",path="/api-docs.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-docs.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/api-docs.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api-docs.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api-docs.json;/"} 44 http_response_size_bytes_count{method="GET",path="/api-docs.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api-keys.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api-keys.json"} 87 http_response_size_bytes_count{method="GET",path="/api-keys.json"} 2 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.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/./config.json"} 88 http_response_size_bytes_count{method="GET",path="/api/./config.json"} 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"} 98 http_response_size_bytes_count{method="GET",path="/api/./env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./env-config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/./env-config"} 88 http_response_size_bytes_count{method="GET",path="/api/./env-config"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./info",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/./info"} 88 http_response_size_bytes_count{method="GET",path="/api/./info"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./runtime-config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/./runtime-config"} 88 http_response_size_bytes_count{method="GET",path="/api/./runtime-config"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./settings",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/./settings"} 88 http_response_size_bytes_count{method="GET",path="/api/./settings"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/./version",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/./version"} 88 http_response_size_bytes_count{method="GET",path="/api/./version"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/api/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.env",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/api/.env"} 520 http_response_size_bytes_count{method="GET",path="/api/.env"} 10 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/.git/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/.git/config"} 98 http_response_size_bytes_count{method="GET",path="/api/.git/config"} 2 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/Config"} 44 http_response_size_bytes_count{method="GET",path="/api/Config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/Config.json"} 44 http_response_size_bytes_count{method="GET",path="/api/Config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/Env"} 44 http_response_size_bytes_count{method="GET",path="/api/Env"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Env-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/Env-config"} 44 http_response_size_bytes_count{method="GET",path="/api/Env-config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Info",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/Info"} 44 http_response_size_bytes_count{method="GET",path="/api/Info"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Runtime-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/Runtime-config"} 44 http_response_size_bytes_count{method="GET",path="/api/Runtime-config"} 1 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/Version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/Version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/Version"} 44 http_response_size_bytes_count{method="GET",path="/api/Version"} 1 http_response_size_bytes_bucket{method="GET",path="/api/account",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/api/account",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/api/account"} 1242 http_response_size_bytes_count{method="GET",path="/api/account"} 23 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/email-settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/admin/email-settings"} 54 http_response_size_bytes_count{method="GET",path="/api/admin/email-settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/admin/settings"} 54 http_response_size_bytes_count{method="GET",path="/api/admin/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/admin/settings/email",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/admin/settings/email"} 54 http_response_size_bytes_count{method="GET",path="/api/admin/settings/email"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/backup"} 54 http_response_size_bytes_count{method="GET",path="/api/backup"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/api/config"} 802 http_response_size_bytes_count{method="GET",path="/api/config"} 18 http_response_size_bytes_bucket{method="GET",path="/api/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config"} 44 http_response_size_bytes_count{method="GET",path="/api/config"} 1 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..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config..;/"} 54 http_response_size_bytes_count{method="GET",path="/api/config..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config.js"} 54 http_response_size_bytes_count{method="GET",path="/api/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/api/config.json"} 616 http_response_size_bytes_count{method="GET",path="/api/config.json"} 14 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config.json"} 44 http_response_size_bytes_count{method="GET",path="/api/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/config.json "} 88 http_response_size_bytes_count{method="GET",path="/api/config.json "} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/api/config.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/config.json/"} 88 http_response_size_bytes_count{method="GET",path="/api/config.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config.json/."} 44 http_response_size_bytes_count{method="GET",path="/api/config.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config.json;"} 54 http_response_size_bytes_count{method="GET",path="/api/config.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/config.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config.json;/"} 44 http_response_size_bytes_count{method="GET",path="/api/config.json;/"} 1 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/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config/."} 44 http_response_size_bytes_count{method="GET",path="/api/config/."} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config/mail",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config/mail"} 54 http_response_size_bytes_count{method="GET",path="/api/config/mail"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config;"} 44 http_response_size_bytes_count{method="GET",path="/api/config;"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/config;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/config;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/config;/"} 44 http_response_size_bytes_count{method="GET",path="/api/config;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/dev/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/dev/.env"} 108 http_response_size_bytes_count{method="GET",path="/api/dev/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/email/config"} 54 http_response_size_bytes_count{method="GET",path="/api/email/config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/email/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/email/settings"} 54 http_response_size_bytes_count{method="GET",path="/api/email/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/endpoints",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/endpoints"} 54 http_response_size_bytes_count{method="GET",path="/api/endpoints"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/api/env"} 636 http_response_size_bytes_count{method="GET",path="/api/env"} 14 http_response_size_bytes_bucket{method="GET",path="/api/env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env"} 44 http_response_size_bytes_count{method="GET",path="/api/env"} 1 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/env-config",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/api/env-config"} 528 http_response_size_bytes_count{method="GET",path="/api/env-config"} 12 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env-config"} 44 http_response_size_bytes_count{method="GET",path="/api/env-config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/env-config "} 88 http_response_size_bytes_count{method="GET",path="/api/env-config "} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env-config..;/"} 44 http_response_size_bytes_count{method="GET",path="/api/env-config..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/env-config/"} 88 http_response_size_bytes_count{method="GET",path="/api/env-config/"} 2 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env-config/."} 44 http_response_size_bytes_count{method="GET",path="/api/env-config/."} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env-config;"} 44 http_response_size_bytes_count{method="GET",path="/api/env-config;"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env-config;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/env-config;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env-config;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env-config;/"} 44 http_response_size_bytes_count{method="GET",path="/api/env-config;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env..;/"} 44 http_response_size_bytes_count{method="GET",path="/api/env..;/"} 1 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/env/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env/."} 44 http_response_size_bytes_count{method="GET",path="/api/env/."} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env;"} 44 http_response_size_bytes_count{method="GET",path="/api/env;"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/env;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/env;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/env;/"} 44 http_response_size_bytes_count{method="GET",path="/api/env;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/global/self",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/global/self"} 54 http_response_size_bytes_count{method="GET",path="/api/global/self"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/graphql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/graphql"} 54 http_response_size_bytes_count{method="GET",path="/api/graphql"} 1 http_response_size_bytes_bucket{method="GET",path="/api/health",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/api/health",le="500"} 42 http_response_size_bytes_bucket{method="GET",path="/api/health",le="1000"} 42 http_response_size_bytes_bucket{method="GET",path="/api/health",le="5000"} 42 http_response_size_bytes_bucket{method="GET",path="/api/health",le="10000"} 42 http_response_size_bytes_bucket{method="GET",path="/api/health",le="50000"} 42 http_response_size_bytes_bucket{method="GET",path="/api/health",le="100000"} 42 http_response_size_bytes_bucket{method="GET",path="/api/health",le="500000"} 42 http_response_size_bytes_bucket{method="GET",path="/api/health",le="1e+06"} 42 http_response_size_bytes_bucket{method="GET",path="/api/health",le="+Inf"} 42 http_response_size_bytes_sum{method="GET",path="/api/health"} 8237 http_response_size_bytes_count{method="GET",path="/api/health"} 42 http_response_size_bytes_bucket{method="GET",path="/api/info",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/api/info"} 528 http_response_size_bytes_count{method="GET",path="/api/info"} 12 http_response_size_bytes_bucket{method="GET",path="/api/info",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/info"} 44 http_response_size_bytes_count{method="GET",path="/api/info"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/info "} 88 http_response_size_bytes_count{method="GET",path="/api/info "} 2 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/info..;/"} 44 http_response_size_bytes_count{method="GET",path="/api/info..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/info/"} 88 http_response_size_bytes_count{method="GET",path="/api/info/"} 2 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/info/."} 44 http_response_size_bytes_count{method="GET",path="/api/info/."} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/info;"} 44 http_response_size_bytes_count{method="GET",path="/api/info;"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/info;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/info;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/info;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/info;/"} 44 http_response_size_bytes_count{method="GET",path="/api/info;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/keys.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/keys.json"} 88 http_response_size_bytes_count{method="GET",path="/api/keys.json"} 2 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/mail/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/mail/config"} 54 http_response_size_bytes_count{method="GET",path="/api/mail/config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/openapi.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/openapi.json"} 54 http_response_size_bytes_count{method="GET",path="/api/openapi.json"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/api/runtime-config"} 548 http_response_size_bytes_count{method="GET",path="/api/runtime-config"} 12 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/runtime-config"} 44 http_response_size_bytes_count{method="GET",path="/api/runtime-config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/runtime-config "} 88 http_response_size_bytes_count{method="GET",path="/api/runtime-config "} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/runtime-config..;/"} 44 http_response_size_bytes_count{method="GET",path="/api/runtime-config..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/runtime-config/"} 88 http_response_size_bytes_count{method="GET",path="/api/runtime-config/"} 2 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/runtime-config/."} 44 http_response_size_bytes_count{method="GET",path="/api/runtime-config/."} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/runtime-config;"} 44 http_response_size_bytes_count{method="GET",path="/api/runtime-config;"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/runtime-config;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/runtime-config;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/runtime-config;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/runtime-config;/"} 44 http_response_size_bytes_count{method="GET",path="/api/runtime-config;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/settings",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/settings"} 798 http_response_size_bytes_count{method="GET",path="/api/settings"} 17 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 ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/settings ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/settings "} 88 http_response_size_bytes_count{method="GET",path="/api/settings "} 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/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/api/settings/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/api/settings/"} 142 http_response_size_bytes_count{method="GET",path="/api/settings/"} 3 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/smtp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings/smtp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/settings/smtp"} 54 http_response_size_bytes_count{method="GET",path="/api/settings/smtp"} 1 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;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/settings;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/settings;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/settings;.php"} 1 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/stacks",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/stacks",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/stacks"} 54 http_response_size_bytes_count{method="GET",path="/api/stacks"} 1 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/staging/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/staging/.env"} 108 http_response_size_bytes_count{method="GET",path="/api/staging/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/api/stream/range",le="+Inf"} 203 http_response_size_bytes_sum{method="GET",path="/api/stream/range"} 1.245036447e+09 http_response_size_bytes_count{method="GET",path="/api/stream/range"} 203 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/system/config"} 54 http_response_size_bytes_count{method="GET",path="/api/system/config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/system/settings"} 54 http_response_size_bytes_count{method="GET",path="/api/system/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/system/status",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/system/status"} 54 http_response_size_bytes_count{method="GET",path="/api/system/status"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests"} 648 http_response_size_bytes_count{method="GET",path="/api/telescope/requests"} 12 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests "} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests "} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests..;/"} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests.json"} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests.json"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests.txt"} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests.txt"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests/."} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests/."} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests/..",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests/.."} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests/.."} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests;"} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests;"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests;.js"} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests;.js"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/telescope/requests;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/telescope/requests;/"} 54 http_response_size_bytes_count{method="GET",path="/api/telescope/requests;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/api/tenant/config",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/api/tenant/config"} 176 http_response_size_bytes_count{method="GET",path="/api/tenant/config"} 4 http_response_size_bytes_bucket{method="GET",path="/api/user",le="100"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="500"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="1000"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="5000"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/api/user",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/api/user"} 1566 http_response_size_bytes_count{method="GET",path="/api/user"} 29 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v0/run_sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v0/run_sql"} 54 http_response_size_bytes_count{method="GET",path="/api/v0/run_sql"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/./config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/./config"} 88 http_response_size_bytes_count{method="GET",path="/api/v1/./config"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/.env"} 108 http_response_size_bytes_count{method="GET",path="/api/v1/.env"} 2 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/config",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/api/v1/config",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/api/v1/config"} 778 http_response_size_bytes_count{method="GET",path="/api/v1/config"} 17 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/config ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/config "} 88 http_response_size_bytes_count{method="GET",path="/api/v1/config "} 2 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/config/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/config/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/config/"} 88 http_response_size_bytes_count{method="GET",path="/api/v1/config/"} 2 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/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/config;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/config;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/config;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/v1/config;.php"} 1 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"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/credentials"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/db/meta/plugins",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/db/meta/plugins"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/db/meta/plugins"} 1 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"} 44 http_response_size_bytes_count{method="GET",path="/api/v1/env"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/dkim/private/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/get/dkim/private/"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/get/dkim/private/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/get/smtp/all",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/get/smtp/all"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/get/smtp/all"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/info",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/info"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/info"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/messages",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/messages"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/messages"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/namespaces/default/secrets",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/namespaces/default/secrets"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/namespaces/default/secrets"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/onboarding/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/onboarding/config"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/onboarding/config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organization/config",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/api/v1/organization/config"} 186 http_response_size_bytes_count{method="GET",path="/api/v1/organization/config"} 4 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/organizations",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/organizations"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/organizations"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/secrets",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/secrets"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/secrets"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v1/settings"} 108 http_response_size_bytes_count{method="GET",path="/api/v1/settings"} 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/"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/settings/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/settings/api",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/settings/api"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/settings/api"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/smtp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/smtp"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/smtp"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v1/system/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v1/system/settings"} 54 http_response_size_bytes_count{method="GET",path="/api/v1/system/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v2/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v2/.env"} 108 http_response_size_bytes_count{method="GET",path="/api/v2/.env"} 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/"} 54 http_response_size_bytes_count{method="GET",path="/api/v2/settings/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v2/system/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v2/system/settings"} 54 http_response_size_bytes_count{method="GET",path="/api/v2/system/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v3/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/v3/.env"} 98 http_response_size_bytes_count{method="GET",path="/api/v3/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v4/config"} 54 http_response_size_bytes_count{method="GET",path="/api/v4/config"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/config/client",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v4/config/client"} 54 http_response_size_bytes_count{method="GET",path="/api/v4/config/client"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/email/test",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v4/email/test"} 54 http_response_size_bytes_count{method="GET",path="/api/v4/email/test"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/v4/system/ping",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/v4/system/ping"} 54 http_response_size_bytes_count{method="GET",path="/api/v4/system/ping"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/api/version"} 528 http_response_size_bytes_count{method="GET",path="/api/version"} 12 http_response_size_bytes_bucket{method="GET",path="/api/version",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/version"} 44 http_response_size_bytes_count{method="GET",path="/api/version"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/version "} 88 http_response_size_bytes_count{method="GET",path="/api/version "} 2 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/version..;/"} 44 http_response_size_bytes_count{method="GET",path="/api/version..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/api/version/"} 88 http_response_size_bytes_count{method="GET",path="/api/version/"} 2 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/version/."} 44 http_response_size_bytes_count{method="GET",path="/api/version/."} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/version;"} 44 http_response_size_bytes_count{method="GET",path="/api/version;"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/version;.php"} 44 http_response_size_bytes_count{method="GET",path="/api/version;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/api/version;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/api/version;/"} 44 http_response_size_bytes_count{method="GET",path="/api/version;/"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app-config.json"} 44 http_response_size_bytes_count{method="GET",path="/app-config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.js"} 43 http_response_size_bytes_count{method="GET",path="/app.js"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/app.json"} 528 http_response_size_bytes_count{method="GET",path="/app.json"} 12 http_response_size_bytes_bucket{method="GET",path="/app.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.json"} 44 http_response_size_bytes_count{method="GET",path="/app.json"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app.json "} 88 http_response_size_bytes_count{method="GET",path="/app.json "} 2 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/app.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app.json/"} 88 http_response_size_bytes_count{method="GET",path="/app.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.json/."} 44 http_response_size_bytes_count{method="GET",path="/app.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.json;"} 44 http_response_size_bytes_count{method="GET",path="/app.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/app.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app.json;/"} 44 http_response_size_bytes_count{method="GET",path="/app.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/app.log",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/app.log",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/app.log"} 176 http_response_size_bytes_count{method="GET",path="/app.log"} 4 http_response_size_bytes_bucket{method="GET",path="/app.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app.php"} 86 http_response_size_bytes_count{method="GET",path="/app.php"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app.yaml"} 86 http_response_size_bytes_count{method="GET",path="/app.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/app/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/app/.env",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/app/.env"} 259 http_response_size_bytes_count{method="GET",path="/app/.env"} 6 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"} 87 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"} 87 http_response_size_bytes_count{method="GET",path="/app/.env.production"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/.git/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/.git/config"} 86 http_response_size_bytes_count{method="GET",path="/app/.git/config"} 2 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/api/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/api/.env"} 43 http_response_size_bytes_count{method="GET",path="/app/api/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/backend/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/backend/.env"} 44 http_response_size_bytes_count{method="GET",path="/app/backend/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/config.js"} 43 http_response_size_bytes_count{method="GET",path="/app/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/config.json"} 88 http_response_size_bytes_count{method="GET",path="/app/config.json"} 2 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/application.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/config/application.yml"} 43 http_response_size_bytes_count{method="GET",path="/app/config/application.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/mail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/config/mail.php"} 43 http_response_size_bytes_count{method="GET",path="/app/config/mail.php"} 1 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/app/config/parameters.php"} 129 http_response_size_bytes_count{method="GET",path="/app/config/parameters.php"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/app/config/parameters.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/app/config/parameters.yml"} 129 http_response_size_bytes_count{method="GET",path="/app/config/parameters.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/app/etc/config.php"} 129 http_response_size_bytes_count{method="GET",path="/app/etc/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/env.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/etc/env.php"} 86 http_response_size_bytes_count{method="GET",path="/app/etc/env.php"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/app/etc/local.xml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/app/etc/local.xml"} 86 http_response_size_bytes_count{method="GET",path="/app/etc/local.xml"} 2 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/app/settings.py",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/app/settings.py"} 44 http_response_size_bytes_count{method="GET",path="/app/settings.py"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application.env"} 44 http_response_size_bytes_count{method="GET",path="/application.env"} 1 http_response_size_bytes_bucket{method="GET",path="/application.log",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/application.log",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/application.log"} 176 http_response_size_bytes_count{method="GET",path="/application.log"} 4 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/application.properties",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/application.properties"} 86 http_response_size_bytes_count{method="GET",path="/application.properties"} 2 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"} 130 http_response_size_bytes_count{method="GET",path="/application.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/application/.env"} 130 http_response_size_bytes_count{method="GET",path="/application/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/application/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application/config/email.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application/config/email.php"} 43 http_response_size_bytes_count{method="GET",path="/application/config/email.php"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/application_default_credentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/application_default_credentials.json"} 44 http_response_size_bytes_count{method="GET",path="/application_default_credentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apps/.env"} 86 http_response_size_bytes_count{method="GET",path="/apps/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/api/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/api/.env"} 44 http_response_size_bytes_count{method="GET",path="/apps/api/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/backend/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/backend/.env"} 44 http_response_size_bytes_count{method="GET",path="/apps/backend/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php"} 88 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/./GetPhpInfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 528 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 12 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 44 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php "} 88 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php "} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/"} 44 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/"} 87 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/"} 2 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/."} 44 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/."} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;"} 44 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php"} 44 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/"} 44 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php;/"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php"} 44 http_response_size_bytes_count{method="GET",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/getPhpInfo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Development.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appsettings.Development.json"} 44 http_response_size_bytes_count{method="GET",path="/appsettings.Development.json"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.Production.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appsettings.Production.json"} 44 http_response_size_bytes_count{method="GET",path="/appsettings.Production.json"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/appsettings.json"} 263 http_response_size_bytes_count{method="GET",path="/appsettings.json"} 6 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak"} 526 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak"} 12 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak"} 44 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak "} 88 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak "} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak..;/"} 44 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak/"} 88 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak/"} 2 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak/."} 44 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak/."} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak;"} 44 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak;"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak;.php"} 44 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appsettings.json.bak;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appsettings.json.bak;/"} 44 http_response_size_bytes_count{method="GET",path="/appsettings.json.bak;/"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/appt.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/appt.php"} 43 http_response_size_bytes_count{method="GET",path="/appt.php"} 1 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/archive.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/archive.php"} 86 http_response_size_bytes_count{method="GET",path="/archive.php"} 2 http_response_size_bytes_bucket{method="GET",path="/artisan",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/artisan",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/artisan"} 43 http_response_size_bytes_count{method="GET",path="/artisan"} 1 http_response_size_bytes_bucket{method="GET",path="/as.php",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/as.php",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/as.php"} 821 http_response_size_bytes_count{method="GET",path="/as.php"} 19 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/asas.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/asas.php"} 43 http_response_size_bytes_count{method="GET",path="/asas.php"} 1 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"} 87 http_response_size_bytes_count{method="GET",path="/asasx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/asd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/asd.php"} 43 http_response_size_bytes_count{method="GET",path="/asd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/asd67.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/asd67.php"} 129 http_response_size_bytes_count{method="GET",path="/asd67.php"} 3 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assacc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assacc.php"} 43 http_response_size_bytes_count{method="GET",path="/assacc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/asset-manifest.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/asset-manifest.json"} 43 http_response_size_bytes_count{method="GET",path="/asset-manifest.json"} 1 http_response_size_bytes_bucket{method="GET",path="/assets",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/assets",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/assets"} 132 http_response_size_bytes_count{method="GET",path="/assets"} 3 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../../../../etc/passwd",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/assets../../../../../etc/passwd"} 174 http_response_size_bytes_count{method="GET",path="/assets../../../../../etc/passwd"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/assets../../.env"} 217 http_response_size_bytes_count{method="GET",path="/assets../../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../../var/www/html/wp-config.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/assets../../var/www/html/wp-config.php"} 175 http_response_size_bytes_count{method="GET",path="/assets../../var/www/html/wp-config.php"} 4 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/assets../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/assets../.env"} 219 http_response_size_bytes_count{method="GET",path="/assets../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/assets/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/assets/"} 86 http_response_size_bytes_count{method="GET",path="/assets/"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/./env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/assets/./env.js"} 88 http_response_size_bytes_count{method="GET",path="/assets/./env.js"} 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"} 86 http_response_size_bytes_count{method="GET",path="/assets/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/Env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/Env.js"} 44 http_response_size_bytes_count{method="GET",path="/assets/Env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/admin/login/info.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/admin/login/info.php"} 43 http_response_size_bytes_count{method="GET",path="/assets/admin/login/info.php"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/config.js"} 43 http_response_size_bytes_count{method="GET",path="/assets/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/config.json"} 43 http_response_size_bytes_count{method="GET",path="/assets/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/edit.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/edit.php"} 43 http_response_size_bytes_count{method="GET",path="/assets/edit.php"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/assets/env.js"} 704 http_response_size_bytes_count{method="GET",path="/assets/env.js"} 16 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/env.js"} 44 http_response_size_bytes_count{method="GET",path="/assets/env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/assets/env.js "} 88 http_response_size_bytes_count{method="GET",path="/assets/env.js "} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/env.js..;/"} 44 http_response_size_bytes_count{method="GET",path="/assets/env.js..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/assets/env.js/"} 88 http_response_size_bytes_count{method="GET",path="/assets/env.js/"} 2 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/env.js/."} 44 http_response_size_bytes_count{method="GET",path="/assets/env.js/."} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/env.js;"} 44 http_response_size_bytes_count{method="GET",path="/assets/env.js;"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/env.js;.php"} 44 http_response_size_bytes_count{method="GET",path="/assets/env.js;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/env.js;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/env.js;/"} 44 http_response_size_bytes_count{method="GET",path="/assets/env.js;/"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/environment.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/environment.json"} 43 http_response_size_bytes_count{method="GET",path="/assets/environment.json"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/filemanager/dialog.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/filemanager/dialog.php"} 43 http_response_size_bytes_count{method="GET",path="/assets/filemanager/dialog.php"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/font/bootstrap-icon/shell.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/font/bootstrap-icon/shell.php"} 43 http_response_size_bytes_count{method="GET",path="/assets/font/bootstrap-icon/shell.php"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/images/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/images/about.php"} 43 http_response_size_bytes_count{method="GET",path="/assets/images/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/gmap/dapa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/plugins/gmap/dapa.php"} 43 http_response_size_bytes_count{method="GET",path="/assets/plugins/gmap/dapa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php"} 44 http_response_size_bytes_count{method="GET",path="/assets/plugins/jquery-file-upload/server/php/include.php"} 1 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/atex1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/atex1.php"} 86 http_response_size_bytes_count{method="GET",path="/atex1.php"} 2 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"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/atomlib.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/atomlib.php"} 259 http_response_size_bytes_count{method="GET",path="/atomlib.php"} 6 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/auDSb1pcgtR.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/auDSb1pcgtR.php"} 43 http_response_size_bytes_count{method="GET",path="/auDSb1pcgtR.php"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/auth.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/auth.json"} 43 http_response_size_bytes_count{method="GET",path="/auth.json"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/auth/v1/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/auth/v1/settings"} 43 http_response_size_bytes_count{method="GET",path="/auth/v1/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/autogooey.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/autogooey.php"} 86 http_response_size_bytes_count{method="GET",path="/autogooey.php"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/autoload_classmap.php"} 86 http_response_size_bytes_count{method="GET",path="/autoload_classmap.php"} 2 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/autoload_classmap/function.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/autoload_classmap/function.php"} 44 http_response_size_bytes_count{method="GET",path="/autoload_classmap/function.php"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/av.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/av.php"} 44 http_response_size_bytes_count{method="GET",path="/av.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ava.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ava.php"} 43 http_response_size_bytes_count{method="GET",path="/ava.php"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/avaa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/avaa.php"} 43 http_response_size_bytes_count{method="GET",path="/avaa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/avim.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/avim.php"} 86 http_response_size_bytes_count{method="GET",path="/avim.php"} 2 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/aw.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/aw.php"} 129 http_response_size_bytes_count{method="GET",path="/aw.php"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-config.js",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/aws-config.js"} 173 http_response_size_bytes_count{method="GET",path="/aws-config.js"} 4 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"} 44 http_response_size_bytes_count{method="GET",path="/aws-credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-credentials.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws-credentials.json"} 88 http_response_size_bytes_count{method="GET",path="/aws-credentials.json"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="100"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="500"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="1000"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="5000"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="10000"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="50000"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="100000"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="500000"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="1e+06"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="+Inf"} 36 http_response_size_bytes_sum{method="GET",path="/aws-exports.js"} 1581 http_response_size_bytes_count{method="GET",path="/aws-exports.js"} 36 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws-exports.js"} 88 http_response_size_bytes_count{method="GET",path="/aws-exports.js"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js ",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/aws-exports.js "} 220 http_response_size_bytes_count{method="GET",path="/aws-exports.js "} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js..;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/aws-exports.js..;/"} 132 http_response_size_bytes_count{method="GET",path="/aws-exports.js..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/aws-exports.js/"} 220 http_response_size_bytes_count{method="GET",path="/aws-exports.js/"} 5 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js/.",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/aws-exports.js/."} 176 http_response_size_bytes_count{method="GET",path="/aws-exports.js/."} 4 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aws-exports.js::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/aws-exports.js::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/aws-exports.js;"} 131 http_response_size_bytes_count{method="GET",path="/aws-exports.js;"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws-exports.js;.php"} 88 http_response_size_bytes_count{method="GET",path="/aws-exports.js;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.js;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws-exports.js;/"} 88 http_response_size_bytes_count{method="GET",path="/aws-exports.js;/"} 2 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-exports.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aws-exports.json"} 43 http_response_size_bytes_count{method="GET",path="/aws-exports.json"} 1 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/aws-ses.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/aws-ses.json"} 129 http_response_size_bytes_count{method="GET",path="/aws-ses.json"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/aws.config.js",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/aws.config.js"} 129 http_response_size_bytes_count{method="GET",path="/aws.config.js"} 3 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.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"} 43 http_response_size_bytes_count{method="GET",path="/aws.env"} 1 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/aws.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/aws.json"} 88 http_response_size_bytes_count{method="GET",path="/aws.json"} 2 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.production",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/aws/.env.production",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/aws/.env.production"} 44 http_response_size_bytes_count{method="GET",path="/aws/.env.production"} 1 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"} 44 http_response_size_bytes_count{method="GET",path="/aws/credentials"} 1 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="/awsconfiguration.json",le="100"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="500"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="1000"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="5000"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="10000"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="50000"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="100000"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="500000"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="1e+06"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="+Inf"} 32 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json"} 1402 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json"} 32 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json"} 88 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json ",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json "} 219 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json "} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json..;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json..;/"} 132 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json/"} 220 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json/"} 5 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json/.",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json/."} 175 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json/."} 4 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json;"} 132 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json;"} 3 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json;.php"} 88 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/awsconfiguration.json;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/awsconfiguration.json;/"} 88 http_response_size_bytes_count{method="GET",path="/awsconfiguration.json;/"} 2 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/azure-pipelines.yml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/azure-pipelines.yml"} 218 http_response_size_bytes_count{method="GET",path="/azure-pipelines.yml"} 5 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/azure/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/azure/.env"} 86 http_response_size_bytes_count{method="GET",path="/azure/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/b.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/b.php"} 87 http_response_size_bytes_count{method="GET",path="/b.php"} 2 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/baba.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/baba.php"} 43 http_response_size_bytes_count{method="GET",path="/baba.php"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/back/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/back/.env"} 44 http_response_size_bytes_count{method="GET",path="/back/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend-api/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend-api/.env"} 43 http_response_size_bytes_count{method="GET",path="/backend-api/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend/.aws/credentials"} 44 http_response_size_bytes_count{method="GET",path="/backend/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/backend/.env"} 389 http_response_size_bytes_count{method="GET",path="/backend/.env"} 9 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend/.env.local"} 44 http_response_size_bytes_count{method="GET",path="/backend/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.env.production",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend/.env.production"} 44 http_response_size_bytes_count{method="GET",path="/backend/.env.production"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/.git/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend/.git/config"} 87 http_response_size_bytes_count{method="GET",path="/backend/.git/config"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/api/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend/api/.env"} 44 http_response_size_bytes_count{method="GET",path="/backend/api/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/aws.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend/aws.json"} 88 http_response_size_bytes_count{method="GET",path="/backend/aws.json"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/config.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend/config.json"} 88 http_response_size_bytes_count{method="GET",path="/backend/config.json"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/service-account.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backend/service-account.json"} 88 http_response_size_bytes_count{method="GET",path="/backend/service-account.json"} 2 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backend/settings.py",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backend/settings.py"} 44 http_response_size_bytes_count{method="GET",path="/backend/settings.py"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup"} 44 http_response_size_bytes_count{method="GET",path="/backup"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup "} 44 http_response_size_bytes_count{method="GET",path="/backup "} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup..;/"} 44 http_response_size_bytes_count{method="GET",path="/backup..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="100"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="500"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="1000"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="5000"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="10000"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="50000"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="100000"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="500000"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="1e+06"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="+Inf"} 36 http_response_size_bytes_sum{method="GET",path="/backup.sql"} 1574 http_response_size_bytes_count{method="GET",path="/backup.sql"} 36 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup.sql"} 88 http_response_size_bytes_count{method="GET",path="/backup.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/backup.sql ",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/backup.sql "} 219 http_response_size_bytes_count{method="GET",path="/backup.sql "} 5 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..;/"} 132 http_response_size_bytes_count{method="GET",path="/backup.sql..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/backup.sql.gz"} 528 http_response_size_bytes_count{method="GET",path="/backup.sql.gz"} 12 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"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup.sql.gz "} 88 http_response_size_bytes_count{method="GET",path="/backup.sql.gz "} 2 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..;/"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.gz..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup.sql.gz/"} 87 http_response_size_bytes_count{method="GET",path="/backup.sql.gz/"} 2 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/."} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.gz/."} 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;"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.gz;"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.gz;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.gz;.php"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.gz;.php"} 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;/"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.gz;/"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip"} 484 http_response_size_bytes_count{method="GET",path="/backup.sql.zip"} 11 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip "} 88 http_response_size_bytes_count{method="GET",path="/backup.sql.zip "} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip..;/"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.zip..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip/"} 88 http_response_size_bytes_count{method="GET",path="/backup.sql.zip/"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip/."} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.zip/."} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip;"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.zip;"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip;.php"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.zip;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql.zip;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup.sql.zip;/"} 44 http_response_size_bytes_count{method="GET",path="/backup.sql.zip;/"} 1 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.sql/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/backup.sql/"} 176 http_response_size_bytes_count{method="GET",path="/backup.sql/"} 4 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/."} 131 http_response_size_bytes_count{method="GET",path="/backup.sql/."} 3 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;"} 132 http_response_size_bytes_count{method="GET",path="/backup.sql;"} 3 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup.sql;.php"} 88 http_response_size_bytes_count{method="GET",path="/backup.sql;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.sql;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backup.sql;/"} 88 http_response_size_bytes_count{method="GET",path="/backup.sql;/"} 2 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.tar.gz",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/backup.tar.gz"} 176 http_response_size_bytes_count{method="GET",path="/backup.tar.gz"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/backup.zip",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/backup.zip"} 176 http_response_size_bytes_count{method="GET",path="/backup.zip"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/backup/"} 571 http_response_size_bytes_count{method="GET",path="/backup/"} 13 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/ ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup/ "} 44 http_response_size_bytes_count{method="GET",path="/backup/ "} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup/."} 44 http_response_size_bytes_count{method="GET",path="/backup/."} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/backup/.env"} 174 http_response_size_bytes_count{method="GET",path="/backup/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/backup/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup//",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup//"} 44 http_response_size_bytes_count{method="GET",path="/backup//"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup/;.php"} 44 http_response_size_bytes_count{method="GET",path="/backup/;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup/;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup/;/"} 44 http_response_size_bytes_count{method="GET",path="/backup/;/"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backup;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backup;"} 44 http_response_size_bytes_count{method="GET",path="/backup;"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups"} 44 http_response_size_bytes_count{method="GET",path="/backups"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups "} 44 http_response_size_bytes_count{method="GET",path="/backups "} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups..;/"} 44 http_response_size_bytes_count{method="GET",path="/backups..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/backups/"} 571 http_response_size_bytes_count{method="GET",path="/backups/"} 13 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/ ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups/ "} 44 http_response_size_bytes_count{method="GET",path="/backups/ "} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups/."} 44 http_response_size_bytes_count{method="GET",path="/backups/."} 1 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/backups/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/backups/.env"} 86 http_response_size_bytes_count{method="GET",path="/backups/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/backups//",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups//",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups//"} 44 http_response_size_bytes_count{method="GET",path="/backups//"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups/;.php"} 44 http_response_size_bytes_count{method="GET",path="/backups/;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups/;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups/;/"} 44 http_response_size_bytes_count{method="GET",path="/backups/;/"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/backups;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/backups;"} 44 http_response_size_bytes_count{method="GET",path="/backups;"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/baindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/baindex.php"} 43 http_response_size_bytes_count{method="GET",path="/baindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/bajah.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/bajah.php"} 258 http_response_size_bytes_count{method="GET",path="/bajah.php"} 6 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="/bb.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/bb.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/bb.php"} 432 http_response_size_bytes_count{method="GET",path="/bb.php"} 10 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bbcc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bbcc.php"} 43 http_response_size_bytes_count{method="GET",path="/bbcc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bdroot.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bdroot.php"} 43 http_response_size_bytes_count{method="GET",path="/bdroot.php"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/berlin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/berlin.php"} 43 http_response_size_bytes_count{method="GET",path="/berlin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bes.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bes.php"} 86 http_response_size_bytes_count{method="GET",path="/bes.php"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/beta/.env"} 86 http_response_size_bytes_count{method="GET",path="/beta/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/beta/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/beta/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/beta/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bg/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bg/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/bg/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/bgymj.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/bgymj.php"} 173 http_response_size_bytes_count{method="GET",path="/bgymj.php"} 4 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bhfnd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bhfnd.php"} 43 http_response_size_bytes_count{method="GET",path="/bhfnd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bin/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bin/.env"} 86 http_response_size_bytes_count{method="GET",path="/bin/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bind.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bind.php"} 43 http_response_size_bytes_count{method="GET",path="/bind.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bitbucket-pipelines.yaml"} 86 http_response_size_bytes_count{method="GET",path="/bitbucket-pipelines.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/bitbucket-pipelines.yml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/bitbucket-pipelines.yml"} 217 http_response_size_bytes_count{method="GET",path="/bitbucket-pipelines.yml"} 5 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/biufile.php",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/biufile.php"} 819 http_response_size_bytes_count{method="GET",path="/biufile.php"} 19 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/bk.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/bk.php"} 129 http_response_size_bytes_count{method="GET",path="/bk.php"} 3 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bks.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bks.php"} 43 http_response_size_bytes_count{method="GET",path="/bks.php"} 1 http_response_size_bytes_bucket{method="GET",path="/black.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/black.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/black.php"} 129 http_response_size_bytes_count{method="GET",path="/black.php"} 3 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blacks.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blacks.php"} 43 http_response_size_bytes_count{method="GET",path="/blacks.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/bless.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/bless.php"} 516 http_response_size_bytes_count{method="GET",path="/bless.php"} 12 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bless11.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bless11.php"} 43 http_response_size_bytes_count{method="GET",path="/bless11.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bless18.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bless18.php"} 43 http_response_size_bytes_count{method="GET",path="/bless18.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bless24.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bless24.php"} 86 http_response_size_bytes_count{method="GET",path="/bless24.php"} 2 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"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bless5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bless5.php"} 43 http_response_size_bytes_count{method="GET",path="/bless5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/block-bindings.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/block-bindings.php"} 43 http_response_size_bytes_count{method="GET",path="/block-bindings.php"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blog",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blog"} 43 http_response_size_bytes_count{method="GET",path="/blog"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blog.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blog.php"} 43 http_response_size_bytes_count{method="GET",path="/blog.php"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/blog/"} 344 http_response_size_bytes_count{method="GET",path="/blog/"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/byp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blog/byp.php"} 43 http_response_size_bytes_count{method="GET",path="/blog/byp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-json/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/blog/wp-json/"} 344 http_response_size_bytes_count{method="GET",path="/blog/wp-json/"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/blog/wp-login.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/blog/wp-login.php"} 344 http_response_size_bytes_count{method="GET",path="/blog/wp-login.php"} 8 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blrga.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blrga.php"} 43 http_response_size_bytes_count{method="GET",path="/blrga.php"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/blue.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/blue.php"} 43 http_response_size_bytes_count{method="GET",path="/blue.php"} 1 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/blurbs.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/blurbs.php"} 518 http_response_size_bytes_count{method="GET",path="/blurbs.php"} 12 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bob.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bob.php"} 43 http_response_size_bytes_count{method="GET",path="/bob.php"} 1 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"} 216 http_response_size_bytes_count{method="GET",path="/bolt.php"} 5 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/bootstrap.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/bootstrap.php"} 258 http_response_size_bytes_count{method="GET",path="/bootstrap.php"} 6 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"} 44 http_response_size_bytes_count{method="GET",path="/bootstrap.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bootstrap/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bootstrap/.env"} 86 http_response_size_bytes_count{method="GET",path="/bootstrap/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/borneo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/borneo.php"} 86 http_response_size_bytes_count{method="GET",path="/borneo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/brc.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/brc.php"} 86 http_response_size_bytes_count{method="GET",path="/brc.php"} 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="/browse.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/browse.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/browse.php"} 87 http_response_size_bytes_count{method="GET",path="/browse.php"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bscclapb.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bscclapb.php"} 86 http_response_size_bytes_count{method="GET",path="/bscclapb.php"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/bsg-management/php.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/bsg-management/php.php"} 86 http_response_size_bytes_count{method="GET",path="/bsg-management/php.php"} 2 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/bthil.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/bthil.php"} 474 http_response_size_bytes_count{method="GET",path="/bthil.php"} 11 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/btx25.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/btx25.php"} 387 http_response_size_bytes_count{method="GET",path="/btx25.php"} 9 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/buds1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/buds1.php"} 43 http_response_size_bytes_count{method="GET",path="/buds1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/build.json"} 528 http_response_size_bytes_count{method="GET",path="/build.json"} 12 http_response_size_bytes_bucket{method="GET",path="/build.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.json"} 44 http_response_size_bytes_count{method="GET",path="/build.json"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/build.json "} 88 http_response_size_bytes_count{method="GET",path="/build.json "} 2 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/build.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/build.json/"} 88 http_response_size_bytes_count{method="GET",path="/build.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.json/."} 44 http_response_size_bytes_count{method="GET",path="/build.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.json;"} 44 http_response_size_bytes_count{method="GET",path="/build.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/build.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.json;/"} 44 http_response_size_bytes_count{method="GET",path="/build.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build.php"} 43 http_response_size_bytes_count{method="GET",path="/build.php"} 1 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/build/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/build/.env"} 87 http_response_size_bytes_count{method="GET",path="/build/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/build/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/build/config.js"} 43 http_response_size_bytes_count{method="GET",path="/build/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/buildkite/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/buildkite/.env"} 86 http_response_size_bytes_count{method="GET",path="/buildkite/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/buildspec.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/buildspec.yml"} 132 http_response_size_bytes_count{method="GET",path="/buildspec.yml"} 3 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"} 86 http_response_size_bytes_count{method="GET",path="/bulk/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bumxewlsll.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bumxewlsll.php"} 43 http_response_size_bytes_count{method="GET",path="/bumxewlsll.php"} 1 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/buy.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/buy.php"} 173 http_response_size_bytes_count{method="GET",path="/buy.php"} 4 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bxhnfdgd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bxhnfdgd.php"} 43 http_response_size_bytes_count{method="GET",path="/bxhnfdgd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bxkss.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bxkss.php"} 43 http_response_size_bytes_count{method="GET",path="/bxkss.php"} 1 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"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/byp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/byp.php"} 43 http_response_size_bytes_count{method="GET",path="/byp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/byp8.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/byp8.php"} 172 http_response_size_bytes_count{method="GET",path="/byp8.php"} 4 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/bypass.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/bypass.php"} 43 http_response_size_bytes_count{method="GET",path="/bypass.php"} 1 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/c4.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/c4.php"} 86 http_response_size_bytes_count{method="GET",path="/c4.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cache-compat.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cache-compat.php"} 43 http_response_size_bytes_count{method="GET",path="/cache-compat.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/cache.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/cache.php"} 389 http_response_size_bytes_count{method="GET",path="/cache.php"} 9 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cache/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cache/.env"} 86 http_response_size_bytes_count{method="GET",path="/cache/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/cah.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/cah.php"} 348 http_response_size_bytes_count{method="GET",path="/cah.php"} 8 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cakephp/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cakephp/.env"} 86 http_response_size_bytes_count{method="GET",path="/cakephp/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/camara.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/camara.php"} 43 http_response_size_bytes_count{method="GET",path="/camara.php"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/campaign/.env"} 2 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="/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"} 43 http_response_size_bytes_count{method="GET",path="/card.php"} 1 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/catalog/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/catalog/config.php"} 129 http_response_size_bytes_count{method="GET",path="/catalog/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/cc.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/cc.php"} 389 http_response_size_bytes_count{method="GET",path="/cc.php"} 9 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cc13.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cc13.php"} 86 http_response_size_bytes_count{method="GET",path="/cc13.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/ccc.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/ccc.php"} 473 http_response_size_bytes_count{method="GET",path="/ccc.php"} 11 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cccc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cccc.php"} 43 http_response_size_bytes_count{method="GET",path="/cccc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/ccou.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/ccou.php"} 431 http_response_size_bytes_count{method="GET",path="/ccou.php"} 10 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/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cd/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cd/.env"} 86 http_response_size_bytes_count{method="GET",path="/cd/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cfile.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cfile.php"} 215 http_response_size_bytes_count{method="GET",path="/cfile.php"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/cgi-bin/"} 129 http_response_size_bytes_count{method="GET",path="/cgi-bin/"} 3 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../../etc/passwd",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../../etc/passwd"} 175 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../../etc/passwd"} 4 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/.env",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../app/.env"} 438 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../app/.env"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../app/config/parameters.yml"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../app/public/../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../app/public/../.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../app/public/../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../data/www/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../data/www/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../data/www/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env"} 217 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../home/admin/public_html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env"} 218 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../home/admin/web/public_html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../home/ubuntu/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../opt/app/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../opt/app/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../opt/app/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../public_html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../public_html/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../public_html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../root/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../root/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../root/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../srv/http/html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../srv/www/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../srv/www/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../srv/www/html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../usr/local/apache2/htdocs/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env"} 218 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../usr/local/www/apache24/data/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../usr/share/nginx/html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local"} 217 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/.env.local"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/api/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/app/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.local"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/.env.production"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/api/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/app/config/parameters.yml"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php"} 218 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/application/database.php"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/backend/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/config/database.php"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env"} 220 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/laravel/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/public/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php"} 218 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/html/wp-config.php"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env"} 217 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/laravel/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env"} 218 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../var/www/vhosts/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../www/html/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../www/html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env"} 219 http_response_size_bytes_count{method="GET",path="/cgi-bin/../../../../../../www/wwwroot/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cgi-bin/about.php"} 43 http_response_size_bytes_count{method="GET",path="/cgi-bin/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cgi-bin/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/cgi-bin/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/index.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/cgi-bin/index.php"} 432 http_response_size_bytes_count{method="GET",path="/cgi-bin/index.php"} 10 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/upfile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cgi-bin/upfile.php"} 43 http_response_size_bytes_count{method="GET",path="/cgi-bin/upfile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cgi-bin/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cgi-bin/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/cgi-bin/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.production.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/charts/values.production.yaml"} 43 http_response_size_bytes_count{method="GET",path="/charts/values.production.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/charts/values.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/charts/values.yaml"} 43 http_response_size_bytes_count{method="GET",path="/charts/values.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/chomu.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/chomu.php"} 86 http_response_size_bytes_count{method="GET",path="/chomu.php"} 2 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/chosen.php",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/chosen.php"} 949 http_response_size_bytes_count{method="GET",path="/chosen.php"} 22 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ci/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ci/.env"} 86 http_response_size_bytes_count{method="GET",path="/ci/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cilus.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cilus.php"} 86 http_response_size_bytes_count{method="GET",path="/cilus.php"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/circleci/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/circleci/.env"} 86 http_response_size_bytes_count{method="GET",path="/circleci/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/clasa99.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/clasa99.php"} 86 http_response_size_bytes_count{method="GET",path="/clasa99.php"} 2 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/class-t.api.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/class-t.api.php"} 215 http_response_size_bytes_count{method="GET",path="/class-t.api.php"} 5 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/class-walker-footer-dev.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/class-walker-footer-dev.php"} 86 http_response_size_bytes_count{method="GET",path="/class-walker-footer-dev.php"} 2 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-image.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class-wp-image.php"} 43 http_response_size_bytes_count{method="GET",path="/class-wp-image.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp-logo-new.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class-wp-logo-new.php"} 43 http_response_size_bytes_count{method="GET",path="/class-wp-logo-new.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class-wp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class-wp.php"} 43 http_response_size_bytes_count{method="GET",path="/class-wp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/class.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/class.php"} 129 http_response_size_bytes_count{method="GET",path="/class.php"} 3 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class19.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class19.php"} 43 http_response_size_bytes_count{method="GET",path="/class19.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class20.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class20.php"} 43 http_response_size_bytes_count{method="GET",path="/class20.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class629.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class629.php"} 43 http_response_size_bytes_count{method="GET",path="/class629.php"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/class9.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/class9.php"} 43 http_response_size_bytes_count{method="GET",path="/class9.php"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/classsmtps.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/classsmtps.php"} 43 http_response_size_bytes_count{method="GET",path="/classsmtps.php"} 1 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="100"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="500"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="1000"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="5000"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="10000"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="50000"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="100000"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="500000"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="1e+06"} 36 http_response_size_bytes_bucket{method="GET",path="/classwithtostring.php",le="+Inf"} 36 http_response_size_bytes_sum{method="GET",path="/classwithtostring.php"} 1549 http_response_size_bytes_count{method="GET",path="/classwithtostring.php"} 36 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/claude.md",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/claude.md"} 176 http_response_size_bytes_count{method="GET",path="/claude.md"} 4 http_response_size_bytes_bucket{method="GET",path="/click.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/click.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/click.php"} 43 http_response_size_bytes_count{method="GET",path="/click.php"} 1 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/client/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/client/.env"} 175 http_response_size_bytes_count{method="GET",path="/client/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/client_secret.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/client_secret.json"} 88 http_response_size_bytes_count{method="GET",path="/client_secret.json"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud-init/user-data",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cloud-init/user-data"} 43 http_response_size_bytes_count{method="GET",path="/cloud-init/user-data"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cloud.json"} 44 http_response_size_bytes_count{method="GET",path="/cloud.json"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cloud/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cloud/.env"} 86 http_response_size_bytes_count{method="GET",path="/cloud/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cls.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cls.php"} 43 http_response_size_bytes_count{method="GET",path="/cls.php"} 1 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/clxcc.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/clxcc.php"} 86 http_response_size_bytes_count{method="GET",path="/clxcc.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cmd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cmd.php"} 43 http_response_size_bytes_count{method="GET",path="/cmd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cms.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cms.php"} 43 http_response_size_bytes_count{method="GET",path="/cms.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cms/",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/cms/"} 258 http_response_size_bytes_count{method="GET",path="/cms/"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cms/.env"} 86 http_response_size_bytes_count{method="GET",path="/cms/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-json/",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/cms/wp-json/"} 258 http_response_size_bytes_count{method="GET",path="/cms/wp-json/"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/cms/wp-login.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/cms/wp-login.php"} 258 http_response_size_bytes_count{method="GET",path="/cms/wp-login.php"} 6 http_response_size_bytes_bucket{method="GET",path="/co.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/co.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/co.php"} 86 http_response_size_bytes_count{method="GET",path="/co.php"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/codeigniter/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/codeigniter/.env"} 86 http_response_size_bytes_count{method="GET",path="/codeigniter/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/coffee.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/coffee.php"} 430 http_response_size_bytes_count{method="GET",path="/coffee.php"} 10 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/coffexium.php",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/coffexium.php"} 817 http_response_size_bytes_count{method="GET",path="/coffexium.php"} 19 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cok.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cok.php"} 43 http_response_size_bytes_count{method="GET",path="/cok.php"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/colors.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/colors.php"} 43 http_response_size_bytes_count{method="GET",path="/colors.php"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/colour.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/colour.php"} 43 http_response_size_bytes_count{method="GET",path="/colour.php"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/common.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/common.php"} 43 http_response_size_bytes_count{method="GET",path="/common.php"} 1 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="/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config"} 43 http_response_size_bytes_count{method="GET",path="/config"} 1 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"} 88 http_response_size_bytes_count{method="GET",path="/config.env"} 2 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.ini",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.ini"} 43 http_response_size_bytes_count{method="GET",path="/config.ini"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/config.js"} 920 http_response_size_bytes_count{method="GET",path="/config.js"} 21 http_response_size_bytes_bucket{method="GET",path="/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.js"} 44 http_response_size_bytes_count{method="GET",path="/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.js "} 88 http_response_size_bytes_count{method="GET",path="/config.js "} 2 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.js..;/"} 44 http_response_size_bytes_count{method="GET",path="/config.js..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.js/"} 88 http_response_size_bytes_count{method="GET",path="/config.js/"} 2 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.js/."} 44 http_response_size_bytes_count{method="GET",path="/config.js/."} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.js;"} 43 http_response_size_bytes_count{method="GET",path="/config.js;"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.js;.php"} 44 http_response_size_bytes_count{method="GET",path="/config.js;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.js;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.js;/"} 44 http_response_size_bytes_count{method="GET",path="/config.js;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/config.json"} 918 http_response_size_bytes_count{method="GET",path="/config.json"} 21 http_response_size_bytes_bucket{method="GET",path="/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.json"} 44 http_response_size_bytes_count{method="GET",path="/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.json "} 87 http_response_size_bytes_count{method="GET",path="/config.json "} 2 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/config.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/config.json.php"} 259 http_response_size_bytes_count{method="GET",path="/config.json.php"} 6 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json.save",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config.json.save"} 129 http_response_size_bytes_count{method="GET",path="/config.json.save"} 3 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.json/"} 88 http_response_size_bytes_count{method="GET",path="/config.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.json/."} 44 http_response_size_bytes_count{method="GET",path="/config.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.json;"} 44 http_response_size_bytes_count{method="GET",path="/config.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/config.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.json;/"} 44 http_response_size_bytes_count{method="GET",path="/config.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/config.php"} 431 http_response_size_bytes_count{method="GET",path="/config.php"} 10 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/config.php.bak"} 744 http_response_size_bytes_count{method="GET",path="/config.php.bak"} 17 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.bak"} 44 http_response_size_bytes_count{method="GET",path="/config.php.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.php.bak "} 88 http_response_size_bytes_count{method="GET",path="/config.php.bak "} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.bak..;/"} 44 http_response_size_bytes_count{method="GET",path="/config.php.bak..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.php.bak/"} 88 http_response_size_bytes_count{method="GET",path="/config.php.bak/"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.bak/."} 44 http_response_size_bytes_count{method="GET",path="/config.php.bak/."} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.bak;"} 44 http_response_size_bytes_count{method="GET",path="/config.php.bak;"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.bak;.php"} 44 http_response_size_bytes_count{method="GET",path="/config.php.bak;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.bak;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.bak;/"} 44 http_response_size_bytes_count{method="GET",path="/config.php.bak;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/config.php.old"} 528 http_response_size_bytes_count{method="GET",path="/config.php.old"} 12 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.old"} 44 http_response_size_bytes_count{method="GET",path="/config.php.old"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.php.old "} 88 http_response_size_bytes_count{method="GET",path="/config.php.old "} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.old..;/"} 44 http_response_size_bytes_count{method="GET",path="/config.php.old..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.php.old/"} 88 http_response_size_bytes_count{method="GET",path="/config.php.old/"} 2 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.old/."} 44 http_response_size_bytes_count{method="GET",path="/config.php.old/."} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.old;"} 44 http_response_size_bytes_count{method="GET",path="/config.php.old;"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.old;.php"} 44 http_response_size_bytes_count{method="GET",path="/config.php.old;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php.old;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php.old;/"} 44 http_response_size_bytes_count{method="GET",path="/config.php.old;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.php7",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.php7"} 43 http_response_size_bytes_count{method="GET",path="/config.php7"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config.py",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config.py"} 43 http_response_size_bytes_count{method="GET",path="/config.py"} 1 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config.toml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config.toml"} 86 http_response_size_bytes_count{method="GET",path="/config.toml"} 2 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/config.yaml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/config.yaml"} 305 http_response_size_bytes_count{method="GET",path="/config.yaml"} 7 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"} 86 http_response_size_bytes_count{method="GET",path="/config.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./app.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/config/./app.php"} 219 http_response_size_bytes_count{method="GET",path="/config/./app.php"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./database.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/config/./database.php"} 220 http_response_size_bytes_count{method="GET",path="/config/./database.php"} 5 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/./mail.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/./mail.php"} 132 http_response_size_bytes_count{method="GET",path="/config/./mail.php"} 3 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/config/.env"} 303 http_response_size_bytes_count{method="GET",path="/config/.env"} 7 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/.env.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/.env.php"} 44 http_response_size_bytes_count{method="GET",path="/config/.env.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/App.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/App.php"} 130 http_response_size_bytes_count{method="GET",path="/config/App.php"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/Database.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/Database.php"} 132 http_response_size_bytes_count{method="GET",path="/config/Database.php"} 3 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"} 88 http_response_size_bytes_count{method="GET",path="/config/Mail.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="100"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="500"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="1000"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="5000"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="10000"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="50000"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="100000"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="500000"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="1e+06"} 25 http_response_size_bytes_bucket{method="GET",path="/config/app.php",le="+Inf"} 25 http_response_size_bytes_sum{method="GET",path="/config/app.php"} 1092 http_response_size_bytes_count{method="GET",path="/config/app.php"} 25 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.php ",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php ",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/config/app.php "} 220 http_response_size_bytes_count{method="GET",path="/config/app.php "} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php..;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/app.php..;/"} 130 http_response_size_bytes_count{method="GET",path="/config/app.php..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/config/app.php/"} 219 http_response_size_bytes_count{method="GET",path="/config/app.php/"} 5 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/app.php/."} 132 http_response_size_bytes_count{method="GET",path="/config/app.php/."} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/app.php::$DATA"} 43 http_response_size_bytes_count{method="GET",path="/config/app.php::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/app.php;"} 132 http_response_size_bytes_count{method="GET",path="/config/app.php;"} 3 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app.php;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/app.php;.php"} 88 http_response_size_bytes_count{method="GET",path="/config/app.php;.php"} 2 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;/"} 87 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"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/app/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/app/.env"} 86 http_response_size_bytes_count{method="GET",path="/config/app/.env"} 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"} 43 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"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/application.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/application.yml"} 131 http_response_size_bytes_count{method="GET",path="/config/application.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/aws.env"} 43 http_response_size_bytes_count{method="GET",path="/config/aws.env"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/aws.json"} 87 http_response_size_bytes_count{method="GET",path="/config/aws.json"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/aws.php"} 87 http_response_size_bytes_count{method="GET",path="/config/aws.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/aws.yaml"} 43 http_response_size_bytes_count{method="GET",path="/config/aws.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/aws.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/aws.yml"} 87 http_response_size_bytes_count{method="GET",path="/config/aws.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/config.php"} 44 http_response_size_bytes_count{method="GET",path="/config/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/credentials.json"} 44 http_response_size_bytes_count{method="GET",path="/config/credentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/credentials.yml.enc",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/credentials.yml.enc"} 87 http_response_size_bytes_count{method="GET",path="/config/credentials.yml.enc"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="100"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="500"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="1000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="5000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="10000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="50000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="100000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="500000"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="1e+06"} 26 http_response_size_bytes_bucket{method="GET",path="/config/database.php",le="+Inf"} 26 http_response_size_bytes_sum{method="GET",path="/config/database.php"} 1138 http_response_size_bytes_count{method="GET",path="/config/database.php"} 26 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"} 87 http_response_size_bytes_count{method="GET",path="/config/database.php"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php ",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/config/database.php "} 219 http_response_size_bytes_count{method="GET",path="/config/database.php "} 5 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php..;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/database.php..;/"} 132 http_response_size_bytes_count{method="GET",path="/config/database.php..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/config/database.php/"} 176 http_response_size_bytes_count{method="GET",path="/config/database.php/"} 4 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/database.php/."} 132 http_response_size_bytes_count{method="GET",path="/config/database.php/."} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/database.php::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/config/database.php::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/database.php;"} 132 http_response_size_bytes_count{method="GET",path="/config/database.php;"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/database.php;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/database.php;.php"} 88 http_response_size_bytes_count{method="GET",path="/config/database.php;.php"} 2 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"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/database.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/database.yml"} 130 http_response_size_bytes_count{method="GET",path="/config/database.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/default.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/default.json"} 43 http_response_size_bytes_count{method="GET",path="/config/default.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/deploy.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/deploy.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/deploy/production.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/deploy/production.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/deploy/production.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/development.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/development.json"} 43 http_response_size_bytes_count{method="GET",path="/config/development.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/email.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/email.php"} 43 http_response_size_bytes_count{method="GET",path="/config/email.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/development.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/environments/development.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/environments/development.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/production.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/environments/production.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/environments/production.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/environments/staging.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/environments/staging.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/environments/staging.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/firebase-admin.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/firebase-admin.json"} 44 http_response_size_bytes_count{method="GET",path="/config/firebase-admin.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/gcp-credentials.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/gcp-credentials.json"} 44 http_response_size_bytes_count{method="GET",path="/config/gcp-credentials.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/action_mailer.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/initializers/action_mailer.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/initializers/action_mailer.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/aws.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/initializers/aws.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/initializers/aws.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/mail.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/initializers/mail.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/initializers/mail.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/ses.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/initializers/ses.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/initializers/ses.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/initializers/smtp.rb",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/initializers/smtp.rb"} 43 http_response_size_bytes_count{method="GET",path="/config/initializers/smtp.rb"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/local.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/local.json"} 43 http_response_size_bytes_count{method="GET",path="/config/local.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/config/mail.php"} 830 http_response_size_bytes_count{method="GET",path="/config/mail.php"} 19 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/mail.php"} 44 http_response_size_bytes_count{method="GET",path="/config/mail.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php ",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/mail.php "} 132 http_response_size_bytes_count{method="GET",path="/config/mail.php "} 3 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..;/"} 88 http_response_size_bytes_count{method="GET",path="/config/mail.php..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/mail.php/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/mail.php/"} 132 http_response_size_bytes_count{method="GET",path="/config/mail.php/"} 3 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/."} 88 http_response_size_bytes_count{method="GET",path="/config/mail.php/."} 2 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;"} 88 http_response_size_bytes_count{method="GET",path="/config/mail.php;"} 2 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/mail.php;.php"} 44 http_response_size_bytes_count{method="GET",path="/config/mail.php;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/mail.php;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/mail.php;/"} 44 http_response_size_bytes_count{method="GET",path="/config/mail.php;/"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/master.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/master.key"} 43 http_response_size_bytes_count{method="GET",path="/config/master.key"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/prod.exs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/prod.exs"} 44 http_response_size_bytes_count{method="GET",path="/config/prod.exs"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/production.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/production.json"} 43 http_response_size_bytes_count{method="GET",path="/config/production.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/runtime.exs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/runtime.exs"} 43 http_response_size_bytes_count{method="GET",path="/config/runtime.exs"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/secrets.json"} 43 http_response_size_bytes_count{method="GET",path="/config/secrets.json"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/secrets.yml"} 131 http_response_size_bytes_count{method="GET",path="/config/secrets.yml"} 3 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/secrets.yml.enc",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/secrets.yml.enc"} 43 http_response_size_bytes_count{method="GET",path="/config/secrets.yml.enc"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/sendgrid.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/sendgrid.env"} 44 http_response_size_bytes_count{method="GET",path="/config/sendgrid.env"} 1 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/config/service-account.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/config/service-account.json"} 88 http_response_size_bytes_count{method="GET",path="/config/service-account.json"} 2 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/ses.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/ses.php"} 43 http_response_size_bytes_count{method="GET",path="/config/ses.php"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.inc.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/config/settings.inc.php"} 129 http_response_size_bytes_count{method="GET",path="/config/settings.inc.php"} 3 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.py",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/settings.py"} 44 http_response_size_bytes_count{method="GET",path="/config/settings.py"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/settings.yml"} 43 http_response_size_bytes_count{method="GET",path="/config/settings.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/production.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/settings/production.yml"} 43 http_response_size_bytes_count{method="GET",path="/config/settings/production.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/settings/staging.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/settings/staging.yml"} 43 http_response_size_bytes_count{method="GET",path="/config/settings/staging.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/storage.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/storage.yml"} 43 http_response_size_bytes_count{method="GET",path="/config/storage.yml"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/config/stripe.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/config/stripe.json"} 43 http_response_size_bytes_count{method="GET",path="/config/stripe.json"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configprops",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configprops"} 43 http_response_size_bytes_count{method="GET",path="/configprops"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configs.php"} 43 http_response_size_bytes_count{method="GET",path="/configs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configuration.js"} 44 http_response_size_bytes_count{method="GET",path="/configuration.js"} 1 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"} 173 http_response_size_bytes_count{method="GET",path="/configuration.php"} 4 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/configuration.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/configuration.php.bak"} 44 http_response_size_bytes_count{method="GET",path="/configuration.php.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/cong.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/cong.php"} 172 http_response_size_bytes_count{method="GET",path="/cong.php"} 4 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/"} 86 http_response_size_bytes_count{method="GET",path="/console/"} 2 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/containers/json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/containers/json"} 43 http_response_size_bytes_count{method="GET",path="/containers/json"} 1 http_response_size_bytes_bucket{method="GET",path="/content.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/content.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/content.php"} 86 http_response_size_bytes_count{method="GET",path="/content.php"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/control-panel/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/control-panel/.env"} 86 http_response_size_bytes_count{method="GET",path="/control-panel/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cookie.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cookie.php"} 43 http_response_size_bytes_count{method="GET",path="/cookie.php"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/core",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/core"} 43 http_response_size_bytes_count{method="GET",path="/core"} 1 http_response_size_bytes_bucket{method="GET",path="/core.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/core.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/core.php"} 129 http_response_size_bytes_count{method="GET",path="/core.php"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/core/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/core/.env"} 130 http_response_size_bytes_count{method="GET",path="/core/.env"} 3 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/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/core/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/core/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/core/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/core/settings.py",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/core/settings.py"} 44 http_response_size_bytes_count{method="GET",path="/core/settings.py"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cp2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cp2.php"} 43 http_response_size_bytes_count{method="GET",path="/cp2.php"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/cpanel/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/credentials.json"} 130 http_response_size_bytes_count{method="GET",path="/credentials.json"} 3 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/credentials/store/system/domain/_/api/json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/credentials/store/system/domain/_/api/json"} 43 http_response_size_bytes_count{method="GET",path="/credentials/store/system/domain/_/api/json"} 1 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/creds.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/creds.json"} 87 http_response_size_bytes_count{method="GET",path="/creds.json"} 2 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/crgio.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/crgio.php"} 559 http_response_size_bytes_count{method="GET",path="/crgio.php"} 13 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/crm/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/crm/.env"} 130 http_response_size_bytes_count{method="GET",path="/crm/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cron.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cron.php"} 86 http_response_size_bytes_count{method="GET",path="/cron.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cron/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cron/.env"} 86 http_response_size_bytes_count{method="GET",path="/cron/.env"} 2 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"} 86 http_response_size_bytes_count{method="GET",path="/cronlab/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/crusader-404-probe",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/crusader-404-probe"} 44 http_response_size_bytes_count{method="GET",path="/crusader-404-probe"} 1 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/csa.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/csa.php"} 86 http_response_size_bytes_count{method="GET",path="/csa.php"} 2 http_response_size_bytes_bucket{method="GET",path="/css",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/css",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/css"} 131 http_response_size_bytes_count{method="GET",path="/css"} 3 http_response_size_bytes_bucket{method="GET",path="/css.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/css.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/css.php"} 43 http_response_size_bytes_count{method="GET",path="/css.php"} 1 http_response_size_bytes_bucket{method="GET",path="/css/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/css/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/css/"} 131 http_response_size_bytes_count{method="GET",path="/css/"} 3 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/css/chosen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/css/chosen.php"} 44 http_response_size_bytes_count{method="GET",path="/css/chosen.php"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/css/classwithtostring.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/css/classwithtostring.php"} 44 http_response_size_bytes_count{method="GET",path="/css/classwithtostring.php"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/css/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/css/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/css/cloud.php"} 1 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="/css/install.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/css/install.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/css/install.php"} 44 http_response_size_bytes_count{method="GET",path="/css/install.php"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/css/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/css/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/css/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/cu.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/cu.php"} 172 http_response_size_bytes_count{method="GET",path="/cu.php"} 4 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/current/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/current/.env"} 86 http_response_size_bytes_count{method="GET",path="/current/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cv.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cv.php"} 86 http_response_size_bytes_count{method="GET",path="/cv.php"} 2 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cwclass.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cwclass.php"} 43 http_response_size_bytes_count{method="GET",path="/cwclass.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/cx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/cx.php"} 43 http_response_size_bytes_count{method="GET",path="/cx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/cxc.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/cxc.php"} 86 http_response_size_bytes_count{method="GET",path="/cxc.php"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/d.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/d.php"} 86 http_response_size_bytes_count{method="GET",path="/d.php"} 2 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/d61.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/d61.php"} 43 http_response_size_bytes_count{method="GET",path="/d61.php"} 1 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/d62.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/d62.php"} 129 http_response_size_bytes_count{method="GET",path="/d62.php"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/dZ3wP5.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/dZ3wP5.php"} 129 http_response_size_bytes_count{method="GET",path="/dZ3wP5.php"} 3 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/da1c121bb2index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/da1c121bb2index.php"} 43 http_response_size_bytes_count{method="GET",path="/da1c121bb2index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/daerl3.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/daerl3.php"} 129 http_response_size_bytes_count{method="GET",path="/daerl3.php"} 3 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd"} 88 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/./passwd"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd"} 44 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/Passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 527 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 12 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 44 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd "} 88 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd "} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/"} 44 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/"} 88 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/"} 2 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/."} 44 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd/."} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;"} 44 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php"} 44 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/"} 44 http_response_size_bytes_count{method="GET",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd;/"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dashboard.css"} 43 http_response_size_bytes_count{method="GET",path="/dashboard.css"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dashboard.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dashboard.js"} 43 http_response_size_bytes_count{method="GET",path="/dashboard.js"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/dashboard/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dass.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dass.php"} 86 http_response_size_bytes_count{method="GET",path="/dass.php"} 2 http_response_size_bytes_bucket{method="GET",path="/data.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/data.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/data.php"} 43 http_response_size_bytes_count{method="GET",path="/data.php"} 1 http_response_size_bytes_bucket{method="GET",path="/database.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.php"} 88 http_response_size_bytes_count{method="GET",path="/database.php"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="100"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="500"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="1000"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="5000"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="10000"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="50000"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="100000"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="500000"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="1e+06"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="+Inf"} 29 http_response_size_bytes_sum{method="GET",path="/database.sql"} 1268 http_response_size_bytes_count{method="GET",path="/database.sql"} 29 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.sql"} 88 http_response_size_bytes_count{method="GET",path="/database.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/database.sql "} 176 http_response_size_bytes_count{method="GET",path="/database.sql "} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.sql..;/"} 88 http_response_size_bytes_count{method="GET",path="/database.sql..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/database.sql.gz"} 484 http_response_size_bytes_count{method="GET",path="/database.sql.gz"} 11 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"} 44 http_response_size_bytes_count{method="GET",path="/database.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.sql.gz "} 88 http_response_size_bytes_count{method="GET",path="/database.sql.gz "} 2 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..;/"} 44 http_response_size_bytes_count{method="GET",path="/database.sql.gz..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.sql.gz/"} 88 http_response_size_bytes_count{method="GET",path="/database.sql.gz/"} 2 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/."} 44 http_response_size_bytes_count{method="GET",path="/database.sql.gz/."} 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;"} 44 http_response_size_bytes_count{method="GET",path="/database.sql.gz;"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql.gz;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.sql.gz;.php"} 44 http_response_size_bytes_count{method="GET",path="/database.sql.gz;.php"} 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;/"} 44 http_response_size_bytes_count{method="GET",path="/database.sql.gz;/"} 1 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/database.sql/"} 175 http_response_size_bytes_count{method="GET",path="/database.sql/"} 4 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql/.",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.sql/."} 88 http_response_size_bytes_count{method="GET",path="/database.sql/."} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.sql;"} 88 http_response_size_bytes_count{method="GET",path="/database.sql;"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.sql;.php"} 88 http_response_size_bytes_count{method="GET",path="/database.sql;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.sql;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.sql;/"} 88 http_response_size_bytes_count{method="GET",path="/database.sql;/"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/database.yml.bak"} 528 http_response_size_bytes_count{method="GET",path="/database.yml.bak"} 12 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.yml.bak"} 44 http_response_size_bytes_count{method="GET",path="/database.yml.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.yml.bak "} 88 http_response_size_bytes_count{method="GET",path="/database.yml.bak "} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.yml.bak..;/"} 44 http_response_size_bytes_count{method="GET",path="/database.yml.bak..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/database.yml.bak/"} 88 http_response_size_bytes_count{method="GET",path="/database.yml.bak/"} 2 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.yml.bak/."} 44 http_response_size_bytes_count{method="GET",path="/database.yml.bak/."} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.yml.bak;"} 44 http_response_size_bytes_count{method="GET",path="/database.yml.bak;"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.yml.bak;.php"} 44 http_response_size_bytes_count{method="GET",path="/database.yml.bak;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/database.yml.bak;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/database.yml.bak;/"} 44 http_response_size_bytes_count{method="GET",path="/database.yml.bak;/"} 1 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/database/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/database/.env"} 130 http_response_size_bytes_count{method="GET",path="/database/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/db.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/db.php"} 131 http_response_size_bytes_count{method="GET",path="/db.php"} 3 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/db.sql"} 528 http_response_size_bytes_count{method="GET",path="/db.sql"} 12 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.sql"} 44 http_response_size_bytes_count{method="GET",path="/db.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/db.sql "} 88 http_response_size_bytes_count{method="GET",path="/db.sql "} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.sql..;/"} 44 http_response_size_bytes_count{method="GET",path="/db.sql..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/db.sql/"} 88 http_response_size_bytes_count{method="GET",path="/db.sql/"} 2 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.sql/."} 44 http_response_size_bytes_count{method="GET",path="/db.sql/."} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.sql;"} 44 http_response_size_bytes_count{method="GET",path="/db.sql;"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.sql;.php"} 44 http_response_size_bytes_count{method="GET",path="/db.sql;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/db.sql;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/db.sql;/"} 44 http_response_size_bytes_count{method="GET",path="/db.sql;/"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/debug.log"} 528 http_response_size_bytes_count{method="GET",path="/debug.log"} 12 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/debug.log"} 44 http_response_size_bytes_count{method="GET",path="/debug.log"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/debug.log "} 88 http_response_size_bytes_count{method="GET",path="/debug.log "} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/debug.log..;/"} 44 http_response_size_bytes_count{method="GET",path="/debug.log..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/debug.log/"} 88 http_response_size_bytes_count{method="GET",path="/debug.log/"} 2 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/debug.log/."} 44 http_response_size_bytes_count{method="GET",path="/debug.log/."} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/debug.log;"} 44 http_response_size_bytes_count{method="GET",path="/debug.log;"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/debug.log;.php"} 44 http_response_size_bytes_count{method="GET",path="/debug.log;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/debug.log;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/debug.log;/"} 44 http_response_size_bytes_count{method="GET",path="/debug.log;/"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/debug.php"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/debug/default/view",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/debug/default/view"} 86 http_response_size_bytes_count{method="GET",path="/debug/default/view"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/deepseek_d.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/deepseek_d.php"} 86 http_response_size_bytes_count{method="GET",path="/deepseek_d.php"} 2 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/defau1t.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/defau1t.php"} 43 http_response_size_bytes_count{method="GET",path="/defau1t.php"} 1 http_response_size_bytes_bucket{method="GET",path="/default.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/default.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/default.php"} 129 http_response_size_bytes_count{method="GET",path="/default.php"} 3 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dehnl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dehnl.php"} 43 http_response_size_bytes_count{method="GET",path="/dehnl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/dejavu.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/dejavu.php"} 302 http_response_size_bytes_count{method="GET",path="/dejavu.php"} 7 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/deploy/.env"} 86 http_response_size_bytes_count{method="GET",path="/deploy/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/deploy/config.json"} 43 http_response_size_bytes_count{method="GET",path="/deploy/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/service-account.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/deploy/service-account.json"} 87 http_response_size_bytes_count{method="GET",path="/deploy/service-account.json"} 2 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/deploy/terraform.tfstate",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/deploy/terraform.tfstate"} 43 http_response_size_bytes_count{method="GET",path="/deploy/terraform.tfstate"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/deployment/values.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/deployment/values.yaml"} 43 http_response_size_bytes_count{method="GET",path="/deployment/values.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/des.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/des.php"} 43 http_response_size_bytes_count{method="GET",path="/des.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/dev/.env"} 172 http_response_size_bytes_count{method="GET",path="/dev/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dev/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/dev/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dev/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dev/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/dev/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/development/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/development/.env"} 129 http_response_size_bytes_count{method="GET",path="/development/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/dex.php",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/dex.php"} 602 http_response_size_bytes_count{method="GET",path="/dex.php"} 14 http_response_size_bytes_bucket{method="GET",path="/df.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/df.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/df.php"} 86 http_response_size_bytes_count{method="GET",path="/df.php"} 2 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dfd76.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dfd76.php"} 43 http_response_size_bytes_count{method="GET",path="/dfd76.php"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/diidi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/diidi.php"} 43 http_response_size_bytes_count{method="GET",path="/diidi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/directus/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/directus/settings"} 43 http_response_size_bytes_count{method="GET",path="/directus/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/disagreed.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/disagreed.php"} 43 http_response_size_bytes_count{method="GET",path="/disagreed.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dist/.env"} 86 http_response_size_bytes_count{method="GET",path="/dist/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dist/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dist/config.js"} 43 http_response_size_bytes_count{method="GET",path="/dist/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dlvqo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dlvqo.php"} 43 http_response_size_bytes_count{method="GET",path="/dlvqo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dmin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dmin.php"} 43 http_response_size_bytes_count{method="GET",path="/dmin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/doc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/doc.php"} 43 http_response_size_bytes_count{method="GET",path="/doc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.override.yml",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/docker-compose.override.yml"} 306 http_response_size_bytes_count{method="GET",path="/docker-compose.override.yml"} 7 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.prod.yml",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/docker-compose.prod.yml"} 262 http_response_size_bytes_count{method="GET",path="/docker-compose.prod.yml"} 6 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.production.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker-compose.production.yml"} 86 http_response_size_bytes_count{method="GET",path="/docker-compose.production.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yaml",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/docker-compose.yaml"} 215 http_response_size_bytes_count{method="GET",path="/docker-compose.yaml"} 5 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="100"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="500"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="1000"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="5000"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="10000"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="50000"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="100000"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="500000"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="1e+06"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="+Inf"} 34 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml"} 1487 http_response_size_bytes_count{method="GET",path="/docker-compose.yml"} 34 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml"} 88 http_response_size_bytes_count{method="GET",path="/docker-compose.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml "} 176 http_response_size_bytes_count{method="GET",path="/docker-compose.yml "} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml..;/"} 88 http_response_size_bytes_count{method="GET",path="/docker-compose.yml..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml/"} 176 http_response_size_bytes_count{method="GET",path="/docker-compose.yml/"} 4 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml/."} 131 http_response_size_bytes_count{method="GET",path="/docker-compose.yml/."} 3 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/docker-compose.yml::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml;"} 87 http_response_size_bytes_count{method="GET",path="/docker-compose.yml;"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml;.php"} 88 http_response_size_bytes_count{method="GET",path="/docker-compose.yml;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docker-compose.yml;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docker-compose.yml;/"} 88 http_response_size_bytes_count{method="GET",path="/docker-compose.yml;/"} 2 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"} 173 http_response_size_bytes_count{method="GET",path="/docker/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docs.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docs.php"} 86 http_response_size_bytes_count{method="GET",path="/docs.php"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/docs/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/docs/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/docs/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dom.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dom.php"} 86 http_response_size_bytes_count{method="GET",path="/dom.php"} 2 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/domvf.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/domvf.php"} 560 http_response_size_bytes_count{method="GET",path="/domvf.php"} 13 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dot.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dot.php"} 43 http_response_size_bytes_count{method="GET",path="/dot.php"} 1 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="/dr.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/dr.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/dr.php"} 387 http_response_size_bytes_count{method="GET",path="/dr.php"} 9 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/dragonshell.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/dragonshell.php"} 215 http_response_size_bytes_count{method="GET",path="/dragonshell.php"} 5 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/dropdown.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/dropdown.php"} 174 http_response_size_bytes_count{method="GET",path="/dropdown.php"} 4 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"} 86 http_response_size_bytes_count{method="GET",path="/drupal/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/drykl.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/drykl.php"} 129 http_response_size_bytes_count{method="GET",path="/drykl.php"} 3 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dsd.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dsd.php"} 86 http_response_size_bytes_count{method="GET",path="/dsd.php"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="100"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="500"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="1000"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="5000"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="10000"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="50000"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="100000"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="500000"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="1e+06"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="+Inf"} 42 http_response_size_bytes_sum{method="GET",path="/dump.sql"} 1840 http_response_size_bytes_count{method="GET",path="/dump.sql"} 42 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dump.sql"} 88 http_response_size_bytes_count{method="GET",path="/dump.sql"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/dump.sql ",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/dump.sql "} 220 http_response_size_bytes_count{method="GET",path="/dump.sql "} 5 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..;/"} 132 http_response_size_bytes_count{method="GET",path="/dump.sql..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/dump.sql.gz"} 528 http_response_size_bytes_count{method="GET",path="/dump.sql.gz"} 12 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"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.gz"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dump.sql.gz "} 88 http_response_size_bytes_count{method="GET",path="/dump.sql.gz "} 2 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..;/"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.gz..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dump.sql.gz/"} 88 http_response_size_bytes_count{method="GET",path="/dump.sql.gz/"} 2 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/."} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.gz/."} 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;"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.gz;"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.gz;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.gz;.php"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.gz;.php"} 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;/"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.gz;/"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip"} 484 http_response_size_bytes_count{method="GET",path="/dump.sql.zip"} 11 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.zip"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip "} 88 http_response_size_bytes_count{method="GET",path="/dump.sql.zip "} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip..;/"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.zip..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip/"} 88 http_response_size_bytes_count{method="GET",path="/dump.sql.zip/"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip/."} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.zip/."} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip;"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.zip;"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip;.php"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.zip;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql.zip;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/dump.sql.zip;/"} 44 http_response_size_bytes_count{method="GET",path="/dump.sql.zip;/"} 1 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/dump.sql/"} 176 http_response_size_bytes_count{method="GET",path="/dump.sql/"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/dump.sql/.",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/dump.sql/."} 176 http_response_size_bytes_count{method="GET",path="/dump.sql/."} 4 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;"} 132 http_response_size_bytes_count{method="GET",path="/dump.sql;"} 3 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dump.sql;.php"} 88 http_response_size_bytes_count{method="GET",path="/dump.sql;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dump.sql;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dump.sql;/"} 88 http_response_size_bytes_count{method="GET",path="/dump.sql;/"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dvjul.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dvjul.php"} 86 http_response_size_bytes_count{method="GET",path="/dvjul.php"} 2 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/dx.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/dx.php"} 387 http_response_size_bytes_count{method="GET",path="/dx.php"} 9 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php"} 86 http_response_size_bytes_count{method="GET",path="/dyt8mjxc3yofbkoriukvgjaCdefault.php"} 2 http_response_size_bytes_bucket{method="GET",path="/e.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/e.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/e.php"} 344 http_response_size_bytes_count{method="GET",path="/e.php"} 8 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/eauu.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/eauu.php"} 86 http_response_size_bytes_count{method="GET",path="/eauu.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ebahvhhh.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ebahvhhh.php"} 86 http_response_size_bytes_count{method="GET",path="/ebahvhhh.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ebs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ebs.php"} 43 http_response_size_bytes_count{method="GET",path="/ebs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ebuom.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ebuom.php"} 43 http_response_size_bytes_count{method="GET",path="/ebuom.php"} 1 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/echkm.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/echkm.php"} 301 http_response_size_bytes_count{method="GET",path="/echkm.php"} 7 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 86 http_response_size_bytes_count{method="GET",path="/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application"} 2 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ecs/task-definition.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ecs/task-definition.json"} 43 http_response_size_bytes_count{method="GET",path="/ecs/task-definition.json"} 1 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ecvvhlei.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ecvvhlei.php"} 172 http_response_size_bytes_count{method="GET",path="/ecvvhlei.php"} 4 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-form.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/edit-form.php"} 43 http_response_size_bytes_count{method="GET",path="/edit-form.php"} 1 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/edit-tags.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/edit-tags.php"} 129 http_response_size_bytes_count{method="GET",path="/edit-tags.php"} 3 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/edit.php",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/edit.php"} 692 http_response_size_bytes_count{method="GET",path="/edit.php"} 16 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/edorxrr.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/edorxrr.php"} 86 http_response_size_bytes_count{method="GET",path="/edorxrr.php"} 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="/eee.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/eee.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/eee.php"} 129 http_response_size_bytes_count{method="GET",path="/eee.php"} 3 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/elasticsearch/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/elasticsearch/.env"} 86 http_response_size_bytes_count{method="GET",path="/elasticsearch/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/elp.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/elp.php"} 258 http_response_size_bytes_count{method="GET",path="/elp.php"} 6 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/email/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/email/.env"} 129 http_response_size_bytes_count{method="GET",path="/email/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/emrlt.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/emrlt.php"} 43 http_response_size_bytes_count{method="GET",path="/emrlt.php"} 1 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="/end.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/end.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/end.php"} 86 http_response_size_bytes_count{method="GET",path="/end.php"} 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"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/env-config.js"} 527 http_response_size_bytes_count{method="GET",path="/env-config.js"} 12 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env-config.js"} 44 http_response_size_bytes_count{method="GET",path="/env-config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/env-config.js "} 88 http_response_size_bytes_count{method="GET",path="/env-config.js "} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env-config.js..;/"} 44 http_response_size_bytes_count{method="GET",path="/env-config.js..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/env-config.js/"} 88 http_response_size_bytes_count{method="GET",path="/env-config.js/"} 2 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env-config.js/."} 44 http_response_size_bytes_count{method="GET",path="/env-config.js/."} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env-config.js;"} 44 http_response_size_bytes_count{method="GET",path="/env-config.js;"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env-config.js;.php"} 44 http_response_size_bytes_count{method="GET",path="/env-config.js;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env-config.js;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env-config.js;/"} 44 http_response_size_bytes_count{method="GET",path="/env-config.js;/"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="100"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="500"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="1000"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="5000"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="10000"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="50000"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="100000"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="500000"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="1e+06"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="+Inf"} 19 http_response_size_bytes_sum{method="GET",path="/env.js"} 833 http_response_size_bytes_count{method="GET",path="/env.js"} 19 http_response_size_bytes_bucket{method="GET",path="/env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env.js"} 44 http_response_size_bytes_count{method="GET",path="/env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/env.js "} 88 http_response_size_bytes_count{method="GET",path="/env.js "} 2 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env.js..;/"} 44 http_response_size_bytes_count{method="GET",path="/env.js..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/env.js/"} 88 http_response_size_bytes_count{method="GET",path="/env.js/"} 2 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env.js/."} 43 http_response_size_bytes_count{method="GET",path="/env.js/."} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env.js;"} 44 http_response_size_bytes_count{method="GET",path="/env.js;"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env.js;.php"} 44 http_response_size_bytes_count{method="GET",path="/env.js;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/env.js;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/env.js;/"} 44 http_response_size_bytes_count{method="GET",path="/env.js;/"} 1 http_response_size_bytes_bucket{method="GET",path="/env.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/env.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/env.json"} 131 http_response_size_bytes_count{method="GET",path="/env.json"} 3 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.prod.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/environment.prod.ts"} 43 http_response_size_bytes_count{method="GET",path="/environment.prod.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/environment.ts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/environment.ts"} 43 http_response_size_bytes_count{method="GET",path="/environment.ts"} 1 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/epinyins.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/epinyins.php"} 432 http_response_size_bytes_count{method="GET",path="/epinyins.php"} 10 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/erp/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/erp/.env"} 87 http_response_size_bytes_count{method="GET",path="/erp/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/err.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/err.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/err.php"} 172 http_response_size_bytes_count{method="GET",path="/err.php"} 4 http_response_size_bytes_bucket{method="GET",path="/error.log",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/error.log"} 571 http_response_size_bytes_count{method="GET",path="/error.log"} 13 http_response_size_bytes_bucket{method="GET",path="/error.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/error.log"} 44 http_response_size_bytes_count{method="GET",path="/error.log"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/error.log "} 88 http_response_size_bytes_count{method="GET",path="/error.log "} 2 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/error.log..;/"} 44 http_response_size_bytes_count{method="GET",path="/error.log..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/error.log/"} 88 http_response_size_bytes_count{method="GET",path="/error.log/"} 2 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/error.log/."} 44 http_response_size_bytes_count{method="GET",path="/error.log/."} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/error.log;"} 44 http_response_size_bytes_count{method="GET",path="/error.log;"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/error.log;.php"} 44 http_response_size_bytes_count{method="GET",path="/error.log;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/error.log;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/error.log;/"} 44 http_response_size_bytes_count{method="GET",path="/error.log;/"} 1 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="/error1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/error1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/error1.php"} 86 http_response_size_bytes_count{method="GET",path="/error1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/error_log.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/error_log.php"} 302 http_response_size_bytes_count{method="GET",path="/error_log.php"} 7 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/erty.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/erty.php"} 258 http_response_size_bytes_count{method="GET",path="/erty.php"} 6 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/esp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/esp.php"} 43 http_response_size_bytes_count{method="GET",path="/esp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ex.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ex.php"} 86 http_response_size_bytes_count{method="GET",path="/ex.php"} 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"} 86 http_response_size_bytes_count{method="GET",path="/exapi/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/explorer/index_.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/explorer/index_.php"} 86 http_response_size_bytes_count{method="GET",path="/explorer/index_.php"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/export.sql",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/export.sql"} 527 http_response_size_bytes_count{method="GET",path="/export.sql"} 12 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"} 44 http_response_size_bytes_count{method="GET",path="/export.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/export.sql "} 88 http_response_size_bytes_count{method="GET",path="/export.sql "} 2 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..;/"} 44 http_response_size_bytes_count{method="GET",path="/export.sql..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/export.sql/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/export.sql/"} 88 http_response_size_bytes_count{method="GET",path="/export.sql/"} 2 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/."} 44 http_response_size_bytes_count{method="GET",path="/export.sql/."} 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;"} 44 http_response_size_bytes_count{method="GET",path="/export.sql;"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/export.sql;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/export.sql;.php"} 44 http_response_size_bytes_count{method="GET",path="/export.sql;.php"} 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;/"} 44 http_response_size_bytes_count{method="GET",path="/export.sql;/"} 1 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"} 86 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="/f.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/f.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/f.php"} 129 http_response_size_bytes_count{method="GET",path="/f.php"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.php",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/f35.php"} 905 http_response_size_bytes_count{method="GET",path="/f35.php"} 21 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/f35.update.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/f35.update.php"} 129 http_response_size_bytes_count{method="GET",path="/f35.update.php"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/f6.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/f6.php"} 129 http_response_size_bytes_count{method="GET",path="/f6.php"} 3 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/f900.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/f900.php"} 172 http_response_size_bytes_count{method="GET",path="/f900.php"} 4 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fasx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fasx.php"} 86 http_response_size_bytes_count{method="GET",path="/fasx.php"} 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"} 18 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/favicon.ico",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/favicon.ico"} 277308 http_response_size_bytes_count{method="GET",path="/favicon.ico"} 18 http_response_size_bytes_bucket{method="GET",path="/feed/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/feed/"} 43 http_response_size_bytes_count{method="GET",path="/feed/"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/atom/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/feed/atom/"} 43 http_response_size_bytes_count{method="GET",path="/feed/atom/"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/feed/rss/"} 43 http_response_size_bytes_count{method="GET",path="/feed/rss/"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/feed/rss2/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/feed/rss2/"} 43 http_response_size_bytes_count{method="GET",path="/feed/rss2/"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/feeds.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/feeds.php"} 43 http_response_size_bytes_count{method="GET",path="/feeds.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"} 130 http_response_size_bytes_count{method="GET",path="/ff1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/fff.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/fff.php"} 216 http_response_size_bytes_count{method="GET",path="/fff.php"} 5 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/fffm.php",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/fffm.php"} 688 http_response_size_bytes_count{method="GET",path="/fffm.php"} 16 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="/ffs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ffs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ffs.php"} 43 http_response_size_bytes_count{method="GET",path="/ffs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/fi22.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/fi22.php"} 258 http_response_size_bytes_count{method="GET",path="/fi22.php"} 6 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file-gertdxz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file-gertdxz.php"} 43 http_response_size_bytes_count{method="GET",path="/file-gertdxz.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file-manager.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file-manager.php"} 43 http_response_size_bytes_count{method="GET",path="/file-manager.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file.php",le="100"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="500"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="1000"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="5000"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="10000"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="50000"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="100000"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="500000"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="1e+06"} 28 http_response_size_bytes_bucket{method="GET",path="/file.php",le="+Inf"} 28 http_response_size_bytes_sum{method="GET",path="/file.php"} 1207 http_response_size_bytes_count{method="GET",path="/file.php"} 28 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/file1.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/file1.php"} 215 http_response_size_bytes_count{method="GET",path="/file1.php"} 5 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/file11.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/file11.php"} 86 http_response_size_bytes_count{method="GET",path="/file11.php"} 2 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/file1221.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/file1221.php"} 215 http_response_size_bytes_count{method="GET",path="/file1221.php"} 5 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/file15.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/file15.php"} 345 http_response_size_bytes_count{method="GET",path="/file15.php"} 8 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file17.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file17.php"} 43 http_response_size_bytes_count{method="GET",path="/file17.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"} 87 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="/file25.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/file25.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/file25.php"} 302 http_response_size_bytes_count{method="GET",path="/file25.php"} 7 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/file3.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/file3.php"} 86 http_response_size_bytes_count{method="GET",path="/file3.php"} 2 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file30.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file30.php"} 43 http_response_size_bytes_count{method="GET",path="/file30.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file32.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file32.php"} 43 http_response_size_bytes_count{method="GET",path="/file32.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/file4.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/file4.php"} 86 http_response_size_bytes_count{method="GET",path="/file4.php"} 2 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file46.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file46.php"} 43 http_response_size_bytes_count{method="GET",path="/file46.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file48.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file48.php"} 43 http_response_size_bytes_count{method="GET",path="/file48.php"} 1 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/file5.php",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/file5.php"} 689 http_response_size_bytes_count{method="GET",path="/file5.php"} 16 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/file52.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/file52.php"} 387 http_response_size_bytes_count{method="GET",path="/file52.php"} 9 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"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/file6.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/file6.php"} 302 http_response_size_bytes_count{method="GET",path="/file6.php"} 7 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/file61.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/file61.php"} 129 http_response_size_bytes_count{method="GET",path="/file61.php"} 3 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"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/file88.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/file88.php"} 86 http_response_size_bytes_count{method="GET",path="/file88.php"} 2 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/file9.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/file9.php"} 43 http_response_size_bytes_count{method="GET",path="/file9.php"} 1 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.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/filemanager.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/filemanager.php"} 44 http_response_size_bytes_count{method="GET",path="/filemanager.php"} 1 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/files../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/files../.env"} 219 http_response_size_bytes_count{method="GET",path="/files../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/files/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/files/index.php"} 346 http_response_size_bytes_count{method="GET",path="/files/index.php"} 8 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="/fine.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fine.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fine.php"} 86 http_response_size_bytes_count{method="GET",path="/fine.php"} 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-admin.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-admin.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/firebase-admin.json"} 44 http_response_size_bytes_count{method="GET",path="/firebase-admin.json"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-adminsdk.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/firebase-adminsdk.json"} 131 http_response_size_bytes_count{method="GET",path="/firebase-adminsdk.json"} 3 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/firebase-config.json"} 44 http_response_size_bytes_count{method="GET",path="/firebase-config.json"} 1 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="/firebase-key.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-key.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/firebase-key.json"} 44 http_response_size_bytes_count{method="GET",path="/firebase-key.json"} 1 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase-service-account.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/firebase-service-account.json"} 88 http_response_size_bytes_count{method="GET",path="/firebase-service-account.json"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/firebase.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/firebase.json"} 87 http_response_size_bytes_count{method="GET",path="/firebase.json"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/first.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/first.php"} 86 http_response_size_bytes_count{method="GET",path="/first.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fleen.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fleen.php"} 86 http_response_size_bytes_count{method="GET",path="/fleen.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fling.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fling.php"} 43 http_response_size_bytes_count{method="GET",path="/fling.php"} 1 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/flower.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/flower.php"} 432 http_response_size_bytes_count{method="GET",path="/flower.php"} 10 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/flox.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/flox.php"} 86 http_response_size_bytes_count{method="GET",path="/flox.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fm-cdjs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fm-cdjs.php"} 43 http_response_size_bytes_count{method="GET",path="/fm-cdjs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fmws.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fmws.php"} 86 http_response_size_bytes_count{method="GET",path="/fmws.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fmwsv2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fmwsv2.php"} 43 http_response_size_bytes_count{method="GET",path="/fmwsv2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/fnstall.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/fnstall.php"} 129 http_response_size_bytes_count{method="GET",path="/fnstall.php"} 3 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fone1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fone1.php"} 86 http_response_size_bytes_count{method="GET",path="/fone1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/footer.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/footer.php"} 130 http_response_size_bytes_count{method="GET",path="/footer.php"} 3 http_response_size_bytes_bucket{method="GET",path="/for.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/for.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/for.php"} 216 http_response_size_bytes_count{method="GET",path="/for.php"} 5 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/forbidals.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/forbidals.php"} 86 http_response_size_bytes_count{method="GET",path="/forbidals.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fox.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fox.php"} 43 http_response_size_bytes_count{method="GET",path="/fox.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/fpwch.php",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/fpwch.php"} 905 http_response_size_bytes_count{method="GET",path="/fpwch.php"} 21 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fr/ms.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fr/ms.php"} 86 http_response_size_bytes_count{method="GET",path="/fr/ms.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fraro.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fraro.php"} 43 http_response_size_bytes_count{method="GET",path="/fraro.php"} 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"} 174 http_response_size_bytes_count{method="GET",path="/frontend/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend/.env.local"} 44 http_response_size_bytes_count{method="GET",path="/frontend/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/frontend/.env.production",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/frontend/.env.production"} 44 http_response_size_bytes_count{method="GET",path="/frontend/.env.production"} 1 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/fs.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/fs.php"} 129 http_response_size_bytes_count{method="GET",path="/fs.php"} 3 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="/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"} 129 http_response_size_bytes_count{method="GET",path="/fun.php"} 3 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/function/function.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/function/function.php"} 477 http_response_size_bytes_count{method="GET",path="/function/function.php"} 11 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/functions.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/functions.php"} 43 http_response_size_bytes_count{method="GET",path="/functions.php"} 1 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fw.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fw.php"} 87 http_response_size_bytes_count{method="GET",path="/fw.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/fw/faiyy.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/fw/faiyy.php"} 86 http_response_size_bytes_count{method="GET",path="/fw/faiyy.php"} 2 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/fz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/fz.php"} 43 http_response_size_bytes_count{method="GET",path="/fz.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="/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"} 86 http_response_size_bytes_count{method="GET",path="/gateway/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gc-service.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gc-service.json"} 44 http_response_size_bytes_count{method="GET",path="/gc-service.json"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-credentials.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/gcp-credentials.json"} 131 http_response_size_bytes_count{method="GET",path="/gcp-credentials.json"} 3 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-key.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gcp-key.json"} 88 http_response_size_bytes_count{method="GET",path="/gcp-key.json"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-sa.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gcp-sa.json"} 43 http_response_size_bytes_count{method="GET",path="/gcp-sa.json"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp-service.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gcp-service.json"} 44 http_response_size_bytes_count{method="GET",path="/gcp-service.json"} 1 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gcp/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gcp/.env"} 86 http_response_size_bytes_count{method="GET",path="/gcp/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/gec.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/gec.php"} 344 http_response_size_bytes_count{method="GET",path="/gec.php"} 8 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/geck.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/geck.php"} 301 http_response_size_bytes_count{method="GET",path="/geck.php"} 7 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko-new.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/gecko-new.php"} 517 http_response_size_bytes_count{method="GET",path="/gecko-new.php"} 12 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/gecko.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/gecko.php"} 777 http_response_size_bytes_count{method="GET",path="/gecko.php"} 18 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/geforce.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/geforce.php"} 43 http_response_size_bytes_count{method="GET",path="/geforce.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/gelay.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/gelay.php"} 344 http_response_size_bytes_count{method="GET",path="/gelay.php"} 8 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"} 43 http_response_size_bytes_count{method="GET",path="/gelio1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/genco.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/genco.php"} 43 http_response_size_bytes_count{method="GET",path="/genco.php"} 1 http_response_size_bytes_bucket{method="GET",path="/get.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/get.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/get.php"} 388 http_response_size_bytes_count{method="GET",path="/get.php"} 9 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/gettest.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/gettest.php"} 173 http_response_size_bytes_count{method="GET",path="/gettest.php"} 4 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gfile.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gfile.php"} 86 http_response_size_bytes_count{method="GET",path="/gfile.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gg.php"} 44 http_response_size_bytes_count{method="GET",path="/gg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/admin/settings/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ghost/api/admin/settings/"} 43 http_response_size_bytes_count{method="GET",path="/ghost/api/admin/settings/"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v3/admin/settings/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ghost/api/v3/admin/settings/"} 43 http_response_size_bytes_count{method="GET",path="/ghost/api/v3/admin/settings/"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ghost/api/v4/admin/settings/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ghost/api/v4/admin/settings/"} 43 http_response_size_bytes_count{method="GET",path="/ghost/api/v4/admin/settings/"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/git/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/git/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/git/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/github/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/github/.env"} 87 http_response_size_bytes_count{method="GET",path="/github/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gitlab/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gitlab/.env"} 86 http_response_size_bytes_count{method="GET",path="/gitlab/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gjm.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gjm.php"} 86 http_response_size_bytes_count{method="GET",path="/gjm.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/gk.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/gk.php"} 129 http_response_size_bytes_count{method="GET",path="/gk.php"} 3 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gmo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gmo.php"} 43 http_response_size_bytes_count{method="GET",path="/gmo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/god.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/god.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/god.php"} 172 http_response_size_bytes_count{method="GET",path="/god.php"} 4 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/goods.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/goods.php"} 388 http_response_size_bytes_count{method="GET",path="/goods.php"} 9 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/google-credentials.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/google-credentials.json"} 130 http_response_size_bytes_count{method="GET",path="/google-credentials.json"} 3 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/google-key.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/google-key.json"} 43 http_response_size_bytes_count{method="GET",path="/google-key.json"} 1 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/google-service-account.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/google-service-account.json"} 87 http_response_size_bytes_count{method="GET",path="/google-service-account.json"} 2 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/google-services.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/google-services.json"} 44 http_response_size_bytes_count{method="GET",path="/google-services.json"} 1 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gool.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gool.php"} 86 http_response_size_bytes_count{method="GET",path="/gool.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gptsh.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gptsh.php"} 43 http_response_size_bytes_count{method="GET",path="/gptsh.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gradle.properties",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gradle.properties"} 44 http_response_size_bytes_count{method="GET",path="/gradle.properties"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/graphql"} 43 http_response_size_bytes_count{method="GET",path="/graphql"} 1 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="/graphql/console",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/graphql/console",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/graphql/console"} 44 http_response_size_bytes_count{method="GET",path="/graphql/console"} 1 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/greap.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/greap.php"} 86 http_response_size_bytes_count{method="GET",path="/greap.php"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/green.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/green.php"} 86 http_response_size_bytes_count{method="GET",path="/green.php"} 2 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="/green3.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/green3.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/green3.php"} 173 http_response_size_bytes_count{method="GET",path="/green3.php"} 4 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/grsiuk.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/grsiuk.php"} 86 http_response_size_bytes_count{method="GET",path="/grsiuk.php"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/guk.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/guk.php"} 86 http_response_size_bytes_count{method="GET",path="/guk.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gulu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gulu.php"} 43 http_response_size_bytes_count{method="GET",path="/gulu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php"} 86 http_response_size_bytes_count{method="GET",path="/gvg1bvpsgtot1rpklCdefault.php"} 2 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php"} 172 http_response_size_bytes_count{method="GET",path="/gwaih1gfzp5vuwr04Cdefault.php"} 4 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/gxlql.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/gxlql.php"} 43 http_response_size_bytes_count{method="GET",path="/gxlql.php"} 1 http_response_size_bytes_bucket{method="GET",path="/h.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/h.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/h.php"} 258 http_response_size_bytes_count{method="GET",path="/h.php"} 6 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/h02ugyh.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/h02ugyh.php"} 388 http_response_size_bytes_count{method="GET",path="/h02ugyh.php"} 9 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/ha.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/ha.php"} 215 http_response_size_bytes_count{method="GET",path="/ha.php"} 5 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="/harvestry.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/harvestry.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/harvestry.php"} 43 http_response_size_bytes_count{method="GET",path="/harvestry.php"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/haxor.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/haxor.php"} 44 http_response_size_bytes_count{method="GET",path="/haxor.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"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/health",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/health"} 571 http_response_size_bytes_count{method="GET",path="/health"} 13 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"} 44 http_response_size_bytes_count{method="GET",path="/health"} 1 http_response_size_bytes_bucket{method="GET",path="/health ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/health ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/health "} 88 http_response_size_bytes_count{method="GET",path="/health "} 2 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..;/"} 44 http_response_size_bytes_count{method="GET",path="/health..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/health/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/health/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/health/"} 88 http_response_size_bytes_count{method="GET",path="/health/"} 2 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/."} 44 http_response_size_bytes_count{method="GET",path="/health/."} 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;"} 44 http_response_size_bytes_count{method="GET",path="/health;"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/health;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/health;.php"} 44 http_response_size_bytes_count{method="GET",path="/health;.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;/"} 44 http_response_size_bytes_count{method="GET",path="/health;/"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/healthz"} 571 http_response_size_bytes_count{method="GET",path="/healthz"} 13 http_response_size_bytes_bucket{method="GET",path="/healthz",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/healthz"} 44 http_response_size_bytes_count{method="GET",path="/healthz"} 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="/healthz..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/healthz..;/"} 44 http_response_size_bytes_count{method="GET",path="/healthz..;/"} 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="/healthz/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/healthz/."} 44 http_response_size_bytes_count{method="GET",path="/healthz/."} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/healthz;"} 44 http_response_size_bytes_count{method="GET",path="/healthz;"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/healthz;.php"} 44 http_response_size_bytes_count{method="GET",path="/healthz;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/healthz;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/healthz;/"} 44 http_response_size_bytes_count{method="GET",path="/healthz;/"} 1 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hehe.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hehe.php"} 86 http_response_size_bytes_count{method="GET",path="/hehe.php"} 2 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/hello.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/hello.php"} 129 http_response_size_bytes_count{method="GET",path="/hello.php"} 3 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.prod.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/helm/values.prod.yaml"} 43 http_response_size_bytes_count{method="GET",path="/helm/values.prod.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.production.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/helm/values.production.yaml"} 43 http_response_size_bytes_count{method="GET",path="/helm/values.production.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/helm/values.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/helm/values.yaml"} 43 http_response_size_bytes_count{method="GET",path="/helm/values.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/help/crnpwfiu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/help/crnpwfiu.php"} 43 http_response_size_bytes_count{method="GET",path="/help/crnpwfiu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/home",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/home"} 43 http_response_size_bytes_count{method="GET",path="/home"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/home.php"} 2 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/home/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/home/.env"} 43 http_response_size_bytes_count{method="GET",path="/home/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/home/app/.aws/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/home/app/.aws/credentials"} 86 http_response_size_bytes_count{method="GET",path="/home/app/.aws/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/home/deploy/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/home/deploy/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/home/deploy/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/home/ubuntu/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/home/ubuntu/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/home/ubuntu/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/hook.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/hook.php"} 43 http_response_size_bytes_count{method="GET",path="/hook.php"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/host.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/host.key"} 43 http_response_size_bytes_count{method="GET",path="/host.key"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/hosting/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/hosty.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/hosty.php"} 44 http_response_size_bytes_count{method="GET",path="/hosty.php"} 1 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/hp2.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/hp2.php"} 129 http_response_size_bytes_count{method="GET",path="/hp2.php"} 3 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/hplfuns.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/hplfuns.php"} 87 http_response_size_bytes_count{method="GET",path="/hplfuns.php"} 2 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/.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"} 86 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"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/htdocs/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/htdocs/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/htdocs/phpinfo.php"} 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"} 86 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="/htrpu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/htrpu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/htrpu.php"} 43 http_response_size_bytes_count{method="GET",path="/htrpu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/httpd-status",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/httpd-status"} 176 http_response_size_bytes_count{method="GET",path="/httpd-status"} 4 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/hunter.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/hunter.php"} 43 http_response_size_bytes_count{method="GET",path="/hunter.php"} 1 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/hur.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/hur.php"} 258 http_response_size_bytes_count{method="GET",path="/hur.php"} 6 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/hypo.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/hypo.php"} 559 http_response_size_bytes_count{method="GET",path="/hypo.php"} 13 http_response_size_bytes_bucket{method="GET",path="/i.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/i.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/i.php"} 344 http_response_size_bytes_count{method="GET",path="/i.php"} 8 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php"} 258 http_response_size_bytes_count{method="GET",path="/i99z7zzbwtpteujvv6s8hiCdefault.php"} 6 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../../etc/passwd",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/icons/../../../../../../../etc/passwd"} 175 http_response_size_bytes_count{method="GET",path="/icons/../../../../../../../etc/passwd"} 4 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/icons/../../../../../../var/www/.env"} 220 http_response_size_bytes_count{method="GET",path="/icons/../../../../../../var/www/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/icons/../../../../../../var/www/html/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/icons/../../../../../../var/www/html/.env"} 219 http_response_size_bytes_count{method="GET",path="/icons/../../../../../../var/www/html/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/id_dsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/id_dsa"} 43 http_response_size_bytes_count{method="GET",path="/id_dsa"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ecdsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/id_ecdsa"} 43 http_response_size_bytes_count{method="GET",path="/id_ecdsa"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/id_ed25519",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/id_ed25519"} 43 http_response_size_bytes_count{method="GET",path="/id_ed25519"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/id_rsa",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/id_rsa"} 44 http_response_size_bytes_count{method="GET",path="/id_rsa"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/if.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/if.php"} 44 http_response_size_bytes_count{method="GET",path="/if.php"} 1 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/iko.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/iko.php"} 86 http_response_size_bytes_count{method="GET",path="/iko.php"} 2 http_response_size_bytes_bucket{method="GET",path="/il.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/il.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/il.php"} 43 http_response_size_bytes_count{method="GET",path="/il.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="/images.php",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/images.php",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/images.php"} 989 http_response_size_bytes_count{method="GET",path="/images.php"} 23 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/about.php"} 43 http_response_size_bytes_count{method="GET",path="/images/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/admin.php"} 44 http_response_size_bytes_count{method="GET",path="/images/admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/chosen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/chosen.php"} 43 http_response_size_bytes_count{method="GET",path="/images/chosen.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/class-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/class-config.php"} 43 http_response_size_bytes_count{method="GET",path="/images/class-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/images/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/images/images/about.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/images/images/about.php"} 345 http_response_size_bytes_count{method="GET",path="/images/images/about.php"} 8 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/lmfi2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/lmfi2.php"} 43 http_response_size_bytes_count{method="GET",path="/images/lmfi2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php"} 43 http_response_size_bytes_count{method="GET",path="/images/menu/2025/04/aa97abcd1241bfd851db3d662a4f2b62e.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/slide/2025/09/op4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/slide/2025/09/op4.php"} 43 http_response_size_bytes_count{method="GET",path="/images/slide/2025/09/op4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/stories/admin-post.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/stories/admin-post.php"} 44 http_response_size_bytes_count{method="GET",path="/images/stories/admin-post.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/uploader.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/uploader.php"} 43 http_response_size_bytes_count{method="GET",path="/images/uploader.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/wso.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/wso.php"} 44 http_response_size_bytes_count{method="GET",path="/images/wso.php"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/images/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/images/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/images/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/imagesvuln.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/imagesvuln.php"} 43 http_response_size_bytes_count{method="GET",path="/imagesvuln.php"} 1 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/img../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/img../.env"} 220 http_response_size_bytes_count{method="GET",path="/img../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/img.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/img.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/img.php"} 344 http_response_size_bytes_count{method="GET",path="/img.php"} 8 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/img/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/img/about.php"} 43 http_response_size_bytes_count{method="GET",path="/img/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/img/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/img/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/img/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/img/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/img/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/img/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/include/wp-configs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/include/wp-configs.php"} 44 http_response_size_bytes_count{method="GET",path="/include/wp-configs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/application_top.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/includes/application_top.php"} 129 http_response_size_bytes_count{method="GET",path="/includes/application_top.php"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/configure.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/includes/configure.php"} 129 http_response_size_bytes_count{method="GET",path="/includes/configure.php"} 3 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/includes/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/includes/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/includes/phpinfo.php"} 2 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.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/index.js"} 43 http_response_size_bytes_count{method="GET",path="/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/index.php",le="100"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="500"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="1000"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="5000"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="10000"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="50000"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="100000"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="500000"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="1e+06"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="+Inf"} 84 http_response_size_bytes_sum{method="GET",path="/index.php"} 3673 http_response_size_bytes_count{method="GET",path="/index.php"} 84 http_response_size_bytes_bucket{method="GET",path="/index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/index.php"} 351 http_response_size_bytes_count{method="GET",path="/index.php"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php ",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/index.php "} 701 http_response_size_bytes_count{method="GET",path="/index.php "} 16 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php..;/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/index.php..;/"} 349 http_response_size_bytes_count{method="GET",path="/index.php..;/"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/index.php/"} 700 http_response_size_bytes_count{method="GET",path="/index.php/"} 16 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php/.",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/index.php/."} 349 http_response_size_bytes_count{method="GET",path="/index.php/."} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/index.php;"} 351 http_response_size_bytes_count{method="GET",path="/index.php;"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/index.php;.php"} 350 http_response_size_bytes_count{method="GET",path="/index.php;.php"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/index.php;/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/index.php;/"} 350 http_response_size_bytes_count{method="GET",path="/index.php;/"} 8 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/index/function.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/index/function.php"} 518 http_response_size_bytes_count{method="GET",path="/index/function.php"} 12 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/index/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/index/index.php"} 44 http_response_size_bytes_count{method="GET",path="/index/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/index/lock.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/index/lock.php"} 44 http_response_size_bytes_count{method="GET",path="/index/lock.php"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/index2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/index2.php"} 43 http_response_size_bytes_count{method="GET",path="/index2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/indo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/indo.php"} 86 http_response_size_bytes_count{method="GET",path="/indo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/info",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/info"} 86 http_response_size_bytes_count{method="GET",path="/info"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php",le="100"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="500"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="1000"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/info.php"} 908 http_response_size_bytes_count{method="GET",path="/info.php"} 21 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/info.php.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/info.php.bak"} 86 http_response_size_bytes_count{method="GET",path="/info.php.bak"} 2 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/infra/terraform.tfstate",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/infra/terraform.tfstate"} 43 http_response_size_bytes_count{method="GET",path="/infra/terraform.tfstate"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/infrastructure/.env"} 86 http_response_size_bytes_count{method="GET",path="/infrastructure/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/infrastructure/terraform.tfstate",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/infrastructure/terraform.tfstate"} 43 http_response_size_bytes_count{method="GET",path="/infrastructure/terraform.tfstate"} 1 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/ingfo.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/ingfo.php"} 344 http_response_size_bytes_count{method="GET",path="/ingfo.php"} 8 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ini.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ini.php"} 43 http_response_size_bytes_count{method="GET",path="/ini.php"} 1 http_response_size_bytes_bucket{method="GET",path="/init.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/init.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/init.php"} 86 http_response_size_bytes_count{method="GET",path="/init.php"} 2 http_response_size_bytes_bucket{method="GET",path="/input.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/input.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/input.php"} 43 http_response_size_bytes_count{method="GET",path="/input.php"} 1 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="100"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="500"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="1000"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="5000"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="10000"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="50000"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="100000"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="500000"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="1e+06"} 28 http_response_size_bytes_bucket{method="GET",path="/inputs.php",le="+Inf"} 28 http_response_size_bytes_sum{method="GET",path="/inputs.php"} 1207 http_response_size_bytes_count{method="GET",path="/inputs.php"} 28 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="/inso.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/inso.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/inso.php"} 215 http_response_size_bytes_count{method="GET",path="/inso.php"} 5 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/insta.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/insta.php"} 43 http_response_size_bytes_count{method="GET",path="/insta.php"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/instance/config.py",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/instance/config.py"} 44 http_response_size_bytes_count{method="GET",path="/instance/config.py"} 1 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/internal/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/internal/.env"} 130 http_response_size_bytes_count{method="GET",path="/internal/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/inx.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/inx.php"} 215 http_response_size_bytes_count{method="GET",path="/inx.php"} 5 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi-o.php",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/ioxi-o.php"} 648 http_response_size_bytes_count{method="GET",path="/ioxi-o.php"} 15 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ioxi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ioxi.php"} 44 http_response_size_bytes_count{method="GET",path="/ioxi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ip.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ip.php"} 43 http_response_size_bytes_count{method="GET",path="/ip.php"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/it.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/it.php"} 44 http_response_size_bytes_count{method="GET",path="/it.php"} 1 http_response_size_bytes_bucket{method="GET",path="/item.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/item.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/item.php"} 346 http_response_size_bytes_count{method="GET",path="/item.php"} 8 http_response_size_bytes_bucket{method="GET",path="/j.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/j.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/j.php"} 43 http_response_size_bytes_count{method="GET",path="/j.php"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/j260624_13.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/j260624_13.php"} 43 http_response_size_bytes_count{method="GET",path="/j260624_13.php"} 1 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkins/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/jenkins/.env"} 86 http_response_size_bytes_count{method="GET",path="/jenkins/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/jenkinsfile",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/jenkinsfile"} 86 http_response_size_bytes_count{method="GET",path="/jenkinsfile"} 2 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/jga.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/jga.php"} 129 http_response_size_bytes_count{method="GET",path="/jga.php"} 3 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/jj.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/jj.php"} 301 http_response_size_bytes_count{method="GET",path="/jj.php"} 7 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/jlex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/jlex.php"} 43 http_response_size_bytes_count{method="GET",path="/jlex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/job/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/job/.env"} 86 http_response_size_bytes_count{method="GET",path="/job/.env"} 2 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"} 86 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="/jq.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/jq.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/jq.php"} 86 http_response_size_bytes_count{method="GET",path="/jq.php"} 2 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/jrpga.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/jrpga.php"} 43 http_response_size_bytes_count{method="GET",path="/jrpga.php"} 1 http_response_size_bytes_bucket{method="GET",path="/js",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/js",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/js"} 132 http_response_size_bytes_count{method="GET",path="/js"} 3 http_response_size_bytes_bucket{method="GET",path="/js.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/js.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/js.php"} 86 http_response_size_bytes_count{method="GET",path="/js.php"} 2 http_response_size_bytes_bucket{method="GET",path="/js/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/js/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/js/"} 132 http_response_size_bytes_count{method="GET",path="/js/"} 3 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/js/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/js/config.js"} 43 http_response_size_bytes_count{method="GET",path="/js/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/jvcpa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/jvcpa.php"} 43 http_response_size_bytes_count{method="GET",path="/jvcpa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/k.php",le="100"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="500"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="1000"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="5000"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="10000"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="50000"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="100000"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="500000"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="1e+06"} 27 http_response_size_bytes_bucket{method="GET",path="/k.php",le="+Inf"} 27 http_response_size_bytes_sum{method="GET",path="/k.php"} 1166 http_response_size_bytes_count{method="GET",path="/k.php"} 27 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/k2.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/k2.php"} 516 http_response_size_bytes_count{method="GET",path="/k2.php"} 12 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/k3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/k3.php"} 43 http_response_size_bytes_count{method="GET",path="/k3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/k4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/k4.php"} 43 http_response_size_bytes_count{method="GET",path="/k4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/k5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/k5.php"} 43 http_response_size_bytes_count{method="GET",path="/k5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/k8s/.env"} 86 http_response_size_bytes_count{method="GET",path="/k8s/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/configmap.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/k8s/configmap.yaml"} 43 http_response_size_bytes_count{method="GET",path="/k8s/configmap.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/k8s/secrets.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/k8s/secrets.yaml"} 43 http_response_size_bytes_count{method="GET",path="/k8s/secrets.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/kafka/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/kafka/.env"} 86 http_response_size_bytes_count{method="GET",path="/kafka/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kapxq.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kapxq.php"} 43 http_response_size_bytes_count{method="GET",path="/kapxq.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kedi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kedi.php"} 43 http_response_size_bytes_count{method="GET",path="/kedi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/key.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/key.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/key.json"} 130 http_response_size_bytes_count{method="GET",path="/key.json"} 3 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"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/keyfile.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/keyfile.json"} 130 http_response_size_bytes_count{method="GET",path="/keyfile.json"} 3 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/keys/service-account.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/keys/service-account.json"} 44 http_response_size_bytes_count{method="GET",path="/keys/service-account.json"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kindex.php"} 44 http_response_size_bytes_count{method="GET",path="/kindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/kir.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/kir.php"} 215 http_response_size_bytes_count{method="GET",path="/kir.php"} 5 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kiss.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kiss.php"} 43 http_response_size_bytes_count{method="GET",path="/kiss.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/kj.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/kj.php"} 86 http_response_size_bytes_count{method="GET",path="/kj.php"} 2 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kk.php"} 43 http_response_size_bytes_count{method="GET",path="/kk.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kkxuw.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kkxuw.php"} 43 http_response_size_bytes_count{method="GET",path="/kkxuw.php"} 1 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="/kn.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kn.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kn.php"} 44 http_response_size_bytes_count{method="GET",path="/kn.php"} 1 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/koala.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/koala.php"} 259 http_response_size_bytes_count{method="GET",path="/koala.php"} 6 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/koiy.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/koiy.php"} 86 http_response_size_bytes_count{method="GET",path="/koiy.php"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/kon.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/kon.php"} 86 http_response_size_bytes_count{method="GET",path="/kon.php"} 2 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kopyw.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kopyw.php"} 43 http_response_size_bytes_count{method="GET",path="/kopyw.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/kq1.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/kq1.php"} 172 http_response_size_bytes_count{method="GET",path="/kq1.php"} 4 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php"} 43 http_response_size_bytes_count{method="GET",path="/kthusnjbc8ab0jiryls2jinCdefault.php"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kube/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kube/config"} 43 http_response_size_bytes_count{method="GET",path="/kube/config"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/kubernetes/.env"} 86 http_response_size_bytes_count{method="GET",path="/kubernetes/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/configmap.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kubernetes/configmap.yaml"} 43 http_response_size_bytes_count{method="GET",path="/kubernetes/configmap.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/kubernetes/secrets.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/kubernetes/secrets.yaml"} 43 http_response_size_bytes_count{method="GET",path="/kubernetes/secrets.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/l.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/l.php"} 44 http_response_size_bytes_count{method="GET",path="/l.php"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/la.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/la.php"} 43 http_response_size_bytes_count{method="GET",path="/la.php"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/lab/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lala.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lala.php"} 43 http_response_size_bytes_count{method="GET",path="/lala.php"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/laravel.log"} 528 http_response_size_bytes_count{method="GET",path="/laravel.log"} 12 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.log"} 44 http_response_size_bytes_count{method="GET",path="/laravel.log"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/laravel.log "} 88 http_response_size_bytes_count{method="GET",path="/laravel.log "} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.log..;/"} 44 http_response_size_bytes_count{method="GET",path="/laravel.log..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/laravel.log/"} 88 http_response_size_bytes_count{method="GET",path="/laravel.log/"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.log/."} 44 http_response_size_bytes_count{method="GET",path="/laravel.log/."} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.log;"} 44 http_response_size_bytes_count{method="GET",path="/laravel.log;"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.log;.php"} 44 http_response_size_bytes_count{method="GET",path="/laravel.log;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel.log;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/laravel.log;/"} 44 http_response_size_bytes_count{method="GET",path="/laravel.log;/"} 1 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/laravel/.env"} 174 http_response_size_bytes_count{method="GET",path="/laravel/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/laravel5/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/laravel5/.env"} 86 http_response_size_bytes_count{method="GET",path="/laravel5/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lazqstrk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lazqstrk.php"} 43 http_response_size_bytes_count{method="GET",path="/lazqstrk.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lddxs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lddxs.php"} 43 http_response_size_bytes_count{method="GET",path="/lddxs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/leaf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/leaf.php"} 86 http_response_size_bytes_count{method="GET",path="/leaf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/leafmailer.php"} 44 http_response_size_bytes_count{method="GET",path="/leafmailer.php"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/leafmailer2.8.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/leafmailer2.8.php"} 44 http_response_size_bytes_count{method="GET",path="/leafmailer2.8.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lf.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lf.php"} 44 http_response_size_bytes_count{method="GET",path="/lf.php"} 1 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/legacy/updates.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/legacy/updates.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/libraries/legacy/updates.php"} 43 http_response_size_bytes_count{method="GET",path="/libraries/legacy/updates.php"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/phpmailer/updates.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/libraries/phpmailer/updates.php"} 43 http_response_size_bytes_count{method="GET",path="/libraries/phpmailer/updates.php"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/libraries/vendor/updates.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/libraries/vendor/updates.php"} 43 http_response_size_bytes_count{method="GET",path="/libraries/vendor/updates.php"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/link.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/link.php"} 43 http_response_size_bytes_count{method="GET",path="/link.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lite.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lite.php"} 87 http_response_size_bytes_count{method="GET",path="/lite.php"} 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"} 86 http_response_size_bytes_count{method="GET",path="/live/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lm13.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lm13.php"} 43 http_response_size_bytes_count{method="GET",path="/lm13.php"} 1 http_response_size_bytes_bucket{method="GET",path="/load.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/load.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/load.php"} 86 http_response_size_bytes_count{method="GET",path="/load.php"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/loader.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/loader.php"} 86 http_response_size_bytes_count{method="GET",path="/loader.php"} 2 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/local.settings.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/local.settings.json"} 43 http_response_size_bytes_count{method="GET",path="/local.settings.json"} 1 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/local/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/local/.env"} 87 http_response_size_bytes_count{method="GET",path="/local/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/locale.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/locale.php"} 43 http_response_size_bytes_count{method="GET",path="/locale.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"} 44 http_response_size_bytes_count{method="GET",path="/localhost.key"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lock.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lock.php"} 43 http_response_size_bytes_count{method="GET",path="/lock.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/lock360.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/lock360.php"} 431 http_response_size_bytes_count{method="GET",path="/lock360.php"} 10 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/production.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/log/production.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/log/production.log"} 43 http_response_size_bytes_count{method="GET",path="/log/production.log"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/log/staging.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/log/staging.log"} 43 http_response_size_bytes_count{method="GET",path="/log/staging.log"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/login"} 527 http_response_size_bytes_count{method="GET",path="/login"} 12 http_response_size_bytes_bucket{method="GET",path="/login",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/login",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/login"} 44 http_response_size_bytes_count{method="GET",path="/login"} 1 http_response_size_bytes_bucket{method="GET",path="/login ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/login ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/login "} 88 http_response_size_bytes_count{method="GET",path="/login "} 2 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/login..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/login..;/"} 44 http_response_size_bytes_count{method="GET",path="/login..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/login.action",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/login.action",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/login.action"} 86 http_response_size_bytes_count{method="GET",path="/login.action"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/login/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/login/"} 88 http_response_size_bytes_count{method="GET",path="/login/"} 2 http_response_size_bytes_bucket{method="GET",path="/login/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/login/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/login/."} 44 http_response_size_bytes_count{method="GET",path="/login/."} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/login;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/login;"} 44 http_response_size_bytes_count{method="GET",path="/login;"} 1 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"} 44 http_response_size_bytes_count{method="GET",path="/login;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/login;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/login;/"} 44 http_response_size_bytes_count{method="GET",path="/login;/"} 1 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/logs/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/logs/.env"} 86 http_response_size_bytes_count{method="GET",path="/logs/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lol.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lol.php"} 87 http_response_size_bytes_count{method="GET",path="/lol.php"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/loxi-o.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/loxi-o.php"} 86 http_response_size_bytes_count{method="GET",path="/loxi-o.php"} 2 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lp5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lp5.php"} 43 http_response_size_bytes_count{method="GET",path="/lp5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/lp6.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/lp6.php"} 86 http_response_size_bytes_count{method="GET",path="/lp6.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ls.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ls.php"} 86 http_response_size_bytes_count{method="GET",path="/ls.php"} 2 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/lv.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/lv.php"} 346 http_response_size_bytes_count{method="GET",path="/lv.php"} 8 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/lxrgu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/lxrgu.php"} 43 http_response_size_bytes_count{method="GET",path="/lxrgu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/m.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/m.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/m.php"} 129 http_response_size_bytes_count{method="GET",path="/m.php"} 3 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="100"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="500"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="1000"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="5000"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="10000"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="50000"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="100000"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="500000"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="1e+06"} 25 http_response_size_bytes_bucket{method="GET",path="/mac.php",le="+Inf"} 25 http_response_size_bytes_sum{method="GET",path="/mac.php"} 1076 http_response_size_bytes_count{method="GET",path="/mac.php"} 25 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"} 86 http_response_size_bytes_count{method="GET",path="/magento/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/magento/app/etc/local.xml",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/magento/app/etc/local.xml"} 129 http_response_size_bytes_count{method="GET",path="/magento/app/etc/local.xml"} 3 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"} 44 http_response_size_bytes_count{method="GET",path="/mah.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mail.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mail.php"} 86 http_response_size_bytes_count{method="GET",path="/mail.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/mail/.env"} 129 http_response_size_bytes_count{method="GET",path="/mail/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mail/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/mail/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mail/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mail/config"} 43 http_response_size_bytes_count{method="GET",path="/mail/config"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/mail/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mailer/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mailer/.env"} 87 http_response_size_bytes_count{method="GET",path="/mailer/.env"} 2 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"} 86 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"} 86 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"} 86 http_response_size_bytes_count{method="GET",path="/mailjet/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/main/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/main/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/main/"} 215 http_response_size_bytes_count{method="GET",path="/main/"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-json/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/main/wp-json/"} 215 http_response_size_bytes_count{method="GET",path="/main/wp-json/"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/main/wp-login.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/main/wp-login.php"} 215 http_response_size_bytes_count{method="GET",path="/main/wp-login.php"} 5 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/makeasmtp.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/makeasmtp.php"} 387 http_response_size_bytes_count{method="GET",path="/makeasmtp.php"} 9 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mamzi.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mamzi.php"} 86 http_response_size_bytes_count{method="GET",path="/mamzi.php"} 2 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/manage/actuator/env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/manage/actuator/env"} 43 http_response_size_bytes_count{method="GET",path="/manage/actuator/env"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/management/actuator/env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/management/actuator/env"} 43 http_response_size_bytes_count{method="GET",path="/management/actuator/env"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/manager.phP",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/manager.phP"} 43 http_response_size_bytes_count{method="GET",path="/manager.phP"} 1 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="/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"} 86 http_response_size_bytes_count{method="GET",path="/mandrill/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/manifest.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/manifest.json"} 43 http_response_size_bytes_count{method="GET",path="/manifest.json"} 1 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mans.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mans.php"} 86 http_response_size_bytes_count{method="GET",path="/mans.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mariju.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mariju.php"} 43 http_response_size_bytes_count{method="GET",path="/mariju.php"} 1 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="/max.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/max.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/max.php"} 86 http_response_size_bytes_count{method="GET",path="/max.php"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/maxro.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/maxro.php"} 86 http_response_size_bytes_count{method="GET",path="/maxro.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mcs.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mcs.php"} 86 http_response_size_bytes_count{method="GET",path="/mcs.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/mds.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/mds.php"} 129 http_response_size_bytes_count{method="GET",path="/mds.php"} 3 http_response_size_bytes_bucket{method="GET",path="/me.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/me.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/me.css"} 43 http_response_size_bytes_count{method="GET",path="/me.css"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/media-admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/media-admin.php"} 43 http_response_size_bytes_count{method="GET",path="/media-admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/media../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/media../.env"} 217 http_response_size_bytes_count{method="GET",path="/media../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/media.php",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/media.php",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/media.php"} 731 http_response_size_bytes_count{method="GET",path="/media.php"} 17 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php"} 44 http_response_size_bytes_count{method="GET",path="/media/com_sppagebuilder/assets/iconfont/km/fonts/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/medusa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/medusa.php"} 43 http_response_size_bytes_count{method="GET",path="/medusa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/memberfuns.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/memberfuns.php"} 172 http_response_size_bytes_count{method="GET",path="/memberfuns.php"} 4 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/menu.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/menu.php"} 86 http_response_size_bytes_count{method="GET",path="/menu.php"} 2 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/meta.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/meta.php"} 43 http_response_size_bytes_count{method="GET",path="/meta.php"} 1 http_response_size_bytes_bucket{method="GET",path="/metrics",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/metrics",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/metrics",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/metrics",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/metrics",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/metrics",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/metrics",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/metrics",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/metrics",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/metrics",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/metrics"} 6.609469e+06 http_response_size_bytes_count{method="GET",path="/metrics"} 20 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mg.php"} 86 http_response_size_bytes_count{method="GET",path="/mg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mga.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mga.php"} 86 http_response_size_bytes_count{method="GET",path="/mga.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="100"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="500"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="1000"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="5000"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="10000"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="50000"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="100000"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="500000"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="1e+06"} 14 http_response_size_bytes_bucket{method="GET",path="/mgrr.php",le="+Inf"} 14 http_response_size_bytes_sum{method="GET",path="/mgrr.php"} 602 http_response_size_bytes_count{method="GET",path="/mgrr.php"} 14 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"} 86 http_response_size_bytes_count{method="GET",path="/mh.php"} 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"} 86 http_response_size_bytes_count{method="GET",path="/microservice/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/min.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/min.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/min.php"} 301 http_response_size_bytes_count{method="GET",path="/min.php"} 7 http_response_size_bytes_bucket{method="GET",path="/mini",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mini",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mini"} 44 http_response_size_bytes_count{method="GET",path="/mini"} 1 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/mini.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/mini.php"} 172 http_response_size_bytes_count{method="GET",path="/mini.php"} 4 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/minimo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/minimo.php"} 43 http_response_size_bytes_count{method="GET",path="/minimo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/minishell.php"} 43 http_response_size_bytes_count{method="GET",path="/minishell.php"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/minishell/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/minishell/"} 43 http_response_size_bytes_count{method="GET",path="/minishell/"} 1 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/miru3.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/miru3.php"} 86 http_response_size_bytes_count{method="GET",path="/miru3.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mjq.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mjq.php"} 43 http_response_size_bytes_count{method="GET",path="/mjq.php"} 1 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="/mlqeheok.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mlqeheok.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mlqeheok.php"} 43 http_response_size_bytes_count{method="GET",path="/mlqeheok.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mnpiyfeish.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mnpiyfeish.php"} 43 http_response_size_bytes_count{method="GET",path="/mnpiyfeish.php"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/modules/ets_whatsapp/security.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/modules/ets_whatsapp/security.php"} 43 http_response_size_bytes_count{method="GET",path="/modules/ets_whatsapp/security.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="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php"} 86 http_response_size_bytes_count{method="GET",path="/modules/mod_simplefileuploadv1.3/elements/i8hqok6nr.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mongodb/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mongodb/.env"} 86 http_response_size_bytes_count{method="GET",path="/mongodb/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/moon.php",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/moon.php"} 647 http_response_size_bytes_count{method="GET",path="/moon.php"} 15 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/moon3.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/moon3.php"} 129 http_response_size_bytes_count{method="GET",path="/moon3.php"} 3 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/mosty.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/mosty.php"} 301 http_response_size_bytes_count{method="GET",path="/mosty.php"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/motu.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/motu.php"} 301 http_response_size_bytes_count{method="GET",path="/motu.php"} 7 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mrjn.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mrjn.php"} 43 http_response_size_bytes_count{method="GET",path="/mrjn.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="100"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="500"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="1000"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="5000"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="10000"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="50000"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="100000"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="500000"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="1e+06"} 23 http_response_size_bytes_bucket{method="GET",path="/ms-edit.php",le="+Inf"} 23 http_response_size_bytes_sum{method="GET",path="/ms-edit.php"} 993 http_response_size_bytes_count{method="GET",path="/ms-edit.php"} 23 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ms.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ms.php"} 129 http_response_size_bytes_count{method="GET",path="/ms.php"} 3 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mt/byp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mt/byp.php"} 43 http_response_size_bytes_count{method="GET",path="/mt/byp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/museu/yhweq.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/museu/yhweq.php"} 43 http_response_size_bytes_count{method="GET",path="/museu/yhweq.php"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/my-account.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/my-account.css"} 43 http_response_size_bytes_count{method="GET",path="/my-account.css"} 1 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/myfile.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/myfile.php"} 86 http_response_size_bytes_count{method="GET",path="/myfile.php"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/mysql.sql"} 526 http_response_size_bytes_count{method="GET",path="/mysql.sql"} 12 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysql.sql"} 44 http_response_size_bytes_count{method="GET",path="/mysql.sql"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mysql.sql "} 88 http_response_size_bytes_count{method="GET",path="/mysql.sql "} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysql.sql..;/"} 44 http_response_size_bytes_count{method="GET",path="/mysql.sql..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mysql.sql/"} 88 http_response_size_bytes_count{method="GET",path="/mysql.sql/"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysql.sql/."} 44 http_response_size_bytes_count{method="GET",path="/mysql.sql/."} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysql.sql;"} 44 http_response_size_bytes_count{method="GET",path="/mysql.sql;"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysql.sql;.php"} 44 http_response_size_bytes_count{method="GET",path="/mysql.sql;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql.sql;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/mysql.sql;/"} 44 http_response_size_bytes_count{method="GET",path="/mysql.sql;/"} 1 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/mysql/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/mysql/.env"} 87 http_response_size_bytes_count{method="GET",path="/mysql/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/n.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/n.php"} 86 http_response_size_bytes_count{method="GET",path="/n.php"} 2 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="/nano.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nano.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nano.php"} 43 http_response_size_bytes_count{method="GET",path="/nano.php"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nasgor.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nasgor.php"} 43 http_response_size_bytes_count{method="GET",path="/nasgor.php"} 1 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nc4.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nc4.php"} 88 http_response_size_bytes_count{method="GET",path="/nc4.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ncx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ncx.php"} 86 http_response_size_bytes_count{method="GET",path="/ncx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nee.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nee.php"} 44 http_response_size_bytes_count{method="GET",path="/nee.php"} 1 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="/new",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/new",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/new"} 43 http_response_size_bytes_count{method="GET",path="/new"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/new-index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/new-index.php"} 43 http_response_size_bytes_count{method="GET",path="/new-index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/new.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/new.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/new.php"} 390 http_response_size_bytes_count{method="GET",path="/new.php"} 9 http_response_size_bytes_bucket{method="GET",path="/new/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/new/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/new/"} 215 http_response_size_bytes_count{method="GET",path="/new/"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-json/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/new/wp-json/"} 215 http_response_size_bytes_count{method="GET",path="/new/wp-json/"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/new/wp-login.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/new/wp-login.php"} 215 http_response_size_bytes_count{method="GET",path="/new/wp-login.php"} 5 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="/newfile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/newfile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/newfile.php"} 43 http_response_size_bytes_count{method="GET",path="/newfile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/newsite",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/newsite"} 43 http_response_size_bytes_count{method="GET",path="/newsite"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/newsletter/.env"} 2 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"} 86 http_response_size_bytes_count{method="GET",path="/next/.env"} 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="/nginx_status",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/nginx_status",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/nginx_status"} 176 http_response_size_bytes_count{method="GET",path="/nginx_status"} 4 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php"} 43 http_response_size_bytes_count{method="GET",path="/nhj6t74aqmkde3hgpCdefault.php"} 1 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nhr.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nhr.php"} 86 http_response_size_bytes_count{method="GET",path="/nhr.php"} 2 http_response_size_bytes_bucket{method="GET",path="/no.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/no.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/no.php"} 43 http_response_size_bytes_count{method="GET",path="/no.php"} 1 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/node/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/node/.env"} 131 http_response_size_bytes_count{method="GET",path="/node/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/noe.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/noe.php"} 43 http_response_size_bytes_count{method="GET",path="/noe.php"} 1 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/norn.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/norn.php"} 172 http_response_size_bytes_count{method="GET",path="/norn.php"} 4 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"} 86 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="/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"} 86 http_response_size_bytes_count{method="GET",path="/nuxt/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/nw.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/nw.php"} 172 http_response_size_bytes_count{method="GET",path="/nw.php"} 4 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/nwflm.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/nwflm.php"} 215 http_response_size_bytes_count{method="GET",path="/nwflm.php"} 5 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/nwwha.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/nwwha.php"} 43 http_response_size_bytes_count{method="GET",path="/nwwha.php"} 1 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/nzv.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/nzv.php"} 86 http_response_size_bytes_count{method="GET",path="/nzv.php"} 2 http_response_size_bytes_bucket{method="GET",path="/o.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/o.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/o.php"} 433 http_response_size_bytes_count{method="GET",path="/o.php"} 10 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/obfuscate.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/obfuscate.php"} 43 http_response_size_bytes_count{method="GET",path="/obfuscate.php"} 1 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/oc-admin/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/oc-admin/config.php"} 129 http_response_size_bytes_count{method="GET",path="/oc-admin/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ocxla.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ocxla.php"} 86 http_response_size_bytes_count{method="GET",path="/ocxla.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ohayo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ohayo.php"} 44 http_response_size_bytes_count{method="GET",path="/ohayo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ohct.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ohct.php"} 129 http_response_size_bytes_count{method="GET",path="/ohct.php"} 3 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/oivcl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/oivcl.php"} 43 http_response_size_bytes_count{method="GET",path="/oivcl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/ok.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/ok.php"} 476 http_response_size_bytes_count{method="GET",path="/ok.php"} 11 http_response_size_bytes_bucket{method="GET",path="/old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old"} 43 http_response_size_bytes_count{method="GET",path="/old"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/old-index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/old-index.php"} 44 http_response_size_bytes_count{method="GET",path="/old-index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/old/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/old/.env"} 86 http_response_size_bytes_count{method="GET",path="/old/.env"} 2 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"} 86 http_response_size_bytes_count{method="GET",path="/old/phpinfo.php"} 2 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="/olfclass.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/olfclass.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/olfclass.php"} 86 http_response_size_bytes_count{method="GET",path="/olfclass.php"} 2 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/olu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/olu.php"} 43 http_response_size_bytes_count{method="GET",path="/olu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/one.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/one.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/one.php"} 86 http_response_size_bytes_count{method="GET",path="/one.php"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/op.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/op.php"} 86 http_response_size_bytes_count{method="GET",path="/op.php"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/openapi.json"} 747 http_response_size_bytes_count{method="GET",path="/openapi.json"} 17 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/openapi.json"} 44 http_response_size_bytes_count{method="GET",path="/openapi.json"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/openapi.json "} 88 http_response_size_bytes_count{method="GET",path="/openapi.json "} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/openapi.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/openapi.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/openapi.json/"} 88 http_response_size_bytes_count{method="GET",path="/openapi.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/openapi.json/."} 43 http_response_size_bytes_count{method="GET",path="/openapi.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/openapi.json;"} 44 http_response_size_bytes_count{method="GET",path="/openapi.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/openapi.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/openapi.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/openapi.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/openapi.json;/"} 44 http_response_size_bytes_count{method="GET",path="/openapi.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/opencart/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/opencart/config.php"} 129 http_response_size_bytes_count{method="GET",path="/opencart/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/ops.php",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/ops.php"} 1033 http_response_size_bytes_count{method="GET",path="/ops.php"} 24 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ops/values.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ops/values.yaml"} 43 http_response_size_bytes_count{method="GET",path="/ops/values.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/opsqt.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/opsqt.php"} 43 http_response_size_bytes_count{method="GET",path="/opsqt.php"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/opt/.env"} 86 http_response_size_bytes_count{method="GET",path="/opt/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/opt/app/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/opt/app/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/opt/app/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/opts.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/opts.php"} 86 http_response_size_bytes_count{method="GET",path="/opts.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ora.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ora.php"} 172 http_response_size_bytes_count{method="GET",path="/ora.php"} 4 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/orange3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/orange3.php"} 43 http_response_size_bytes_count{method="GET",path="/orange3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/ors32envu.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/ors32envu.php"} 301 http_response_size_bytes_count{method="GET",path="/ors32envu.php"} 7 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ortasekerli1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ortasekerli1.php"} 43 http_response_size_bytes_count{method="GET",path="/ortasekerli1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/output.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/output.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/output.php"} 86 http_response_size_bytes_count{method="GET",path="/output.php"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/oxse.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/oxse.php"} 86 http_response_size_bytes_count{method="GET",path="/oxse.php"} 2 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/p-blog.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/p-blog.php"} 43 http_response_size_bytes_count{method="GET",path="/p-blog.php"} 1 http_response_size_bytes_bucket{method="GET",path="/p.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/p.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/p.php"} 302 http_response_size_bytes_count{method="GET",path="/p.php"} 7 http_response_size_bytes_bucket{method="GET",path="/package.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/package.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/package.json"} 43 http_response_size_bytes_count{method="GET",path="/package.json"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/packed.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/packed.php"} 44 http_response_size_bytes_count{method="GET",path="/packed.php"} 1 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/panel.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/panel.php"} 86 http_response_size_bytes_count{method="GET",path="/panel.php"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/panel/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/panel/.env"} 86 http_response_size_bytes_count{method="GET",path="/panel/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/pass4.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/pass4.php"} 172 http_response_size_bytes_count{method="GET",path="/pass4.php"} 4 http_response_size_bytes_bucket{method="GET",path="/path.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/path.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/path.php"} 86 http_response_size_bytes_count{method="GET",path="/path.php"} 2 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/pbck.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/pbck.php"} 301 http_response_size_bytes_count{method="GET",path="/pbck.php"} 7 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pbmqm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pbmqm.php"} 43 http_response_size_bytes_count{method="GET",path="/pbmqm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/petx.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/petx.php"} 129 http_response_size_bytes_count{method="GET",path="/petx.php"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/php-info.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/php-info.php"} 129 http_response_size_bytes_count{method="GET",path="/php-info.php"} 3 http_response_size_bytes_bucket{method="GET",path="/php.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/php.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/php.php"} 517 http_response_size_bytes_count{method="GET",path="/php.php"} 12 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/php5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/php5.php"} 43 http_response_size_bytes_count{method="GET",path="/php5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/php8.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/php8.php"} 129 http_response_size_bytes_count{method="GET",path="/php8.php"} 3 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/php_errors.log",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/php_errors.log"} 176 http_response_size_bytes_count{method="GET",path="/php_errors.log"} 4 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/php_info.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/php_info.php"} 129 http_response_size_bytes_count{method="GET",path="/php_info.php"} 3 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/php_version.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/php_version.php"} 86 http_response_size_bytes_count{method="GET",path="/php_version.php"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/phpinfo"} 215 http_response_size_bytes_count{method="GET",path="/phpinfo"} 5 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/phpinfo.php"} 344 http_response_size_bytes_count{method="GET",path="/phpinfo.php"} 8 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.bak",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/phpinfo.php.bak"} 86 http_response_size_bytes_count{method="GET",path="/phpinfo.php.bak"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.old",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/phpinfo.php.old"} 86 http_response_size_bytes_count{method="GET",path="/phpinfo.php.old"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php.save",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/phpinfo.php.save"} 87 http_response_size_bytes_count{method="GET",path="/phpinfo.php.save"} 2 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/phpinfo.php1",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/phpinfo.php1"} 43 http_response_size_bytes_count{method="GET",path="/phpinfo.php1"} 1 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~"} 86 http_response_size_bytes_count{method="GET",path="/phpinfo.php~"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/phpversion.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/phpversion.php"} 86 http_response_size_bytes_count{method="GET",path="/phpversion.php"} 2 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/pi.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/pi.php"} 172 http_response_size_bytes_count{method="GET",path="/pi.php"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/pinfo.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/pinfo.php"} 172 http_response_size_bytes_count{method="GET",path="/pinfo.php"} 4 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pkmoj.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pkmoj.php"} 43 http_response_size_bytes_count{method="GET",path="/pkmoj.php"} 1 http_response_size_bytes_bucket{method="GET",path="/player",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/player",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/player",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/player",le="5000"} 0 http_response_size_bytes_bucket{method="GET",path="/player",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/player",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/player",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/player",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/player",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/player",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/player"} 124432 http_response_size_bytes_count{method="GET",path="/player"} 22 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"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/plugins.php"} 258 http_response_size_bytes_count{method="GET",path="/plugins.php"} 6 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/plugins/woocommerce/woocommerce.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/plugins/woocommerce/woocommerce.php"} 129 http_response_size_bytes_count{method="GET",path="/plugins/woocommerce/woocommerce.php"} 3 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/pms297.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/pms297.php"} 43 http_response_size_bytes_count{method="GET",path="/pms297.php"} 1 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pn.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pn.php"} 86 http_response_size_bytes_count{method="GET",path="/pn.php"} 2 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/pol.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/pol.php"} 302 http_response_size_bytes_count{method="GET",path="/pol.php"} 7 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/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/portal/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/portal/.env"} 130 http_response_size_bytes_count{method="GET",path="/portal/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/post.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/post.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/post.php"} 172 http_response_size_bytes_count{method="GET",path="/post.php"} 4 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/postgres/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/postgres/.env"} 86 http_response_size_bytes_count{method="GET",path="/postgres/.env"} 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"} 86 http_response_size_bytes_count{method="GET",path="/postmark/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/pouhg.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/pouhg.php"} 86 http_response_size_bytes_count{method="GET",path="/pouhg.php"} 2 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/pp.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/pp.php"} 259 http_response_size_bytes_count{method="GET",path="/pp.php"} 6 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ppp.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ppp.php"} 129 http_response_size_bytes_count{method="GET",path="/ppp.php"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/presta/config/settings.inc.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/presta/config/settings.inc.php"} 129 http_response_size_bytes_count{method="GET",path="/presta/config/settings.inc.php"} 3 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"} 86 http_response_size_bytes_count{method="GET",path="/prestashop/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/preview/.env"} 86 http_response_size_bytes_count{method="GET",path="/preview/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/preview/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/preview/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/preview/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/priv8.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/priv8.php"} 44 http_response_size_bytes_count{method="GET",path="/priv8.php"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/private-key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/private-key"} 43 http_response_size_bytes_count{method="GET",path="/private-key"} 1 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/private/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/private/.env"} 130 http_response_size_bytes_count{method="GET",path="/private/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/privatekey.json"} 44 http_response_size_bytes_count{method="GET",path="/privatekey.json"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/privatekey.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/privatekey.key"} 43 http_response_size_bytes_count{method="GET",path="/privatekey.key"} 1 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/prod/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/prod/.env"} 130 http_response_size_bytes_count{method="GET",path="/prod/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/production/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/production/.env"} 129 http_response_size_bytes_count{method="GET",path="/production/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/profile",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/profile",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/profile"} 43 http_response_size_bytes_count{method="GET",path="/profile"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/profile.css"} 43 http_response_size_bytes_count{method="GET",path="/profile.css"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/profile.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/profile.js"} 43 http_response_size_bytes_count{method="GET",path="/profile.js"} 1 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="/project/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/project/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/project/.env"} 86 http_response_size_bytes_count{method="GET",path="/project/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/promma.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/promma.php"} 43 http_response_size_bytes_count{method="GET",path="/promma.php"} 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"} 86 http_response_size_bytes_count{method="GET",path="/psnlink/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/public../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/public../.env"} 219 http_response_size_bytes_count{method="GET",path="/public../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public/../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public/../.env"} 43 http_response_size_bytes_count{method="GET",path="/public/../.env"} 1 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/public/.env"} 174 http_response_size_bytes_count{method="GET",path="/public/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/.git/config",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/.git/config"} 87 http_response_size_bytes_count{method="GET",path="/public/.git/config"} 2 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public/admin.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public/admin.json"} 44 http_response_size_bytes_count{method="GET",path="/public/admin.json"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/public/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/public/config.js"} 43 http_response_size_bytes_count{method="GET",path="/public/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/public/css.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/public/css.php"} 430 http_response_size_bytes_count{method="GET",path="/public/css.php"} 10 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/hi.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/hi.php"} 86 http_response_size_bytes_count{method="GET",path="/public/hi.php"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php"} 86 http_response_size_bytes_count{method="GET",path="/public/mI35rZhMg1zJ1vuXdefault.php"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public/phpinfo.php"} 87 http_response_size_bytes_count{method="GET",path="/public/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/public/vx.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/public/vx.php"} 172 http_response_size_bytes_count{method="GET",path="/public/vx.php"} 4 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_html/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public_html/.env"} 86 http_response_size_bytes_count{method="GET",path="/public_html/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/public_html/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/public_html/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/public_html/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/puc.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/puc.php"} 344 http_response_size_bytes_count{method="GET",path="/puc.php"} 8 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/pucci.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/pucci.php"} 474 http_response_size_bytes_count{method="GET",path="/pucci.php"} 11 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/punah.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/punah.php"} 43 http_response_size_bytes_count{method="GET",path="/punah.php"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/q.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/q.php"} 43 http_response_size_bytes_count{method="GET",path="/q.php"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php"} 43 http_response_size_bytes_count{method="GET",path="/q7lhrgzoo7ijhnkcedq2Cdefault.php"} 1 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/qa/.env"} 86 http_response_size_bytes_count{method="GET",path="/qa/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/qa/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/qa/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/qa/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/qfvqu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/qfvqu.php"} 43 http_response_size_bytes_count{method="GET",path="/qfvqu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/qindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/qindex.php"} 43 http_response_size_bytes_count{method="GET",path="/qindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/qlex1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/qlex1.php"} 43 http_response_size_bytes_count{method="GET",path="/qlex1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/qp09X.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/qp09X.php"} 43 http_response_size_bytes_count{method="GET",path="/qp09X.php"} 1 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/qqqa.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/qqqa.php"} 172 http_response_size_bytes_count{method="GET",path="/qqqa.php"} 4 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/qterm.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/qterm.php"} 344 http_response_size_bytes_count{method="GET",path="/qterm.php"} 8 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/queue/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/queue/.env"} 86 http_response_size_bytes_count{method="GET",path="/queue/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/r.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/r.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/r.php"} 217 http_response_size_bytes_count{method="GET",path="/r.php"} 5 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rabbitmq/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rabbitmq/.env"} 87 http_response_size_bytes_count{method="GET",path="/rabbitmq/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/racs3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/racs3.php"} 43 http_response_size_bytes_count{method="GET",path="/racs3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/radio.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/radio.php"} 43 http_response_size_bytes_count{method="GET",path="/radio.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rahma.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rahma.php"} 44 http_response_size_bytes_count{method="GET",path="/rahma.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/properties",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails/info/properties"} 43 http_response_size_bytes_count{method="GET",path="/rails/info/properties"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rails/info/routes",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rails/info/routes"} 43 http_response_size_bytes_count{method="GET",path="/rails/info/routes"} 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="/raw.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/raw.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/raw.php"} 258 http_response_size_bytes_count{method="GET",path="/raw.php"} 6 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rclone.conf",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rclone.conf"} 43 http_response_size_bytes_count{method="GET",path="/rclone.conf"} 1 http_response_size_bytes_bucket{method="GET",path="/re.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/re.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/re.php"} 86 http_response_size_bytes_count{method="GET",path="/re.php"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/react/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/react/.env"} 86 http_response_size_bytes_count{method="GET",path="/react/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/readme.html",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/readme.html"} 307 http_response_size_bytes_count{method="GET",path="/readme.html"} 7 http_response_size_bytes_bucket{method="GET",path="/red.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/red.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/red.php"} 473 http_response_size_bytes_count{method="GET",path="/red.php"} 11 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/redis/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/redis/.env"} 86 http_response_size_bytes_count{method="GET",path="/redis/.env"} 2 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"} 86 http_response_size_bytes_count{method="GET",path="/release/.env"} 2 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"} 86 http_response_size_bytes_count{method="GET",path="/releases/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/reop3.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/reop3.php"} 172 http_response_size_bytes_count{method="GET",path="/reop3.php"} 4 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/repeater.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/repeater.php"} 43 http_response_size_bytes_count{method="GET",path="/repeater.php"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/resources/.env"} 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"} 86 http_response_size_bytes_count{method="GET",path="/rest/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/credentials",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/credentials"} 86 http_response_size_bytes_count{method="GET",path="/rest/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/settings"} 43 http_response_size_bytes_count{method="GET",path="/rest/settings"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/"} 43 http_response_size_bytes_count{method="GET",path="/rest/v1/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/./;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/./;"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/./;"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/; ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/; "} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/; "} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;..;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/"} 572 http_response_size_bytes_count{method="GET",path="/rest/v1/;/"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/ ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/ "} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/ "} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/."} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/."} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/./.env"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/./.env"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/./.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/./.env.local"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/./.env.local"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env"} 572 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env "} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env "} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env..;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local"} 572 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local"} 13 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local "} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local "} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local..;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local/"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local/"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local/."} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local/."} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local;.php"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.local;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.local;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.local;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env.production",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env.production"} 219 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env.production"} 5 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env/"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env/"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env/."} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env/."} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env;.php"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/.env;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/.env;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/.env;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;//",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;//"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;//"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/;.php"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./configprops",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/./configprops"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/./configprops"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/./env"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/./env"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./heapdump",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/./heapdump"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/./heapdump"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./mappings",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/./mappings"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/./mappings"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/./threaddump",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/./threaddump"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/./threaddump"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Configprops",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/Configprops"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/Configprops"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/Env"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/Env"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/Heapdump"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/Heapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Mappings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/Mappings"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/Mappings"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/Threaddump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/Threaddump"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/Threaddump"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops"} 527 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops "} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops "} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops..;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops/"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops/"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops/."} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops/."} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops;.php"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/configprops;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/configprops;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/configprops;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env"} 527 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env"} 12 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env "} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env "} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env..;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env/"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env/"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env/."} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env/."} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env;.php"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/env;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/env;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/env;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump"} 352 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump "} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump "} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump..;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump/"} 87 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump/"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump/."} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump/."} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump;.php"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/heapdump;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/heapdump;/"} 43 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/heapdump;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings"} 352 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings "} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings "} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings..;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings/"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings/"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings/."} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings/."} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings;.php"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/mappings;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/mappings;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/mappings;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump"} 352 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump"} 8 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump "} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump "} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump..;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump/"} 88 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump/"} 2 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump/."} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump/."} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump;"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump;.php"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;/actuator/threaddump;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;/actuator/threaddump;/"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;/actuator/threaddump;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rest/v1/;;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rest/v1/;;"} 44 http_response_size_bytes_count{method="GET",path="/rest/v1/;;"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/revealability.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/revealability.php"} 43 http_response_size_bytes_count{method="GET",path="/revealability.php"} 1 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/reviall.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/reviall.php"} 258 http_response_size_bytes_count{method="GET",path="/reviall.php"} 6 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rezor.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rezor.php"} 43 http_response_size_bytes_count{method="GET",path="/rezor.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/rip.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/rip.php"} 476 http_response_size_bytes_count{method="GET",path="/rip.php"} 11 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rithin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rithin.php"} 43 http_response_size_bytes_count{method="GET",path="/rithin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="100"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="500"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="1000"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="5000"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="10000"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="50000"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="100000"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="500000"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="1e+06"} 93 http_response_size_bytes_bucket{method="GET",path="/robots.txt",le="+Inf"} 93 http_response_size_bytes_sum{method="GET",path="/robots.txt"} 3999 http_response_size_bytes_count{method="GET",path="/robots.txt"} 93 http_response_size_bytes_bucket{method="GET",path="/room.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/room.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/room.php"} 43 http_response_size_bytes_count{method="GET",path="/room.php"} 1 http_response_size_bytes_bucket{method="GET",path="/root.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/root.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/root.php"} 129 http_response_size_bytes_count{method="GET",path="/root.php"} 3 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/root/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/root/.aws/config"} 43 http_response_size_bytes_count{method="GET",path="/root/.aws/config"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/root/.aws/credentials"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rpk.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rpk.php"} 86 http_response_size_bytes_count{method="GET",path="/rpk.php"} 2 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rre.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rre.php"} 43 http_response_size_bytes_count{method="GET",path="/rre.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rrlnblhy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rrlnblhy.php"} 43 http_response_size_bytes_count{method="GET",path="/rrlnblhy.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rss.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rss.php"} 43 http_response_size_bytes_count{method="GET",path="/rss.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rtx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rtx.php"} 86 http_response_size_bytes_count{method="GET",path="/rtx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/rum.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/rum.php"} 86 http_response_size_bytes_count{method="GET",path="/rum.php"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/runtime-config.js"} 43 http_response_size_bytes_count{method="GET",path="/runtime-config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/runtime-config.json"} 526 http_response_size_bytes_count{method="GET",path="/runtime-config.json"} 12 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/runtime-config.json"} 44 http_response_size_bytes_count{method="GET",path="/runtime-config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/runtime-config.json "} 88 http_response_size_bytes_count{method="GET",path="/runtime-config.json "} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/runtime-config.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/runtime-config.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/runtime-config.json/"} 88 http_response_size_bytes_count{method="GET",path="/runtime-config.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/runtime-config.json/."} 44 http_response_size_bytes_count{method="GET",path="/runtime-config.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/runtime-config.json;"} 44 http_response_size_bytes_count{method="GET",path="/runtime-config.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/runtime-config.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/runtime-config.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/runtime-config.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/runtime-config.json;/"} 44 http_response_size_bytes_count{method="GET",path="/runtime-config.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rursy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rursy.php"} 43 http_response_size_bytes_count{method="GET",path="/rursy.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ruru.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ruru.php"} 43 http_response_size_bytes_count{method="GET",path="/ruru.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rw3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rw3.php"} 43 http_response_size_bytes_count{method="GET",path="/rw3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/rymmm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/rymmm.php"} 43 http_response_size_bytes_count{method="GET",path="/rymmm.php"} 1 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"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 43 http_response_size_bytes_count{method="GET",path="/s/5393e22323e23333e26363/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/s3/.aws/config"} 43 http_response_size_bytes_count{method="GET",path="/s3/.aws/config"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/s3/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/s3/credentials"} 44 http_response_size_bytes_count{method="GET",path="/s3/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sa.json"} 87 http_response_size_bytes_count{method="GET",path="/sa.json"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sa.php7",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sa.php7"} 86 http_response_size_bytes_count{method="GET",path="/sa.php7"} 2 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"} 86 http_response_size_bytes_count{method="GET",path="/saas/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sadd.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sadd.php"} 86 http_response_size_bytes_count{method="GET",path="/sadd.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sagax1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sagax1.php"} 86 http_response_size_bytes_count{method="GET",path="/sagax1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sallu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sallu.php"} 43 http_response_size_bytes_count{method="GET",path="/sallu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/samconfig.toml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/samconfig.toml"} 43 http_response_size_bytes_count{method="GET",path="/samconfig.toml"} 1 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="/satan.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/satan.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/satan.php"} 43 http_response_size_bytes_count{method="GET",path="/satan.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sbhu.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sbhu.php"} 86 http_response_size_bytes_count{method="GET",path="/sbhu.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sbin/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sbin/.env"} 86 http_response_size_bytes_count{method="GET",path="/sbin/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sboov.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sboov.php"} 43 http_response_size_bytes_count{method="GET",path="/sboov.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sc.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sc.php"} 86 http_response_size_bytes_count{method="GET",path="/sc.php"} 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"} 86 http_response_size_bytes_count{method="GET",path="/scripts/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/scx.php7",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/scx.php7"} 86 http_response_size_bytes_count{method="GET",path="/scx.php7"} 2 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/scxy.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/scxy.php"} 516 http_response_size_bytes_count{method="GET",path="/scxy.php"} 12 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/sd.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/sd.php"} 172 http_response_size_bytes_count{method="GET",path="/sd.php"} 4 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sde.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sde.php"} 43 http_response_size_bytes_count{method="GET",path="/sde.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sdsa.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sdsa.php"} 86 http_response_size_bytes_count{method="GET",path="/sdsa.php"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secret.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secret.json"} 88 http_response_size_bytes_count{method="GET",path="/secret.json"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secrets.env"} 88 http_response_size_bytes_count{method="GET",path="/secrets.env"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secrets.json"} 87 http_response_size_bytes_count{method="GET",path="/secrets.json"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yaml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secrets.yaml"} 86 http_response_size_bytes_count{method="GET",path="/secrets.yaml"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secrets.yml"} 86 http_response_size_bytes_count{method="GET",path="/secrets.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/secrets/aws.credentials"} 43 http_response_size_bytes_count{method="GET",path="/secrets/aws.credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/secrets/aws.env"} 43 http_response_size_bytes_count{method="GET",path="/secrets/aws.env"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/aws.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secrets/aws.json"} 88 http_response_size_bytes_count{method="GET",path="/secrets/aws.json"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/secrets/config.json"} 43 http_response_size_bytes_count{method="GET",path="/secrets/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/secrets/gcp.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/secrets/gcp.json"} 88 http_response_size_bytes_count{method="GET",path="/secrets/gcp.json"} 2 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/seiso.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/seiso.php"} 43 http_response_size_bytes_count{method="GET",path="/seiso.php"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/send.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/send.php"} 44 http_response_size_bytes_count{method="GET",path="/send.php"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/sender/.env"} 2 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="/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"} 130 http_response_size_bytes_count{method="GET",path="/sendgrid/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sendmail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sendmail.php"} 43 http_response_size_bytes_count{method="GET",path="/sendmail.php"} 1 http_response_size_bytes_bucket{method="GET",path="/server",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server"} 86 http_response_size_bytes_count{method="GET",path="/server"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/server-info.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/server-info.php"} 86 http_response_size_bytes_count{method="GET",path="/server-info.php"} 2 http_response_size_bytes_bucket{method="GET",path="/server-status",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/server-status",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/server-status"} 261 http_response_size_bytes_count{method="GET",path="/server-status"} 6 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"} 86 http_response_size_bytes_count{method="GET",path="/server-status.php"} 2 http_response_size_bytes_bucket{method="GET",path="/server.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.js"} 43 http_response_size_bytes_count{method="GET",path="/server.js"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server.key"} 43 http_response_size_bytes_count{method="GET",path="/server.key"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/server/.env"} 218 http_response_size_bytes_count{method="GET",path="/server/.env"} 5 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server/.env.local"} 43 http_response_size_bytes_count{method="GET",path="/server/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server/.env.production",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server/.env.production"} 44 http_response_size_bytes_count{method="GET",path="/server/.env.production"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/server/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/server/config.js"} 43 http_response_size_bytes_count{method="GET",path="/server/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yaml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/serverless.yaml"} 43 http_response_size_bytes_count{method="GET",path="/serverless.yaml"} 1 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/serverless.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/serverless.yml"} 86 http_response_size_bytes_count{method="GET",path="/serverless.yml"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account-key.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/service-account-key.json"} 88 http_response_size_bytes_count{method="GET",path="/service-account-key.json"} 2 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/service-account.json",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/service-account.json"} 130 http_response_size_bytes_count{method="GET",path="/service-account.json"} 3 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/service/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/service/.env"} 86 http_response_size_bytes_count{method="GET",path="/service/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/serviceAccountKey.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/serviceAccountKey.json"} 88 http_response_size_bytes_count{method="GET",path="/serviceAccountKey.json"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/service_account.json",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/service_account.json"} 88 http_response_size_bytes_count{method="GET",path="/service_account.json"} 2 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/services/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/services/.env"} 43 http_response_size_bytes_count{method="GET",path="/services/.env"} 1 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"} 86 http_response_size_bytes_count{method="GET",path="/ses/.env"} 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"} 86 http_response_size_bytes_count{method="GET",path="/settings"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/settings.json"} 748 http_response_size_bytes_count{method="GET",path="/settings.json"} 17 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.json"} 44 http_response_size_bytes_count{method="GET",path="/settings.json"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/settings.json "} 87 http_response_size_bytes_count{method="GET",path="/settings.json "} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/settings.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/settings.json/"} 88 http_response_size_bytes_count{method="GET",path="/settings.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.json/."} 44 http_response_size_bytes_count{method="GET",path="/settings.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.json;"} 44 http_response_size_bytes_count{method="GET",path="/settings.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/settings.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.json;/"} 44 http_response_size_bytes_count{method="GET",path="/settings.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.py"} 43 http_response_size_bytes_count{method="GET",path="/settings.py"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/settings.py.bak"} 528 http_response_size_bytes_count{method="GET",path="/settings.py.bak"} 12 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.py.bak"} 44 http_response_size_bytes_count{method="GET",path="/settings.py.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/settings.py.bak "} 88 http_response_size_bytes_count{method="GET",path="/settings.py.bak "} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.py.bak..;/"} 44 http_response_size_bytes_count{method="GET",path="/settings.py.bak..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/settings.py.bak/"} 88 http_response_size_bytes_count{method="GET",path="/settings.py.bak/"} 2 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.py.bak/."} 44 http_response_size_bytes_count{method="GET",path="/settings.py.bak/."} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.py.bak;"} 44 http_response_size_bytes_count{method="GET",path="/settings.py.bak;"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.py.bak;.php"} 44 http_response_size_bytes_count{method="GET",path="/settings.py.bak;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/settings.py.bak;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/settings.py.bak;/"} 44 http_response_size_bytes_count{method="GET",path="/settings.py.bak;/"} 1 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/setup.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/setup.php"} 129 http_response_size_bytes_count{method="GET",path="/setup.php"} 3 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/sf.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/sf.php"} 564 http_response_size_bytes_count{method="GET",path="/sf.php"} 13 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/sh3ll.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/sh3ll.php"} 173 http_response_size_bytes_count{method="GET",path="/sh3ll.php"} 4 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shared/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shared/.env"} 86 http_response_size_bytes_count{method="GET",path="/shared/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/shell.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/shell.php"} 172 http_response_size_bytes_count{method="GET",path="/shell.php"} 4 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shell20211028.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shell20211028.php"} 86 http_response_size_bytes_count{method="GET",path="/shell20211028.php"} 2 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/shell9090.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/shell9090.php"} 43 http_response_size_bytes_count{method="GET",path="/shell9090.php"} 1 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/shiny.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/shiny.php"} 258 http_response_size_bytes_count{method="GET",path="/shiny.php"} 6 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shop/.env"} 86 http_response_size_bytes_count{method="GET",path="/shop/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/shop/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/shop/config.php"} 129 http_response_size_bytes_count{method="GET",path="/shop/config.php"} 3 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="/shx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/shx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/shx.php"} 86 http_response_size_bytes_count{method="GET",path="/shx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/sid3.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/sid3.php"} 129 http_response_size_bytes_count{method="GET",path="/sid3.php"} 3 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sid4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sid4.php"} 43 http_response_size_bytes_count{method="GET",path="/sid4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/simple.php",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/simple.php"} 646 http_response_size_bytes_count{method="GET",path="/simple.php"} 15 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sindex.php"} 44 http_response_size_bytes_count{method="GET",path="/sindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/site.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/site.php"} 43 http_response_size_bytes_count{method="GET",path="/site.php"} 1 http_response_size_bytes_bucket{method="GET",path="/site/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/site/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/site/"} 215 http_response_size_bytes_count{method="GET",path="/site/"} 5 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/site/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/site/.env"} 86 http_response_size_bytes_count{method="GET",path="/site/.env"} 2 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"} 43 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"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/site/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/site/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/site/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-json/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/site/wp-json/"} 215 http_response_size_bytes_count{method="GET",path="/site/wp-json/"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/site/wp-login.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/site/wp-login.php"} 215 http_response_size_bytes_count{method="GET",path="/site/wp-login.php"} 5 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sitemap.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sitemap.php"} 43 http_response_size_bytes_count{method="GET",path="/sitemap.php"} 1 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="/sixxis.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/sixxis.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/sixxis.php"} 301 http_response_size_bytes_count{method="GET",path="/sixxis.php"} 7 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="/sko.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sko.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sko.php"} 43 http_response_size_bytes_count{method="GET",path="/sko.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/sky.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/sky.php"} 387 http_response_size_bytes_count{method="GET",path="/sky.php"} 9 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"} 86 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"} 87 http_response_size_bytes_count{method="GET",path="/smtp/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/snd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/snd.php"} 44 http_response_size_bytes_count{method="GET",path="/snd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/snq.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/snq.php"} 86 http_response_size_bytes_count{method="GET",path="/snq.php"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/solo1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/solo1.php"} 86 http_response_size_bytes_count{method="GET",path="/solo1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/solr/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/solr/"} 176 http_response_size_bytes_count{method="GET",path="/solr/"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/solr/admin/cores",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/solr/admin/cores"} 175 http_response_size_bytes_count{method="GET",path="/solr/admin/cores"} 4 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/spadex.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/spadex.php"} 86 http_response_size_bytes_count{method="GET",path="/spadex.php"} 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="/special.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/special.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/special.php"} 43 http_response_size_bytes_count{method="GET",path="/special.php"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/spip.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/spip.php"} 43 http_response_size_bytes_count{method="GET",path="/spip.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sql.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sql.php"} 86 http_response_size_bytes_count{method="GET",path="/sql.php"} 2 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/src/.env"} 174 http_response_size_bytes_count{method="GET",path="/src/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/.env.local"} 44 http_response_size_bytes_count{method="GET",path="/src/.env.local"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/.env.production",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/.env.production"} 44 http_response_size_bytes_count{method="GET",path="/src/.env.production"} 1 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"} 43 http_response_size_bytes_count{method="GET",path="/src/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/api/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/api/.env"} 44 http_response_size_bytes_count{method="GET",path="/src/api/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/config.js"} 43 http_response_size_bytes_count{method="GET",path="/src/config.js"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/config.json"} 43 http_response_size_bytes_count{method="GET",path="/src/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/constants.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/constants.js"} 43 http_response_size_bytes_count{method="GET",path="/src/constants.js"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/env.js"} 43 http_response_size_bytes_count{method="GET",path="/src/env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/src/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/src/index.js"} 43 http_response_size_bytes_count{method="GET",path="/src/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/srontol.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/srontol.php"} 172 http_response_size_bytes_count{method="GET",path="/srontol.php"} 4 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/srv/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/srv/.aws/credentials"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/srv/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/srv/.env"} 43 http_response_size_bytes_count{method="GET",path="/srv/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/ss.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/ss.php"} 217 http_response_size_bytes_count{method="GET",path="/ss.php"} 5 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ssh3ll.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ssh3ll.php"} 86 http_response_size_bytes_count{method="GET",path="/ssh3ll.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ssixta.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ssixta.php"} 43 http_response_size_bytes_count{method="GET",path="/ssixta.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/ssjpxze.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/ssjpxze.php"} 215 http_response_size_bytes_count{method="GET",path="/ssjpxze.php"} 5 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/localhost.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ssl/localhost.key"} 43 http_response_size_bytes_count{method="GET",path="/ssl/localhost.key"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ssl/server.key",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ssl/server.key"} 43 http_response_size_bytes_count{method="GET",path="/ssl/server.key"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sss.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sss.php"} 43 http_response_size_bytes_count{method="GET",path="/sss.php"} 1 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/stage/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/stage/.env"} 131 http_response_size_bytes_count{method="GET",path="/stage/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/staging/.env"} 130 http_response_size_bytes_count{method="GET",path="/staging/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/staging/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/staging/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/staging/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/staging/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/staging/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/static",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/static"} 86 http_response_size_bytes_count{method="GET",path="/static"} 2 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../../../etc/passwd",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/static../../../../../etc/passwd"} 174 http_response_size_bytes_count{method="GET",path="/static../../../../../etc/passwd"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/static../../../.env"} 220 http_response_size_bytes_count{method="GET",path="/static../../../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/static../../.env"} 219 http_response_size_bytes_count{method="GET",path="/static../../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/static../../var/www/html/wp-config.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/static../../var/www/html/wp-config.php"} 174 http_response_size_bytes_count{method="GET",path="/static../../var/www/html/wp-config.php"} 4 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/static../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/static../.env"} 220 http_response_size_bytes_count{method="GET",path="/static../.env"} 5 http_response_size_bytes_bucket{method="GET",path="/static/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/"} 43 http_response_size_bytes_count{method="GET",path="/static/"} 1 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/static/./env.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/static/./env.js"} 88 http_response_size_bytes_count{method="GET",path="/static/./env.js"} 2 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/Env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/Env.js"} 44 http_response_size_bytes_count{method="GET",path="/static/Env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/static/env.js"} 704 http_response_size_bytes_count{method="GET",path="/static/env.js"} 16 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/env.js"} 44 http_response_size_bytes_count{method="GET",path="/static/env.js"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/static/env.js "} 88 http_response_size_bytes_count{method="GET",path="/static/env.js "} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/env.js..;/"} 44 http_response_size_bytes_count{method="GET",path="/static/env.js..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/static/env.js/"} 88 http_response_size_bytes_count{method="GET",path="/static/env.js/"} 2 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/env.js/."} 44 http_response_size_bytes_count{method="GET",path="/static/env.js/."} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/env.js;"} 44 http_response_size_bytes_count{method="GET",path="/static/env.js;"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/env.js;.php"} 44 http_response_size_bytes_count{method="GET",path="/static/env.js;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/static/env.js;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/static/env.js;/"} 44 http_response_size_bytes_count{method="GET",path="/static/env.js;/"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stats.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stats.json"} 43 http_response_size_bytes_count{method="GET",path="/stats.json"} 1 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/stdin.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/stdin.php"} 172 http_response_size_bytes_count{method="GET",path="/stdin.php"} 4 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stindex.php"} 43 http_response_size_bytes_count{method="GET",path="/stindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/../.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage/../.env"} 43 http_response_size_bytes_count{method="GET",path="/storage/../.env"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/storage/.env"} 86 http_response_size_bytes_count{method="GET",path="/storage/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/./laravel.log",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/storage/logs/./laravel.log"} 175 http_response_size_bytes_count{method="GET",path="/storage/logs/./laravel.log"} 4 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/Laravel.log",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/storage/logs/Laravel.log"} 88 http_response_size_bytes_count{method="GET",path="/storage/logs/Laravel.log"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="100"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="500"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="1000"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="5000"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="10000"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="50000"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="100000"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="500000"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="1e+06"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="+Inf"} 27 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log"} 1175 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log"} 27 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log"} 44 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log ",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log "} 132 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log "} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log..;/"} 88 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log/"} 88 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log/"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log/."} 131 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log/."} 3 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log;"} 88 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log;"} 2 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log;.php"} 44 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/storage/logs/laravel.log;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/storage/logs/laravel.log;/"} 44 http_response_size_bytes_count{method="GET",path="/storage/logs/laravel.log;/"} 1 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/store/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/store/.env"} 86 http_response_size_bytes_count{method="GET",path="/store/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/store/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/store/config.php"} 129 http_response_size_bytes_count{method="GET",path="/store/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stripe.env"} 43 http_response_size_bytes_count{method="GET",path="/stripe.env"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/stripe.json"} 43 http_response_size_bytes_count{method="GET",path="/stripe.json"} 1 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/stripe/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/stripe/.env"} 172 http_response_size_bytes_count{method="GET",path="/stripe/.env"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/stub_status",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/stub_status"} 176 http_response_size_bytes_count{method="GET",path="/stub_status"} 4 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sty.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sty.php"} 86 http_response_size_bytes_count{method="GET",path="/sty.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sump.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sump.php"} 43 http_response_size_bytes_count{method="GET",path="/sump.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sump1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sump1.php"} 43 http_response_size_bytes_count{method="GET",path="/sump1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/sump3.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/sump3.php"} 129 http_response_size_bytes_count{method="GET",path="/sump3.php"} 3 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sv.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sv.php"} 43 http_response_size_bytes_count{method="GET",path="/sv.php"} 1 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/svelte/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/svelte/.env"} 87 http_response_size_bytes_count{method="GET",path="/svelte/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/swagger.json"} 703 http_response_size_bytes_count{method="GET",path="/swagger.json"} 16 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger.json"} 44 http_response_size_bytes_count{method="GET",path="/swagger.json"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/swagger.json "} 88 http_response_size_bytes_count{method="GET",path="/swagger.json "} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/swagger.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/swagger.json/"} 88 http_response_size_bytes_count{method="GET",path="/swagger.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger.json/."} 44 http_response_size_bytes_count{method="GET",path="/swagger.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger.json;"} 44 http_response_size_bytes_count{method="GET",path="/swagger.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/swagger.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger.json;/"} 44 http_response_size_bytes_count{method="GET",path="/swagger.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/all.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/all.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/all.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/auth/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/auth/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/auth/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/auth/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/auth/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/auth/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/auth/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/auth/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/auth/spec-wrap-actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/auth/spec-wrap-actions.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/auth/spec-wrap-actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/configs/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/configs/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/helpers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/configs/helpers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/configs/helpers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/configs/index.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/configs/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/configs/reducers.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/configs/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/configs/selectors.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/configs/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/configs/spec-actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/configs/spec-actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/configs/spec-actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/all.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/all.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/all.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/auth/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/auth/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/auth/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/auth/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/auth/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/auth/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/auth/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/auth/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/auth/spec-wrap-actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/configs/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/configs/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/helpers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/configs/helpers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/configs/helpers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/configs/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/configs/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/configs/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/configs/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/configs/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/configs/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/configs/spec-actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/configs/spec-actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/configs/spec-actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/deep-linking/helpers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/deep-linking/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/deep-linking/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/deep-linking/layout.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/deep-linking/layout.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/deep-linking/layout.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/download-url.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/download-url.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/download-url.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/err/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/err/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/err/error-transformers/hook.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/not-of-type.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/err/error-transformers/transformers/parameter-oneof.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/err/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/err/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/err/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/err/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/err/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/err/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/err/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/filter/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/filter/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/filter/opsFilter.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/filter/opsFilter.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/filter/opsFilter.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/layout/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/layout/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/layout/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/layout/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/layout/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/layout/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/layout/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/layout/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/layout/spec-extensions/wrap-selector.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/logs/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/logs/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/logs/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/auth-extensions/wrap-selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/components/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/components/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/components/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/spec-extensions/wrap-selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/wrap-components/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/oas3/wrap-components/online-validator-badge.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/on-complete/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/on-complete/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/on-complete/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/fn.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/request-snippets/fn.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/request-snippets/fn.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/request-snippets/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/request-snippets/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/request-snippets/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/safe-render/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/safe-render/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/safe-render/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/fn.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/samples/fn.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/samples/fn.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/samples/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/samples/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/samples/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/spec/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/spec/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/spec/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/spec/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/spec/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/spec/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/spec/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/spec/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/spec/wrap-actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/swagger-js/configs-wrap-actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/swagger-js/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/swagger-js/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/swagger-js/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/util/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/util/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/util/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/fn.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/view/fn.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/view/fn.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/core/plugins/view/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/core/plugins/view/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/core/plugins/view/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/helpers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/deep-linking/helpers.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/deep-linking/helpers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/deep-linking/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/deep-linking/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/deep-linking/layout.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/deep-linking/layout.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/deep-linking/layout.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/doc.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/doc.json"} 4131 http_response_size_bytes_count{method="GET",path="/swagger/doc.json"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/download-url.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/download-url.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/download-url.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/err/actions.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/err/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/hook.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/err/error-transformers/hook.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/err/error-transformers/hook.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/err/error-transformers/transformers/not-of-type.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/err/error-transformers/transformers/parameter-oneof.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/err/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/err/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/err/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/err/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/err/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/err/selectors.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/err/selectors.js"} 1 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"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-16x16.png",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/favicon-16x16.png"} 665 http_response_size_bytes_count{method="GET",path="/swagger/favicon-16x16.png"} 1 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"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/favicon-32x32.png",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/favicon-32x32.png"} 628 http_response_size_bytes_count{method="GET",path="/swagger/favicon-32x32.png"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/filter/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/filter/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/filter/opsFilter.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/filter/opsFilter.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/filter/opsFilter.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="100"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="500"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="1000"} 0 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="5000"} 21 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="10000"} 21 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="50000"} 21 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="100000"} 21 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="500000"} 21 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="1e+06"} 21 http_response_size_bytes_bucket{method="GET",path="/swagger/index.html",le="+Inf"} 21 http_response_size_bytes_sum{method="GET",path="/swagger/index.html"} 29001 http_response_size_bytes_count{method="GET",path="/swagger/index.html"} 21 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/index.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/layout/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/layout/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/layout/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/layout/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/layout/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/layout/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/layout/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/layout/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/layout/spec-extensions/wrap-selector.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/logs/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/logs/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/logs/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/auth-extensions/wrap-selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/components/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/components/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/components/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/spec-extensions/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/spec-extensions/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/spec-extensions/wrap-selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/wrap-components/index.js"} 33 http_response_size_bytes_count{method="GET",path="/swagger/oas3/wrap-components/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/oas3/wrap-components/online-validator-badge.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/on-complete/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/on-complete/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/on-complete/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/fn.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/request-snippets/fn.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/request-snippets/fn.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/request-snippets/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/request-snippets/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/request-snippets/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/request-snippets/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/request-snippets/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/safe-render/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/safe-render/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/safe-render/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/fn.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/samples/fn.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/samples/fn.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/samples/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/samples/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/samples/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/spec/actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/spec/actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/spec/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/spec/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/reducers.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/spec/reducers.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/spec/reducers.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/selectors.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/spec/selectors.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/spec/selectors.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/spec/wrap-actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/spec/wrap-actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/spec/wrap-actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/swagger-js/configs-wrap-actions.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-js/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-js/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/swagger-js/index.js"} 1 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"} 8 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui-bundle.js"} 2.678912e+06 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui-bundle.js"} 8 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"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-bundle.js.map",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui-bundle.js.map"} 512137 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui-bundle.js.map"} 1 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"} 8 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui-standalone-preset.js"} 807528 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui-standalone-preset.js"} 8 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"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map"} 158220 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui-standalone-preset.js.map"} 1 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"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/swagger-ui.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/swagger/swagger-ui.css"} 46392 http_response_size_bytes_count{method="GET",path="/swagger/swagger-ui.css"} 2 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/util/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/util/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/util/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/fn.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/view/fn.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/view/fn.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swagger/view/index.js",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swagger/view/index.js"} 44 http_response_size_bytes_count{method="GET",path="/swagger/view/index.js"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/swm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/swm.php"} 43 http_response_size_bytes_count{method="GET",path="/swm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/sx.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/sx.php"} 216 http_response_size_bytes_count{method="GET",path="/sx.php"} 5 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sxdfrt.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sxdfrt.php"} 86 http_response_size_bytes_count{method="GET",path="/sxdfrt.php"} 2 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/sym.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/sym.php"} 44 http_response_size_bytes_count{method="GET",path="/sym.php"} 1 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/sym403.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/sym403.php"} 86 http_response_size_bytes_count{method="GET",path="/sym403.php"} 2 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"} 86 http_response_size_bytes_count{method="GET",path="/symfony/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/symlink.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/symlink.php"} 43 http_response_size_bytes_count{method="GET",path="/symlink.php"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/system.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/system.php"} 43 http_response_size_bytes_count{method="GET",path="/system.php"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/system/config.php"} 129 http_response_size_bytes_count{method="GET",path="/system/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/system/config/email.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/system/config/email.php"} 43 http_response_size_bytes_count{method="GET",path="/system/config/email.php"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/system123.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/system123.php"} 43 http_response_size_bytes_count{method="GET",path="/system123.php"} 1 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/system_log.php",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/system_log.php"} 651 http_response_size_bytes_count{method="GET",path="/system_log.php"} 15 http_response_size_bytes_bucket{method="GET",path="/t.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/t.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/t.php"} 173 http_response_size_bytes_count{method="GET",path="/t.php"} 4 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/t00l.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/t00l.php"} 86 http_response_size_bytes_count{method="GET",path="/t00l.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tBEZGQz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tBEZGQz.php"} 43 http_response_size_bytes_count{method="GET",path="/tBEZGQz.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ta0ol.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ta0ol.php"} 86 http_response_size_bytes_count{method="GET",path="/ta0ol.php"} 2 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="/task-definition.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/task-definition.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/task-definition.json"} 43 http_response_size_bytes_count{method="GET",path="/task-definition.json"} 1 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tax.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tax.php"} 86 http_response_size_bytes_count{method="GET",path="/tax.php"} 2 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/mail",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/telescope/api/mail"} 43 http_response_size_bytes_count{method="GET",path="/telescope/api/mail"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/api/requests",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/telescope/api/requests"} 43 http_response_size_bytes_count{method="GET",path="/telescope/api/requests"} 1 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/telescope/requests",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/telescope/requests"} 130 http_response_size_bytes_count{method="GET",path="/telescope/requests"} 3 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/temp/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/temp/.env"} 86 http_response_size_bytes_count{method="GET",path="/temp/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/term.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/term.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/term.php"} 561 http_response_size_bytes_count{method="GET",path="/term.php"} 13 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="100"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="500"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="1000"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="5000"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="10000"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="50000"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="100000"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="500000"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="1e+06"} 33 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate",le="+Inf"} 33 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate"} 1449 http_response_size_bytes_count{method="GET",path="/terraform.tfstate"} 33 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.tfstate ",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate ",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate "} 219 http_response_size_bytes_count{method="GET",path="/terraform.tfstate "} 5 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..;/"} 132 http_response_size_bytes_count{method="GET",path="/terraform.tfstate..;/"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate.backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate.backup"} 43 http_response_size_bytes_count{method="GET",path="/terraform.tfstate.backup"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate/"} 220 http_response_size_bytes_count{method="GET",path="/terraform.tfstate/"} 5 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate/.",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate/."} 176 http_response_size_bytes_count{method="GET",path="/terraform.tfstate/."} 4 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/terraform.tfstate::$DATA"} 1 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;"} 132 http_response_size_bytes_count{method="GET",path="/terraform.tfstate;"} 3 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform.tfstate;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/terraform.tfstate;.php"} 87 http_response_size_bytes_count{method="GET",path="/terraform.tfstate;.php"} 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.tfvars",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform.tfvars",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/terraform.tfvars"} 44 http_response_size_bytes_count{method="GET",path="/terraform.tfvars"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/terraform/.env"} 86 http_response_size_bytes_count{method="GET",path="/terraform/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/terraform/terraform.tfstate",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/terraform/terraform.tfstate"} 43 http_response_size_bytes_count{method="GET",path="/terraform/terraform.tfstate"} 1 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/tes.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/tes.php"} 347 http_response_size_bytes_count{method="GET",path="/tes.php"} 8 http_response_size_bytes_bucket{method="GET",path="/test",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test"} 43 http_response_size_bytes_count{method="GET",path="/test"} 1 http_response_size_bytes_bucket{method="GET",path="/test.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/test.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/test.php"} 431 http_response_size_bytes_count{method="GET",path="/test.php"} 10 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/test/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/test/.env"} 130 http_response_size_bytes_count{method="GET",path="/test/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/test/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test1.php"} 87 http_response_size_bytes_count{method="GET",path="/test1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test10.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test10.php"} 86 http_response_size_bytes_count{method="GET",path="/test10.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/test11.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/test11.php"} 86 http_response_size_bytes_count{method="GET",path="/test11.php"} 2 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/test2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/test2.php"} 43 http_response_size_bytes_count{method="GET",path="/test2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/testing",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/testing"} 43 http_response_size_bytes_count{method="GET",path="/testing"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/theme.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/theme.php"} 43 http_response_size_bytes_count{method="GET",path="/theme.php"} 1 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"} 259 http_response_size_bytes_count{method="GET",path="/themes.php"} 6 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="100"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="500"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="1000"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="5000"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="10000"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="50000"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="100000"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="500000"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="1e+06"} 50 http_response_size_bytes_bucket{method="GET",path="/this_is_a_new_hello_world.php",le="+Inf"} 50 http_response_size_bytes_sum{method="GET",path="/this_is_a_new_hello_world.php"} 2150 http_response_size_bytes_count{method="GET",path="/this_is_a_new_hello_world.php"} 50 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/thoms.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/thoms.php"} 172 http_response_size_bytes_count{method="GET",path="/thoms.php"} 4 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/thui.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/thui.php"} 86 http_response_size_bytes_count{method="GET",path="/thui.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tiny.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tiny.php"} 43 http_response_size_bytes_count{method="GET",path="/tiny.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tinyfilemanager.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tinyfilemanager.php"} 43 http_response_size_bytes_count{method="GET",path="/tinyfilemanager.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tinynologin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tinynologin.php"} 43 http_response_size_bytes_count{method="GET",path="/tinynologin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tinysd.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tinysd.php"} 86 http_response_size_bytes_count{method="GET",path="/tinysd.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tires.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tires.php"} 43 http_response_size_bytes_count{method="GET",path="/tires.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tm.php"} 43 http_response_size_bytes_count{method="GET",path="/tm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/tmp/.env"} 130 http_response_size_bytes_count{method="GET",path="/tmp/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tmp/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tmp/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/tmp/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tmpls.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tmpls.php"} 86 http_response_size_bytes_count{method="GET",path="/tmpls.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ton.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ton.php"} 43 http_response_size_bytes_count{method="GET",path="/ton.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tool.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tool.php"} 43 http_response_size_bytes_count{method="GET",path="/tool.php"} 1 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="/tox.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tox.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tox.php"} 43 http_response_size_bytes_count{method="GET",path="/tox.php"} 1 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/trace.axd",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/trace.axd"} 86 http_response_size_bytes_count{method="GET",path="/trace.axd"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/track.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/track.php"} 86 http_response_size_bytes_count{method="GET",path="/track.php"} 2 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"} 86 http_response_size_bytes_count{method="GET",path="/transactional/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/travis/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/travis/.env"} 86 http_response_size_bytes_count{method="GET",path="/travis/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ts.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ts.php"} 86 http_response_size_bytes_count{method="GET",path="/ts.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tt.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tt.php"} 86 http_response_size_bytes_count{method="GET",path="/tt.php"} 2 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tudlo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tudlo.php"} 43 http_response_size_bytes_count{method="GET",path="/tudlo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/twivahpi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/twivahpi.php"} 43 http_response_size_bytes_count{method="GET",path="/twivahpi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/tx38.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/tx38.php"} 43 http_response_size_bytes_count{method="GET",path="/tx38.php"} 1 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/tx79.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/tx79.php"} 86 http_response_size_bytes_count{method="GET",path="/tx79.php"} 2 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/txets.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/txets.php"} 301 http_response_size_bytes_count{method="GET",path="/txets.php"} 7 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ty.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ty.php"} 172 http_response_size_bytes_count{method="GET",path="/ty.php"} 4 http_response_size_bytes_bucket{method="GET",path="/u.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/u.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/u.php"} 130 http_response_size_bytes_count{method="GET",path="/u.php"} 3 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/uat/.env"} 86 http_response_size_bytes_count{method="GET",path="/uat/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/uat/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/uat/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/uat/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ucpfr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ucpfr.php"} 43 http_response_size_bytes_count{method="GET",path="/ucpfr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uiuvs58l.php"} 44 http_response_size_bytes_count{method="GET",path="/uiuvs58l.php"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uiuvs58l.update.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uiuvs58l.update.php"} 43 http_response_size_bytes_count{method="GET",path="/uiuvs58l.update.php"} 1 http_response_size_bytes_bucket{method="GET",path="/un.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/un.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/un.php"} 129 http_response_size_bytes_count{method="GET",path="/un.php"} 3 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/unity.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/unity.php"} 43 http_response_size_bytes_count{method="GET",path="/unity.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/da222.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/update/da222.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/update/da222.php"} 44 http_response_size_bytes_count{method="GET",path="/update/da222.php"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/update/wpupex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/update/wpupex.php"} 43 http_response_size_bytes_count{method="GET",path="/update/wpupex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/updates.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/updates.php"} 43 http_response_size_bytes_count{method="GET",path="/updates.php"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/upfile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/upfile.php"} 43 http_response_size_bytes_count{method="GET",path="/upfile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/upload.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/upload.php"} 43 http_response_size_bytes_count{method="GET",path="/upload.php"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/upload/config.php"} 129 http_response_size_bytes_count{method="GET",path="/upload/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/upload/upload.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/upload/upload.php"} 43 http_response_size_bytes_count{method="GET",path="/upload/upload.php"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploader.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploader.php"} 43 http_response_size_bytes_count{method="GET",path="/uploader.php"} 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"} 44 http_response_size_bytes_count{method="GET",path="/uploads"} 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 "} 44 http_response_size_bytes_count{method="GET",path="/uploads "} 1 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/uploads../.env",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/uploads../.env"} 217 http_response_size_bytes_count{method="GET",path="/uploads../.env"} 5 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..;/"} 44 http_response_size_bytes_count{method="GET",path="/uploads..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/uploads/",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/uploads/"} 572 http_response_size_bytes_count{method="GET",path="/uploads/"} 13 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/ "} 44 http_response_size_bytes_count{method="GET",path="/uploads/ "} 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/."} 44 http_response_size_bytes_count{method="GET",path="/uploads/."} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.DS_Store",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/uploads/.DS_Store"} 176 http_response_size_bytes_count{method="GET",path="/uploads/.DS_Store"} 4 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/uploads/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/uploads/.env"} 86 http_response_size_bytes_count{method="GET",path="/uploads/.env"} 2 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//"} 44 http_response_size_bytes_count{method="GET",path="/uploads//"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads/;.php"} 44 http_response_size_bytes_count{method="GET",path="/uploads/;.php"} 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/;/"} 44 http_response_size_bytes_count{method="GET",path="/uploads/;/"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/uploads/bypass.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/uploads/bypass.php"} 43 http_response_size_bytes_count{method="GET",path="/uploads/bypass.php"} 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;"} 44 http_response_size_bytes_count{method="GET",path="/uploads;"} 1 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/ups.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/ups.php"} 215 http_response_size_bytes_count{method="GET",path="/ups.php"} 5 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/user-panel/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/user-panel/.env"} 86 http_response_size_bytes_count{method="GET",path="/user-panel/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/user.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/user.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/user.css"} 43 http_response_size_bytes_count{method="GET",path="/user.css"} 1 http_response_size_bytes_bucket{method="GET",path="/user.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/user.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/user.php"} 86 http_response_size_bytes_count{method="GET",path="/user.php"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/user/register",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/user/register"} 88 http_response_size_bytes_count{method="GET",path="/user/register"} 2 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/user3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/user3.php"} 43 http_response_size_bytes_count{method="GET",path="/user3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/userfuns.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/userfuns.php"} 43 http_response_size_bytes_count{method="GET",path="/userfuns.php"} 1 http_response_size_bytes_bucket{method="GET",path="/users.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/users.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/users.php"} 129 http_response_size_bytes_count{method="GET",path="/users.php"} 3 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/users/sign_in",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/users/sign_in"} 88 http_response_size_bytes_count{method="GET",path="/users/sign_in"} 2 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="/v.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/v.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/v.php"} 129 http_response_size_bytes_count{method="GET",path="/v.php"} 3 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1.php"} 43 http_response_size_bytes_count{method="GET",path="/v1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/v1/.env"} 130 http_response_size_bytes_count{method="GET",path="/v1/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1/config"} 43 http_response_size_bytes_count{method="GET",path="/v1/config"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/graphql",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1/graphql"} 44 http_response_size_bytes_count{method="GET",path="/v1/graphql"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/health",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1/health"} 43 http_response_size_bytes_count{method="GET",path="/v1/health"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/kv/data/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1/kv/data/"} 43 http_response_size_bytes_count{method="GET",path="/v1/kv/data/"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/projects",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1/projects"} 43 http_response_size_bytes_count{method="GET",path="/v1/projects"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1/secret/data/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1/secret/data/"} 43 http_response_size_bytes_count{method="GET",path="/v1/secret/data/"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v1alpha1/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v1alpha1/config"} 43 http_response_size_bytes_count{method="GET",path="/v1alpha1/config"} 1 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/v2.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/v2.php"} 172 http_response_size_bytes_count{method="GET",path="/v2.php"} 4 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/./api-docs",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v2/./api-docs"} 88 http_response_size_bytes_count{method="GET",path="/v2/./api-docs"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/v2/.env",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/v2/.env"} 130 http_response_size_bytes_count{method="GET",path="/v2/.env"} 3 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/Api-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/Api-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2/Api-docs"} 44 http_response_size_bytes_count{method="GET",path="/v2/Api-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/_catalog",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v2/_catalog"} 86 http_response_size_bytes_count{method="GET",path="/v2/_catalog"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="100"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="500"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="1000"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="5000"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="10000"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="50000"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="100000"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="500000"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="1e+06"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="+Inf"} 15 http_response_size_bytes_sum{method="GET",path="/v2/api-docs"} 659 http_response_size_bytes_count{method="GET",path="/v2/api-docs"} 15 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2/api-docs"} 44 http_response_size_bytes_count{method="GET",path="/v2/api-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v2/api-docs "} 88 http_response_size_bytes_count{method="GET",path="/v2/api-docs "} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2/api-docs..;/"} 44 http_response_size_bytes_count{method="GET",path="/v2/api-docs..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v2/api-docs/"} 88 http_response_size_bytes_count{method="GET",path="/v2/api-docs/"} 2 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2/api-docs/."} 44 http_response_size_bytes_count{method="GET",path="/v2/api-docs/."} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2/api-docs;"} 44 http_response_size_bytes_count{method="GET",path="/v2/api-docs;"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2/api-docs;.php"} 44 http_response_size_bytes_count{method="GET",path="/v2/api-docs;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v2/api-docs;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v2/api-docs;/"} 44 http_response_size_bytes_count{method="GET",path="/v2/api-docs;/"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3.php"} 43 http_response_size_bytes_count{method="GET",path="/v3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/./api-docs",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v3/./api-docs"} 88 http_response_size_bytes_count{method="GET",path="/v3/./api-docs"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v3/.env"} 87 http_response_size_bytes_count{method="GET",path="/v3/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/Api-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3/Api-docs"} 44 http_response_size_bytes_count{method="GET",path="/v3/Api-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/v3/api-docs"} 704 http_response_size_bytes_count{method="GET",path="/v3/api-docs"} 16 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3/api-docs"} 44 http_response_size_bytes_count{method="GET",path="/v3/api-docs"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v3/api-docs "} 87 http_response_size_bytes_count{method="GET",path="/v3/api-docs "} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3/api-docs..;/"} 44 http_response_size_bytes_count{method="GET",path="/v3/api-docs..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/v3/api-docs/"} 88 http_response_size_bytes_count{method="GET",path="/v3/api-docs/"} 2 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3/api-docs/."} 44 http_response_size_bytes_count{method="GET",path="/v3/api-docs/."} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3/api-docs;"} 44 http_response_size_bytes_count{method="GET",path="/v3/api-docs;"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3/api-docs;.php"} 44 http_response_size_bytes_count{method="GET",path="/v3/api-docs;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v3/api-docs;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v3/api-docs;/"} 44 http_response_size_bytes_count{method="GET",path="/v3/api-docs;/"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v4.php"} 43 http_response_size_bytes_count{method="GET",path="/v4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/v5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/v5.php"} 43 http_response_size_bytes_count{method="GET",path="/v5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/v543.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/v543.php"} 215 http_response_size_bytes_count{method="GET",path="/v543.php"} 5 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var/.env"} 43 http_response_size_bytes_count{method="GET",path="/var/.env"} 1 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/exception.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/var/log/exception.log"} 129 http_response_size_bytes_count{method="GET",path="/var/log/exception.log"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/var/log/system.log",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/var/log/system.log"} 129 http_response_size_bytes_count{method="GET",path="/var/log/system.log"} 3 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token"} 43 http_response_size_bytes_count{method="GET",path="/var/run/secrets/eks.amazonaws.com/serviceaccount/token"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token"} 43 http_response_size_bytes_count{method="GET",path="/var/run/secrets/kubernetes.io/serviceaccount/token"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.aws/credentials",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var/www/.aws/credentials"} 43 http_response_size_bytes_count{method="GET",path="/var/www/.aws/credentials"} 1 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"} 129 http_response_size_bytes_count{method="GET",path="/var/www/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/var/www/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/var/www/.git/config"} 44 http_response_size_bytes_count{method="GET",path="/var/www/.git/config"} 1 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"} 131 http_response_size_bytes_count{method="GET",path="/var/www/html/.env"} 3 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vault/config.json"} 43 http_response_size_bytes_count{method="GET",path="/vault/config.json"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/auth/token/lookup-self",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vault/v1/auth/token/lookup-self"} 43 http_response_size_bytes_count{method="GET",path="/vault/v1/auth/token/lookup-self"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vault/v1/secret/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vault/v1/secret/"} 43 http_response_size_bytes_count{method="GET",path="/vault/v1/secret/"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vcgux.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vcgux.php"} 43 http_response_size_bytes_count{method="GET",path="/vcgux.php"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vdgrbPKxpkw.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vdgrbPKxpkw.php"} 43 http_response_size_bytes_count{method="GET",path="/vdgrbPKxpkw.php"} 1 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/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/vendor/"} 347 http_response_size_bytes_count{method="GET",path="/vendor/"} 8 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vendor/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vendor/.env"} 86 http_response_size_bytes_count{method="GET",path="/vendor/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/version.json"} 528 http_response_size_bytes_count{method="GET",path="/version.json"} 12 http_response_size_bytes_bucket{method="GET",path="/version.json",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/version.json"} 44 http_response_size_bytes_count{method="GET",path="/version.json"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/version.json "} 88 http_response_size_bytes_count{method="GET",path="/version.json "} 2 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/version.json..;/"} 44 http_response_size_bytes_count{method="GET",path="/version.json..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/version.json/"} 88 http_response_size_bytes_count{method="GET",path="/version.json/"} 2 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/version.json/."} 44 http_response_size_bytes_count{method="GET",path="/version.json/."} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/version.json;"} 44 http_response_size_bytes_count{method="GET",path="/version.json;"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/version.json;.php"} 44 http_response_size_bytes_count{method="GET",path="/version.json;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/version.json;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/version.json;/"} 44 http_response_size_bytes_count{method="GET",path="/version.json;/"} 1 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vgtyu.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vgtyu.php"} 86 http_response_size_bytes_count{method="GET",path="/vgtyu.php"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vite/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vite/.env"} 86 http_response_size_bytes_count{method="GET",path="/vite/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vjzvvrhr.pdf.phtml",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vjzvvrhr.pdf.phtml"} 43 http_response_size_bytes_count{method="GET",path="/vjzvvrhr.pdf.phtml"} 1 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/vue/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/vue/.env"} 86 http_response_size_bytes_count{method="GET",path="/vue/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/vuln.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/vuln.php"} 43 http_response_size_bytes_count{method="GET",path="/vuln.php"} 1 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/vx.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/vx.php"} 172 http_response_size_bytes_count{method="GET",path="/vx.php"} 4 http_response_size_bytes_bucket{method="GET",path="/w.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/w.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/w.php"} 560 http_response_size_bytes_count{method="GET",path="/w.php"} 13 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/w1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/w1.php"} 86 http_response_size_bytes_count{method="GET",path="/w1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/w1php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/w1php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/w1php"} 43 http_response_size_bytes_count{method="GET",path="/w1php"} 1 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/w2025.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/w2025.php"} 344 http_response_size_bytes_count{method="GET",path="/w2025.php"} 8 http_response_size_bytes_bucket{method="GET",path="/w2php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/w2php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/w2php"} 43 http_response_size_bytes_count{method="GET",path="/w2php"} 1 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/w3lls.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/w3lls.php"} 345 http_response_size_bytes_count{method="GET",path="/w3lls.php"} 8 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llscc.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/w3llscc.php"} 172 http_response_size_bytes_count{method="GET",path="/w3llscc.php"} 4 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/w3llstore.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/w3llstore.php"} 43 http_response_size_bytes_count{method="GET",path="/w3llstore.php"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/w3php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/w3php"} 43 http_response_size_bytes_count{method="GET",path="/w3php"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/waf.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/waf.php"} 43 http_response_size_bytes_count{method="GET",path="/waf.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wander.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wander.php"} 86 http_response_size_bytes_count{method="GET",path="/wander.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wap.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wap.php"} 86 http_response_size_bytes_count{method="GET",path="/wap.php"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/water.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/water.php"} 86 http_response_size_bytes_count{method="GET",path="/water.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wb.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wb.php"} 43 http_response_size_bytes_count{method="GET",path="/wb.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wcas.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wcas.php"} 43 http_response_size_bytes_count{method="GET",path="/wcas.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wdf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wdf.php"} 86 http_response_size_bytes_count{method="GET",path="/wdf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wdone1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wdone1.php"} 43 http_response_size_bytes_count{method="GET",path="/wdone1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/we.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/we.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/we.php"} 172 http_response_size_bytes_count{method="GET",path="/we.php"} 4 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/.env",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/web/.env",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/web/.env"} 174 http_response_size_bytes_count{method="GET",path="/web/.env"} 4 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"} 86 http_response_size_bytes_count{method="GET",path="/webmail/phpinfo.php"} 2 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="/wefile.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wefile.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wefile.php"} 345 http_response_size_bytes_count{method="GET",path="/wefile.php"} 8 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/well-known/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/well-known/index.php"} 43 http_response_size_bytes_count{method="GET",path="/well-known/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wen.php"} 43 http_response_size_bytes_count{method="GET",path="/wen.php"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/weozh.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/weozh.php"} 43 http_response_size_bytes_count{method="GET",path="/weozh.php"} 1 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="/white.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/white.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/white.php"} 43 http_response_size_bytes_count{method="GET",path="/white.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="/wicked.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/wicked.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/wicked.php"} 475 http_response_size_bytes_count{method="GET",path="/wicked.php"} 11 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"} 44 http_response_size_bytes_count{method="GET",path="/wikindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/window.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/window.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/window.php"} 86 http_response_size_bytes_count{method="GET",path="/window.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wio.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wio.php"} 86 http_response_size_bytes_count{method="GET",path="/wio.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wk/index.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wk/index.php"} 520 http_response_size_bytes_count{method="GET",path="/wk/index.php"} 12 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wmore1.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wmore1.php"} 215 http_response_size_bytes_count{method="GET",path="/wmore1.php"} 5 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wo.php"} 43 http_response_size_bytes_count{method="GET",path="/wo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress"} 43 http_response_size_bytes_count{method="GET",path="/wordpress"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wordpress/"} 344 http_response_size_bytes_count{method="GET",path="/wordpress/"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wordpress/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wordpress/.env"} 86 http_response_size_bytes_count{method="GET",path="/wordpress/.env"} 2 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="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wordpress/wp-content/plugins/cvqvgfk/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-json/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wordpress/wp-json/"} 344 http_response_size_bytes_count{method="GET",path="/wordpress/wp-json/"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wordpress/wp-login.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wordpress/wp-login.php"} 344 http_response_size_bytes_count{method="GET",path="/wordpress/wp-login.php"} 8 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/worker/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/worker/.env"} 86 http_response_size_bytes_count{method="GET",path="/worker/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/wp",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp"} 43 http_response_size_bytes_count{method="GET",path="/wp"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-2019.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-2019.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-2019.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-5jbk59g.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-5jbk59g.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-5jbk59g.php"} 1 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-access.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-access.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-access.php"} 215 http_response_size_bytes_count{method="GET",path="/wp-access.php"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-act.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-act.php"} 130 http_response_size_bytes_count{method="GET",path="/wp-act.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-activate.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-activate.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-activate.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ad.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-ad.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-ad.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-admin/"} 524 http_response_size_bytes_count{method="GET",path="/wp-admin/"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-ajax.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/admin-ajax.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/admin-ajax.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/admin-post.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/admin-post.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/admin-post.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/ajax-actions.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/ajax-actions.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/ajax-actions.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/autoload_classmap.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/autoload_classmap.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/autoload_classmap.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/byp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/byp.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/byp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/classwithtostring.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/classwithtostring.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/classwithtostring.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/"} 731 http_response_size_bytes_count{method="GET",path="/wp-admin/css/"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/about.php"} 1 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"} 130 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"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/"} 345 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/"} 431 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/atomlib.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/atomlib.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/atomlib.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/index.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/lock.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/lock.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/lock.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/moon.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/moon.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/moon.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/blue/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/classwithtostring.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/classwithtostring.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/classwithtostring.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/coffee/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/coffee/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/coffee/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/coffee/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/index.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/coffee/index.php"} 389 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/coffee/index.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php"} 215 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/coffee/wp-adochan.php"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/coffee/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/ectoplasm/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/ectoplasm/"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/ectoplasm/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/index.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/index.php"} 431 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/index.php"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/midnight/"} 346 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/midnight/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/midnight/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/midnight/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/midnight/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/modern/",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/modern/"} 518 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/modern/"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/sunrise/",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/sunrise/"} 387 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/sunrise/"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colors/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colors/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colors/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/colour.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/colour.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-admin/css/colour.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/index.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/index.php"} 390 http_response_size_bytes_count{method="GET",path="/wp-admin/css/index.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/css/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/css/wp-conflg.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/css/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/dropdown.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/dropdown.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/dropdown.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/export-personal-data.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/export-personal-data.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/export-personal-data.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/function.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/function.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/function.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/"} 347 http_response_size_bytes_count{method="GET",path="/wp-admin/images/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/images/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/admin.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/admin.php"} 388 http_response_size_bytes_count{method="GET",path="/wp-admin/images/admin.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/images/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/images/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/wp-login.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/wp-login.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/images/wp-login.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/images/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/images/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/images/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/3p8jj8r.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/3p8jj8r.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/3p8jj8r.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/about.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/about.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/about.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/cong.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/cong.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/cong.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/m.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/m.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/m.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/ms-repository.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/ms-repository.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/ms-repository.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/wp-conflg.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/includes/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/includes/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/includes/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/install.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-admin/install.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-admin/install.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/"} 776 http_response_size_bytes_count{method="GET",path="/wp-admin/js/"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/js/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/chosen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/chosen.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/js/chosen.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/index.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/index.php"} 301 http_response_size_bytes_count{method="GET",path="/wp-admin/js/index.php"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/widgets/"} 434 http_response_size_bytes_count{method="GET",path="/wp-admin/js/widgets/"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/widgets/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/js/widgets/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/widgets/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/js/widgets/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/widgets/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/widgets/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/js/widgets/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/js/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/js/wp-conflg.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/js/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-scripts.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/load-scripts.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/load-scripts.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/load-styles.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/load-styles.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/load-styles.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/admin.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/admin.php"} 389 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/admin.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/maint.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/maint.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/maint/maint/ajax-actions.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/maint/maint/ajax-actions.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/maint/maint/ajax-actions.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/"} 347 http_response_size_bytes_count{method="GET",path="/wp-admin/network/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/network/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/index.php"} 345 http_response_size_bytes_count{method="GET",path="/wp-admin/network/index.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/plugins.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/plugins.php"} 387 http_response_size_bytes_count{method="GET",path="/wp-admin/network/plugins.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/shell.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/shell.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/network/shell.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/wp-conflg.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/network/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/network/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/network/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/network/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options-privacy.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-admin/options-privacy.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-admin/options-privacy.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/options.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/options.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/options.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/repeater.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/repeater.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/repeater.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/sc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/sc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/sc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/setup-config.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-admin/setup-config.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-admin/setup-config.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/update.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/update.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/update.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/user/admin.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/user/admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/chosen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/user/chosen.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/user/chosen.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/cloud.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/user/cloud.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/user/cloud.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-admin/user/index.php"} 347 http_response_size_bytes_count{method="GET",path="/wp-admin/user/index.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/user/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/user/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/user/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/wp-conflg.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-admin/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/wp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-admin/wp.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-admin/wp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/xmrlpc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-admin/xmrlpc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-admin/xmrlpc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-admin/zoko.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-admin/zoko.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-admin/zoko.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-api.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-api.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-api.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-at.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-at.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-at.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-atomx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-atomx.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-atomx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-b0rk5oy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-b0rk5oy.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-b0rk5oy.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-blink.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-blink.php"} 216 http_response_size_bytes_count{method="GET",path="/wp-blink.php"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-block.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-block.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-block.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog-header.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-blog-header.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-blog-header.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-blog.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-blog.php"} 517 http_response_size_bytes_count{method="GET",path="/wp-blog.php"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-bugs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-bugs.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-bugs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-check.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-check.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-check.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-class.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-class.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-class.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-comments-post.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-comments-post.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-comments-post.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config-sample.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-config-sample.php"} 389 http_response_size_bytes_count{method="GET",path="/wp-config-sample.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.bak"} 43 http_response_size_bytes_count{method="GET",path="/wp-config.bak"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="100"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="500"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="1000"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="5000"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="10000"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="50000"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="100000"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="500000"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="1e+06"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="+Inf"} 22 http_response_size_bytes_sum{method="GET",path="/wp-config.php"} 957 http_response_size_bytes_count{method="GET",path="/wp-config.php"} 22 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php "} 87 http_response_size_bytes_count{method="GET",path="/wp-config.php "} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php..;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="100"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="500"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="1000"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="5000"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="10000"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="50000"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="100000"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="500000"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="1e+06"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="+Inf"} 54 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak"} 2359 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak"} 54 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak"} 132 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak ",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak "} 352 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak "} 8 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak..;/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak..;/"} 176 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak..;/"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak/"} 308 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak/"} 7 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak/.",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak/."} 220 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak/."} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak;"} 176 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak;"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak;.php"} 132 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak;.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.bak;/",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-config.php.bak;/"} 132 http_response_size_bytes_count{method="GET",path="/wp-config.php.bak;/"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old"} 787 http_response_size_bytes_count{method="GET",path="/wp-config.php.old"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.old"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old "} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php.old "} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old..;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.old..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old/"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php.old/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old/."} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.old/."} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old;"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.old;"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old;.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.old;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.old;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.old;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.old;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.orig",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.orig"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.orig"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.save",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php.save"} 87 http_response_size_bytes_count{method="GET",path="/wp-config.php.save"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/wp-config.php.swp"} 569 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp"} 13 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"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php.swp "} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp "} 2 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..;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php.swp/"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp/"} 2 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/."} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp/."} 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;"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp;"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php.swp;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php.swp;.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php.swp;.php"} 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;/"} 44 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.php/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php/"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php/."} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php/."} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php;"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php;"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php;.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/./style.css",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/./style.css"} 220 http_response_size_bytes_count{method="GET",path="/wp-config.php;/./style.css"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/Style.css",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/Style.css"} 132 http_response_size_bytes_count{method="GET",path="/wp-config.php;/Style.css"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="100"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="500"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="1000"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="5000"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="10000"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="50000"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="100000"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="500000"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="1e+06"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="+Inf"} 31 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css"} 1357 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css"} 31 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css ",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css "} 176 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css "} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css..;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css..;/"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css..;/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css/"} 176 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css/"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css/.",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css/."} 132 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css/."} 3 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css::$DATA",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css::$DATA"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css::$DATA"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css;"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css;"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css;.php"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css;.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php;/style.css;/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.php;/style.css;/"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.php;/style.css;/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.php~",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.php~"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.php~"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-config.txt"} 527 http_response_size_bytes_count{method="GET",path="/wp-config.txt"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.txt"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.txt"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt ",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.txt "} 88 http_response_size_bytes_count{method="GET",path="/wp-config.txt "} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.txt..;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.txt..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-config.txt/"} 88 http_response_size_bytes_count{method="GET",path="/wp-config.txt/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.txt/."} 44 http_response_size_bytes_count{method="GET",path="/wp-config.txt/."} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.txt;"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.txt;"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.txt;.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.txt;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-config.txt;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-config.txt;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-config.txt;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configer.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-configer.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-configer.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-configs.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-configs.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-configs.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confiig.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-confiig.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-confiig.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-confirm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-confirm.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-confirm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-conflg.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-conflg.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-conflg.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-consar.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-consar.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-consar.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content.php.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-content.php.php"} 390 http_response_size_bytes_count{method="GET",path="/wp-content.php.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-content/"} 516 http_response_size_bytes_count{method="GET",path="/wp-content/"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./backup",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/./backup"} 88 http_response_size_bytes_count{method="GET",path="/wp-content/./backup"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/./uploads",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/./uploads"} 88 http_response_size_bytes_count{method="GET",path="/wp-content/./uploads"} 2 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"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/1.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/Backup"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/Backup"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/OMrMKfSU.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/OMrMKfSU.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/OMrMKfSU.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/Uploads",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/Uploads"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/Uploads"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="100"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="500"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="1000"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="5000"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="10000"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="50000"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="100000"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="500000"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="1e+06"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/admin.php",le="+Inf"} 25 http_response_size_bytes_sum{method="GET",path="/wp-content/admin.php"} 1075 http_response_size_bytes_count{method="GET",path="/wp-content/admin.php"} 25 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/ai1wm-backups/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-content/ai1wm-backups/"} 176 http_response_size_bytes_count{method="GET",path="/wp-content/ai1wm-backups/"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup "} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup "} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup..;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/wp-content/backup/"} 571 http_response_size_bytes_count{method="GET",path="/wp-content/backup/"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/ ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup/ "} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup/ "} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup/."} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup/."} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup//",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup//"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup//"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup/;.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup/;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup/;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup/;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup/;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/backup;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/backup;"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/backup;"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/banners/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/banners/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/banners/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/blogs.dir/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/blogs.dir/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/blogs.dir/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/cache/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-content/cache/"} 346 http_response_size_bytes_count{method="GET",path="/wp-content/cache/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/config.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/content.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/content.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/content.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/db.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-content/db.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-content/db.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/debug.log",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-content/debug.log"} 219 http_response_size_bytes_count{method="GET",path="/wp-content/debug.log"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/fw.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/fw.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/fw.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/gallery/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/gallery/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/gallery/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="100"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="500"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="1000"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="5000"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="10000"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="50000"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="100000"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="500000"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="1e+06"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/index.php",le="+Inf"} 20 http_response_size_bytes_sum{method="GET",path="/wp-content/index.php"} 864 http_response_size_bytes_count{method="GET",path="/wp-content/index.php"} 20 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/json.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/json.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/json.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/languages/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/languages/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/languages/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/min.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/min.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/min.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ms-files.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/ms-files.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/ms-files.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/mu-plugins/gecko.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/mu-plugins/gecko.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/mu-plugins/gecko.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/options.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/options.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/options.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/ova.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/ova.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/ova.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugin.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/Cache.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/Cache/Cache.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/Cache/Cache.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/Cache/footer.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/Cache/footer.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/Cache/footer.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/admin.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/admin.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/admin.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/akismet/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/akismet/"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/akismet/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/awesome-coming-soon/come.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/core-plugin/file-manager.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/google-seo-rank/module.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/google-seo-rank/module.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/google-seo-rank/module.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hello.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/hello.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/hello.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="100"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="500"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="1000"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="5000"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="10000"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="50000"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="100000"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="500000"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="1e+06"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php",le="+Inf"} 53 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php"} 2279 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/hellopress/wp_filemanager.php"} 53 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/linkpreview/db.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/linkpreview/db.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/linkpreview/db.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/majapahitslot/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/majapahitslot/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/majapahitslot/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/not/includes/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/not/includes/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/not/includes/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/plugin/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/plugin/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/plugin/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/pwnd/classwithtostring.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/seoo/wsoyanz.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/seoo/wsoyanz1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/db.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/seoplugins/db.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/seoplugins/db.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/seoplugins/mar.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/seoplugins/mar.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/seoplugins/mar.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/simple/simple.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/simple/simple.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/simple/simple.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/wp-conflg.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/plugins/wp-theme-editor/include.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/postnews.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/postnews.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/postnews.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/product.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/product.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/product.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/radio.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/radio.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/radio.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/raw.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/raw.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/raw.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/repeater.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/repeater.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/repeater.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/tBEZGQz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/tBEZGQz.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/tBEZGQz.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/"} 434 http_response_size_bytes_count{method="GET",path="/wp-content/themes/"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/aahana/json.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/aahana/json.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/themes/aahana/json.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/about.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/about.php"} 172 http_response_size_bytes_count{method="GET",path="/wp-content/themes/about.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/admin.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/admin.php"} 518 http_response_size_bytes_count{method="GET",path="/wp-content/themes/admin.php"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/fm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/astra/inc/fm.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/themes/astra/inc/fm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/astra/inc/network.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/astra/inc/network.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/astra/inc/network.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/haha.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/haha.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/themes/haha.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/home/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/home/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/home/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/index.php",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/index.php"} 732 http_response_size_bytes_count{method="GET",path="/wp-content/themes/index.php"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/db.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/pridmag/db.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/pridmag/db.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/pridmag/il.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/pridmag/il.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/themes/pridmag/il.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/themes/seotheme/classwithtostring.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/db.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/seotheme/db.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/seotheme/db.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/seotheme/mar.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/seotheme/mar.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/seotheme/mar.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/theme/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/theme/about.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/themes/theme/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twenty/twenty.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twenty/twenty.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twenty/twenty.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twentytwenty/"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twentytwenty/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwenty/404.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twentytwenty/404.php"} 346 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twentytwenty/404.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentyone/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twentytwentyone/"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twentytwentyone/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentythree/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twentytwentythree/"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twentytwentythree/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twentytwentytwo/"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twentytwentytwo/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/twentytwentytwo/alfa-rex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/lock.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/wp-pridmag/lock.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/themes/wp-pridmag/lock.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/themes/wp-pridmag/up.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/themes/wp-pridmag/up.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/themes/wp-pridmag/up.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/txets.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/txets.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/txets.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updates.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/updates.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/updates.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-content/updraft/"} 219 http_response_size_bytes_count{method="GET",path="/wp-content/updraft/"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/updraft/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/updraft/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/updraft/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/upgrade-temp-backup/about.php"} 87 http_response_size_bytes_count{method="GET",path="/wp-content/upgrade-temp-backup/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade-temp-backup/ty.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/upgrade-temp-backup/ty.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/upgrade-temp-backup/ty.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/upgrade/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-content/upgrade/index.php"} 345 http_response_size_bytes_count{method="GET",path="/wp-content/upgrade/index.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads "} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads "} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads..;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads..;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads..;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="100"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="500"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="1000"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="5000"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="10000"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="50000"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="100000"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="500000"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="1e+06"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/",le="+Inf"} 47 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/"} 2036 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/"} 47 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/ ",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/ "} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/ "} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/.",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/."} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/."} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads//",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads//"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads//"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/423_index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/423_index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/423_index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/;.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/;.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/;/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/;/"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/;/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/admin.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/admin.php"} 130 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/admin.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/backup-guard/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/backup-guard/"} 176 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/backup-guard/"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/debug.log",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/debug.log"} 176 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/debug.log"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/duplicator/",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/duplicator/"} 176 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/duplicator/"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/file1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/file1.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/file1.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/goods.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/goods.php"} 347 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/goods.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/index.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/index.php"} 477 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/index.php"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/json.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/json.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/json.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/panel.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/panel.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/panel.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/users.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/users.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/users.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/wp-conflg.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads/xxw.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads/xxw.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/uploads/xxw.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/uploads;",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/uploads;"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/uploads;"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/w.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/w.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/w.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/wp-conflg.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp-login.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/wp-login.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-content/wp-login.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/wp.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/wp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/wso.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/wso.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/wso.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-content/x.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-content/x.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/x/index.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-content/x/index.php"} 390 http_response_size_bytes_count{method="GET",path="/wp-content/x/index.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-content/xyn.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-content/xyn.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-content/xyn.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-contentt.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-contentt.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-contentt.php"} 1 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-css.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-css.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-css.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-css.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-curl-file.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-curl-file.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-curl-file.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-cxx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-cxx.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-cxx.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-error_log.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-error_log.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-error_log.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-error_log.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-file-120.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-file-120.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-file-120.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fileesx-449.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-fileesx-449.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-fileesx-449.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-files.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-files.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-files.php"} 1 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-fmfile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-fmfile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-fmfile.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-fmfile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-freya.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-freya.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-freya.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-god.Php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-god.Php"} 43 http_response_size_bytes_count{method="GET",path="/wp-god.Php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good.php",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/wp-good.php"} 733 http_response_size_bytes_count{method="GET",path="/wp-good.php"} 17 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-good3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-good3.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-good3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-head.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-head.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-head.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-header.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-header.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-header.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-home.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-home.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-home.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes.bak/html-api/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes.bak/html-api/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes.bak/html-api/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-includes/"} 389 http_response_size_bytes_count{method="GET",path="/wp-includes/"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/ID3/"} 346 http_response_size_bytes_count{method="GET",path="/wp-includes/ID3/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/about.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-includes/ID3/about.php"} 516 http_response_size_bytes_count{method="GET",path="/wp-includes/ID3/about.php"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/ID3/index.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-includes/ID3/index.php"} 434 http_response_size_bytes_count{method="GET",path="/wp-includes/ID3/index.php"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/IXR/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/IXR/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/alfa-rex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/IXR/alfa-rex.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/IXR/alfa-rex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/IXR/index.php"} 347 http_response_size_bytes_count{method="GET",path="/wp-includes/IXR/index.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/options.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/IXR/options.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/IXR/options.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/IXR/shell.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/IXR/shell.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/IXR/shell.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Ipv6.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Ipv6.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Ipv6.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/PHPMailer/8bmaeS.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Text/admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/Text/admin.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/Text/admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/Utility/alfa-rex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/Utility/cc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/Utility/cc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/Utility/cc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/file.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/file.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/file.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/library/"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/library/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/a1cord.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/library/a1cord.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/library/a1cord.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/library/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/library/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Requests/library/upload.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Requests/library/upload.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Requests/library/upload.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/SimplePie/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/SimplePie/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/admin.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/SimplePie/admin.php"} 347 http_response_size_bytes_count{method="GET",path="/wp-includes/SimplePie/admin.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/SimplePie/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/SimplePie/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/SimplePie/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/"} 473 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/about.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/Diff/Engine/about.php"} 430 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/Diff/Engine/about.php"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/Diff/Engine/file_cdd9.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/Diff/Engine/upload.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/Diff/Engine/wp-login.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/Diff/Renderer/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/Diff/alfa-rex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/index.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/Text/r51tv7.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/Text/r51tv7.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/Text/r51tv7.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/lXppkm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/assets/lXppkm.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/assets/lXppkm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/assets/wow.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/assets/wow.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/assets/wow.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/autoload_classmap.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/autoload_classmap.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/autoload_classmap.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/bK9rpN.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/bK9rpN.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/bK9rpN.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-bindings/"} 345 http_response_size_bytes_count{method="GET",path="/wp-includes/block-bindings/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/UpeDL0.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-bindings/UpeDL0.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/block-bindings/UpeDL0.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-bindings/kXaPL5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-bindings/kXaPL5.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/block-bindings/kXaPL5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/about.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-patterns/about.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/block-patterns/about.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/block-patterns/autoload_classmap.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-patterns/mkA9wN.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-patterns/mkA9wN.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/block-patterns/mkA9wN.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-supports/"} 344 http_response_size_bytes_count{method="GET",path="/wp-includes/block-supports/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/block-supports/input.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/block-supports/input.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/block-supports/input.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audi/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/audi/"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/audi/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/audio/"} 345 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/audio/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/audio/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/audio/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/audio/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/buttons/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/buttons/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/buttons/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/details/",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/details/"} 430 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/details/"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/file/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/file/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/file/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/navigation-submenu/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/nextpage/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/nextpage/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/nextpage/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-comments-form/",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/post-comments-form/"} 387 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/post-comments-form/"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/post-date/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/post-date/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/post-date/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/pullquote/windex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/pullquote/windex.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/pullquote/windex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/shortcode/index.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/shortcode/index.php"} 388 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/shortcode/index.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/blocks/social-link/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/blocks/social-link/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/blocks/social-link/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/certificates/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/certificates/index.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/certificates/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-http-client.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/class-wp-http-client.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/class-wp-http-client.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/class-wp-theme-json-schema-variable.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/class-wp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/class-wp.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/class-wp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/css/"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/css/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/css/Lgt1ghftfgbaas.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/alfa-rex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/css/alfa-rex.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/css/alfa-rex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/buttons.css",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/css/buttons.css"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/css/buttons.css"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dashicons.css",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/css/dashicons.css"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/css/dashicons.css"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/dist/block-directory/upload.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/css/dist/block-directory/upload.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/css/dist/block-directory/upload.php"} 1 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"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/css/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/nDJvnf.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/css/nDJvnf.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/css/nDJvnf.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/css/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/css/wp-conflg.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/css/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/5dCx2y.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/customize/5dCx2y.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/customize/5dCx2y.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/customize/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/customize/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/customize/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/fazemrx1949_l7oIHvFs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/fonts/"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/fonts/"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/admin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/fonts/admin.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/fonts/admin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/index.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-includes/fonts/index.php"} 130 http_response_size_bytes_count{method="GET",path="/wp-includes/fonts/index.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/fonts/install.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/fonts/install.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/fonts/install.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/functions.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/functions.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/functions.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/html-api/"} 344 http_response_size_bytes_count{method="GET",path="/wp-includes/html-api/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/QxXX0h.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/html-api/QxXX0h.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/html-api/QxXX0h.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/html-api/about.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/html-api/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/alfa-rex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/html-api/alfa-rex.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/html-api/alfa-rex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/chosen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/html-api/chosen.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/html-api/chosen.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/html-api/wp-load.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/html-api/wp-load.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/html-api/wp-load.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/"} 345 http_response_size_bytes_count{method="GET",path="/wp-includes/images/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/JpIAZA.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/JpIAZA.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/images/JpIAZA.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/images/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/autoload_classmap.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/autoload_classmap.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/images/autoload_classmap.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/smilies/"} 346 http_response_size_bytes_count{method="GET",path="/wp-includes/images/smilies/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/about.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/smilies/about.php"} 389 http_response_size_bytes_count{method="GET",path="/wp-includes/images/smilies/about.php"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/smilies/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/images/smilies/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/smilies/wp-login.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/smilies/wp-login.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/images/smilies/wp-login.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/w-logo-blue.png",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/w-logo-blue.png"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/images/w-logo-blue.png"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp-load.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/wp-load.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/images/wp-load.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/images/wp/snXZcWW.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/images/wp/snXZcWW.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/images/wp/snXZcWW.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/index.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/"} 345 http_response_size_bytes_count{method="GET",path="/wp-includes/js/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/codemirror/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/codemirror/index.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/js/codemirror/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/crop/"} 390 http_response_size_bytes_count{method="GET",path="/wp-includes/js/crop/"} 9 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/crop/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/crop/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/js/crop/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/jquery/jquery.js",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/jquery/jquery.js"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/js/jquery/jquery.js"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/"} 344 http_response_size_bytes_count{method="GET",path="/wp-includes/js/tinymce/plugins/compat3x/css/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/option.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/option.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/option.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/php-compat/"} 347 http_response_size_bytes_count{method="GET",path="/wp-includes/php-compat/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/Olu2RK.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/php-compat/Olu2RK.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/php-compat/Olu2RK.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/php-compat/content.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/php-compat/content.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/php-compat/content.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/pomo/"} 345 http_response_size_bytes_count{method="GET",path="/wp-includes/pomo/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/pomo/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/pomo/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/pomo/mail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/pomo/mail.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/pomo/mail.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/post.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/post.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/post.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/random_compat/chosen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/random_compat/chosen.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/random_compat/chosen.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/repeater.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/repeater.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/repeater.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/rest-api/"} 346 http_response_size_bytes_count{method="GET",path="/wp-includes/rest-api/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/rest-api/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/rest-api/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/rest-api/menu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/rest-api/menu.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/rest-api/menu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sitemaps/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/sitemaps/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/sitemaps/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/sodium_compat/"} 345 http_response_size_bytes_count{method="GET",path="/wp-includes/sodium_compat/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/sodium_compat/alfa-rex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/sodium_compat/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/sodium_compat/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/rd64D5.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/sodium_compat/rd64D5.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/sodium_compat/rd64D5.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/sodium_compat/src/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/sodium_compat/src/index.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-includes/sodium_compat/src/index.php"} 1 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"} 87 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"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/autoload_classmap.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/style-engine/autoload_classmap.php"} 346 http_response_size_bytes_count{method="GET",path="/wp-includes/style-engine/autoload_classmap.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/style-engine/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp-includes/style-engine/index.php"} 347 http_response_size_bytes_count{method="GET",path="/wp-includes/style-engine/index.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/82NtBt.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/theme-compat/82NtBt.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/theme-compat/82NtBt.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/chosen.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/theme-compat/chosen.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/theme-compat/chosen.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/index.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-includes/theme-compat/index.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-includes/theme-compat/index.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/theme-compat/wp-conflg.php/wp-content/plugins/google-seo-rank/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/theme-previews-exception.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/theme-previews-exception.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/theme-previews-exception.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/user.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/user.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/user.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/version.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/version.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/version.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/widgets/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/widgets/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/widgets/parx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/widgets/parx.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/widgets/parx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-conflg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/wp-conflg.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/wp-conflg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp-includes/about.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/wp-includes/about.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/wp-includes/about.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-includes/wp_y13h6oGI.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-includes/wp_y13h6oGI.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-includes/wp_y13h6oGI.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-index.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-info.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-info.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-info.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-is.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-is.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-is.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/wp-json/"} 781 http_response_size_bytes_count{method="GET",path="/wp-json/"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data"} 172 http_response_size_bytes_count{method="GET",path="/wp-json/gravitysmtp/v1/tests/mock-data"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/oembed/1.0/embed",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/oembed/1.0/embed"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/oembed/1.0/embed"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/orders",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-json/wc/v3/orders"} 129 http_response_size_bytes_count{method="GET",path="/wp-json/wc/v3/orders"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/email",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-json/wc/v3/settings/email"} 129 http_response_size_bytes_count{method="GET",path="/wp-json/wc/v3/settings/email"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wc/v3/settings/general",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-json/wc/v3/settings/general"} 129 http_response_size_bytes_count{method="GET",path="/wp-json/wc/v3/settings/general"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/wp/v2/"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/wp/v2/"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/categories",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/wp/v2/categories"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/wp/v2/categories"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/media",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/wp/v2/media"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/wp/v2/media"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/pages",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/wp/v2/pages"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/wp/v2/pages"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/posts",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/wp/v2/posts"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/wp/v2/posts"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-json/wp/v2/tags",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-json/wp/v2/tags"} 43 http_response_size_bytes_count{method="GET",path="/wp-json/wp/v2/tags"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kaori.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-kaori.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-kaori.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-kd4xalrg7m.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-kd4xalrg7m.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-kd4xalrg7m.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-l0gin.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-l0gin.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-l0gin.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-link-szoppm.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-link-szoppm.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-link-szoppm.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links-opml.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-links-opml.php"} 173 http_response_size_bytes_count{method="GET",path="/wp-links-opml.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-links.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wp-links.php"} 215 http_response_size_bytes_count{method="GET",path="/wp-links.php"} 5 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-load.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wp-load.php"} 516 http_response_size_bytes_count{method="GET",path="/wp-load.php"} 12 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="100"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="500"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="1000"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="5000"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="10000"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="50000"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="100000"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="500000"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="1e+06"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-login.php",le="+Inf"} 35 http_response_size_bytes_sum{method="GET",path="/wp-login.php"} 1514 http_response_size_bytes_count{method="GET",path="/wp-login.php"} 35 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logins.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-logins.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-logins.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-logs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-logs.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-logs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-m5g2s0x9v4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-m5g2s0x9v4.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-m5g2s0x9v4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="100"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="500"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="1000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="5000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="10000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="50000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="100000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="500000"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="1e+06"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php",le="+Inf"} 13 http_response_size_bytes_sum{method="GET",path="/wp-mail.php"} 560 http_response_size_bytes_count{method="GET",path="/wp-mail.php"} 13 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-mail.php/wp-includes/ID3/rnEPv9.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-michan.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-michan.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-michan.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mt.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-mt.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-mt.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-mter.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-mter.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-mter.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-omao.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-omao.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-omao.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-one.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-one.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-one.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-p.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-p.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-p.php7",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-p.php7"} 43 http_response_size_bytes_count{method="GET",path="/wp-p.php7"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-png.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-png.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-png.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-data.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-post-data.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-post-data.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-post-editor.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-post-editor.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-post-editor.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-pp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-pp.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-pp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ppoxua4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-ppoxua4.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-ppoxua4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rrtx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-rrtx.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-rrtx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-rss2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-rss2.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-rss2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-seo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-seo.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-seo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-settings.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-settings.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-settings.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-setup.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-setup.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-setup.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-si.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-si.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-si.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signin.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-signin.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-signin.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-signup.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-signup.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-signup.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sigunq.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-sigunq.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-sigunq.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-sing.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-sing.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-sing.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-slss.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-slss.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-slss.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-stat.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-stat.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-stat.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-tem.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-tem.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-tem.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-temp.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/wp-temp.php"} 473 http_response_size_bytes_count{method="GET",path="/wp-temp.php"} 11 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-term.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-term.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-term.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-the.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/wp-the.php"} 430 http_response_size_bytes_count{method="GET",path="/wp-the.php"} 10 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-themes.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-themes.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-themes.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-thi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-thi.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-thi.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-tkdc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tkdc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-tkdc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-tkdc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-tot.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wp-tot.php"} 129 http_response_size_bytes_count{method="GET",path="/wp-tot.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trackback.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wp-trackback.php"} 173 http_response_size_bytes_count{method="GET",path="/wp-trackback.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-trc.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-trc.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-trc.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-tymanage.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-tymanage.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-tymanage.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-uploads.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-uploads.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-uploads.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-user.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-user.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-user.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ver.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-ver.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-ver.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wlx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-wlx.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-wlx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wp.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp-wp.php"} 86 http_response_size_bytes_count{method="GET",path="/wp-wp.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wpbak.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-wpbak.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-wpbak.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws38.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-ws38.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-ws38.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-ws68.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/wp-ws68.php"} 774 http_response_size_bytes_count{method="GET",path="/wp-ws68.php"} 18 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-wso.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-wso.php"} 44 http_response_size_bytes_count{method="GET",path="/wp-wso.php"} 1 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-xx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp-xx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp-xx.php"} 43 http_response_size_bytes_count{method="GET",path="/wp-xx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="100"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="500"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="1000"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="5000"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="10000"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="50000"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="100000"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="500000"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="1e+06"} 24 http_response_size_bytes_bucket{method="GET",path="/wp.php",le="+Inf"} 24 http_response_size_bytes_sum{method="GET",path="/wp.php"} 1034 http_response_size_bytes_count{method="GET",path="/wp.php"} 24 http_response_size_bytes_bucket{method="GET",path="/wp/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp/"} 344 http_response_size_bytes_count{method="GET",path="/wp/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp/.env"} 87 http_response_size_bytes_count{method="GET",path="/wp/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/.git/config",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp/.git/config"} 43 http_response_size_bytes_count{method="GET",path="/wp/.git/config"} 1 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-json/",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp/wp-json/"} 344 http_response_size_bytes_count{method="GET",path="/wp/wp-json/"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="100"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="500"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="1000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="5000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="10000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="50000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="100000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="500000"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="GET",path="/wp/wp-login.php",le="+Inf"} 8 http_response_size_bytes_sum{method="GET",path="/wp/wp-login.php"} 344 http_response_size_bytes_count{method="GET",path="/wp/wp-login.php"} 8 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wp2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wp2.php"} 43 http_response_size_bytes_count{method="GET",path="/wp2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wp5.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wp5.php"} 86 http_response_size_bytes_count{method="GET",path="/wp5.php"} 2 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="/wpa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wpa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wpa.php"} 43 http_response_size_bytes_count{method="GET",path="/wpa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wpc.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wpc.php"} 129 http_response_size_bytes_count{method="GET",path="/wpc.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wpconf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wpconf.php"} 86 http_response_size_bytes_count{method="GET",path="/wpconf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wper.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wper.php"} 43 http_response_size_bytes_count{method="GET",path="/wper.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wper3.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wper3.php"} 129 http_response_size_bytes_count{method="GET",path="/wper3.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wpgum.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wpgum.php"} 86 http_response_size_bytes_count{method="GET",path="/wpgum.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wplog.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wplog.php"} 43 http_response_size_bytes_count{method="GET",path="/wplog.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="/wpls.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wpls.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wpls.php"} 215 http_response_size_bytes_count{method="GET",path="/wpls.php"} 5 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wpn.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wpn.php"} 43 http_response_size_bytes_count{method="GET",path="/wpn.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="/wpp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wpp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wpp-config.php"} 43 http_response_size_bytes_count{method="GET",path="/wpp-config.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/wps.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/wps.php"} 172 http_response_size_bytes_count{method="GET",path="/wps.php"} 4 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wpurl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wpurl.php"} 43 http_response_size_bytes_count{method="GET",path="/wpurl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wpver.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wpver.php"} 86 http_response_size_bytes_count{method="GET",path="/wpver.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wpx.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wpx.php"} 129 http_response_size_bytes_count{method="GET",path="/wpx.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wpxml.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wpxml.php"} 129 http_response_size_bytes_count{method="GET",path="/wpxml.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wqqs.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wqqs.php"} 129 http_response_size_bytes_count{method="GET",path="/wqqs.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/ws.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/ws.php"} 215 http_response_size_bytes_count{method="GET",path="/ws.php"} 5 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/ws13.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/ws13.php"} 301 http_response_size_bytes_count{method="GET",path="/ws13.php"} 7 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws33.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws33.php"} 86 http_response_size_bytes_count{method="GET",path="/ws33.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws34.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws34.php"} 86 http_response_size_bytes_count{method="GET",path="/ws34.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws36.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws36.php"} 86 http_response_size_bytes_count{method="GET",path="/ws36.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws37.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws37.php"} 86 http_response_size_bytes_count{method="GET",path="/ws37.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws38.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws38.php"} 43 http_response_size_bytes_count{method="GET",path="/ws38.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws45.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws45.php"} 86 http_response_size_bytes_count{method="GET",path="/ws45.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="/ws54.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws54.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws54.php"} 86 http_response_size_bytes_count{method="GET",path="/ws54.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws55.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws55.php"} 43 http_response_size_bytes_count{method="GET",path="/ws55.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws56.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws56.php"} 86 http_response_size_bytes_count{method="GET",path="/ws56.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws57.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws57.php"} 43 http_response_size_bytes_count{method="GET",path="/ws57.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ws58.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ws58.php"} 129 http_response_size_bytes_count{method="GET",path="/ws58.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws59.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws59.php"} 86 http_response_size_bytes_count{method="GET",path="/ws59.php"} 2 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="/ws61.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ws61.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ws61.php"} 129 http_response_size_bytes_count{method="GET",path="/ws61.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws62.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws62.php"} 86 http_response_size_bytes_count{method="GET",path="/ws62.php"} 2 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws71.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws71.php"} 43 http_response_size_bytes_count{method="GET",path="/ws71.php"} 1 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="/ws77.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws77.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws77.php"} 86 http_response_size_bytes_count{method="GET",path="/ws77.php"} 2 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"} 129 http_response_size_bytes_count{method="GET",path="/ws78.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ws79.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ws79.php"} 86 http_response_size_bytes_count{method="GET",path="/ws79.php"} 2 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="/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="/ws85.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/ws85.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/ws85.php"} 172 http_response_size_bytes_count{method="GET",path="/ws85.php"} 4 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws86.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws86.php"} 43 http_response_size_bytes_count{method="GET",path="/ws86.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws87.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws87.php"} 43 http_response_size_bytes_count{method="GET",path="/ws87.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ws88.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ws88.php"} 43 http_response_size_bytes_count{method="GET",path="/ws88.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wsa.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wsa.php"} 43 http_response_size_bytes_count{method="GET",path="/wsa.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wsad.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wsad.php"} 43 http_response_size_bytes_count{method="GET",path="/wsad.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wsax.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wsax.php"} 43 http_response_size_bytes_count{method="GET",path="/wsax.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wsd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wsd.php"} 43 http_response_size_bytes_count{method="GET",path="/wsd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wso-x569.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wso-x569.php"} 43 http_response_size_bytes_count{method="GET",path="/wso-x569.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="100"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="500"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="1000"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="5000"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="10000"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="50000"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="100000"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="500000"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="1e+06"} 12 http_response_size_bytes_bucket{method="GET",path="/wso.php",le="+Inf"} 12 http_response_size_bytes_sum{method="GET",path="/wso.php"} 517 http_response_size_bytes_count{method="GET",path="/wso.php"} 12 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wso1.php"} 43 http_response_size_bytes_count{method="GET",path="/wso1.php"} 1 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="/wso1337.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wso1337.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wso1337.php"} 43 http_response_size_bytes_count{method="GET",path="/wso1337.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wso2.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wso2.php"} 44 http_response_size_bytes_count{method="GET",path="/wso2.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wsoyanz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wsoyanz.php"} 43 http_response_size_bytes_count{method="GET",path="/wsoyanz.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wsrer.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wsrer.php"} 43 http_response_size_bytes_count{method="GET",path="/wsrer.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wsws.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wsws.php"} 86 http_response_size_bytes_count{method="GET",path="/wsws.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wta.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wta.php"} 43 http_response_size_bytes_count{method="GET",path="/wta.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wtiiy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wtiiy.php"} 43 http_response_size_bytes_count{method="GET",path="/wtiiy.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/wto.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/wto.php"} 86 http_response_size_bytes_count{method="GET",path="/wto.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wuasr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wuasr.php"} 43 http_response_size_bytes_count{method="GET",path="/wuasr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wunaivpl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wunaivpl.php"} 43 http_response_size_bytes_count{method="GET",path="/wunaivpl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/ww.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/ww.php"} 215 http_response_size_bytes_count{method="GET",path="/ww.php"} 5 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/ww1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/ww1.php"} 129 http_response_size_bytes_count{method="GET",path="/ww1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ww3.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ww3.php"} 43 http_response_size_bytes_count{method="GET",path="/ww3.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ww5.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ww5.php"} 86 http_response_size_bytes_count{method="GET",path="/ww5.php"} 2 http_response_size_bytes_bucket{method="GET",path="/www.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/www.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/www.php"} 431 http_response_size_bytes_count{method="GET",path="/www.php"} 10 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/www/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/www/.env"} 87 http_response_size_bytes_count{method="GET",path="/www/.env"} 2 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"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/www/phpinfo.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/www/phpinfo.php"} 86 http_response_size_bytes_count{method="GET",path="/www/phpinfo.php"} 2 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wxjir.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wxjir.php"} 43 http_response_size_bytes_count{method="GET",path="/wxjir.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/wxo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/wxo.php"} 43 http_response_size_bytes_count{method="GET",path="/wxo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/wyzer1.php"} 129 http_response_size_bytes_count{method="GET",path="/wyzer1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/wyzer3.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/wyzer3.php"} 215 http_response_size_bytes_count{method="GET",path="/wyzer3.php"} 5 http_response_size_bytes_bucket{method="GET",path="/x.php",le="100"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="500"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="1000"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="5000"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="10000"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="50000"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="100000"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="500000"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="1e+06"} 17 http_response_size_bytes_bucket{method="GET",path="/x.php",le="+Inf"} 17 http_response_size_bytes_sum{method="GET",path="/x.php"} 732 http_response_size_bytes_count{method="GET",path="/x.php"} 17 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/x0rg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/x0rg.php"} 43 http_response_size_bytes_count{method="GET",path="/x0rg.php"} 1 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/x123.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/x123.php"} 86 http_response_size_bytes_count{method="GET",path="/x123.php"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/x1da.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/x1da.php"} 86 http_response_size_bytes_count{method="GET",path="/x1da.php"} 2 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/x402.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/x402.php"} 43 http_response_size_bytes_count{method="GET",path="/x402.php"} 1 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/x7.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/x7.php"} 172 http_response_size_bytes_count{method="GET",path="/x7.php"} 4 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xBrain.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xBrain.php"} 43 http_response_size_bytes_count{method="GET",path="/xBrain.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xSx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xSx.php"} 43 http_response_size_bytes_count{method="GET",path="/xSx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/xa.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/xa.php"} 387 http_response_size_bytes_count{method="GET",path="/xa.php"} 9 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/xamp.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/xamp.php"} 302 http_response_size_bytes_count{method="GET",path="/xamp.php"} 7 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xboom.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xboom.php"} 43 http_response_size_bytes_count{method="GET",path="/xboom.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xcart/config.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xcart/config.php"} 129 http_response_size_bytes_count{method="GET",path="/xcart/config.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xd.php"} 43 http_response_size_bytes_count{method="GET",path="/xd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xda.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xda.php"} 86 http_response_size_bytes_count{method="GET",path="/xda.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xdmah.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xdmah.php"} 43 http_response_size_bytes_count{method="GET",path="/xdmah.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xenium4.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xenium4.php"} 43 http_response_size_bytes_count{method="GET",path="/xenium4.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xenon1337.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xenon1337.php"} 86 http_response_size_bytes_count{method="GET",path="/xenon1337.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xeqdlun.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xeqdlun.php"} 86 http_response_size_bytes_count{method="GET",path="/xeqdlun.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xex.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xex.php"} 86 http_response_size_bytes_count{method="GET",path="/xex.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xff.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xff.php"} 43 http_response_size_bytes_count{method="GET",path="/xff.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="/xfun.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xfun.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xfun.php"} 87 http_response_size_bytes_count{method="GET",path="/xfun.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xhar.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xhar.php"} 86 http_response_size_bytes_count{method="GET",path="/xhar.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xinder.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xinder.php"} 43 http_response_size_bytes_count{method="GET",path="/xinder.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xindex.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xindex.php"} 43 http_response_size_bytes_count{method="GET",path="/xindex.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xingkong/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xingkong/index.php"} 43 http_response_size_bytes_count{method="GET",path="/xingkong/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="100"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="500"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="1000"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="5000"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="10000"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="50000"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="100000"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="500000"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="GET",path="/xiugai.php",le="+Inf"} 6 http_response_size_bytes_sum{method="GET",path="/xiugai.php"} 258 http_response_size_bytes_count{method="GET",path="/xiugai.php"} 6 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xjhob.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xjhob.php"} 43 http_response_size_bytes_count{method="GET",path="/xjhob.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="/xl2023.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2023.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xl2023.php"} 43 http_response_size_bytes_count{method="GET",path="/xl2023.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xl2024.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xl2024.php"} 43 http_response_size_bytes_count{method="GET",path="/xl2024.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xl9.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xl9.php"} 43 http_response_size_bytes_count{method="GET",path="/xl9.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/xleet.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/xleet.php"} 172 http_response_size_bytes_count{method="GET",path="/xleet.php"} 4 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xml.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xml.php"} 129 http_response_size_bytes_count{method="GET",path="/xml.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/xmlrpc.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/xmlrpc.php"} 783 http_response_size_bytes_count{method="GET",path="/xmlrpc.php"} 18 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="/xmnou.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xmnou.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xmnou.php"} 43 http_response_size_bytes_count{method="GET",path="/xmnou.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xmr.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xmr.php"} 87 http_response_size_bytes_count{method="GET",path="/xmr.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrl.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xmrl.php"} 43 http_response_size_bytes_count{method="GET",path="/xmrl.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="100"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="500"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="1000"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="5000"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="10000"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="50000"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="100000"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="500000"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="1e+06"} 9 http_response_size_bytes_bucket{method="GET",path="/xmrlpc.php",le="+Inf"} 9 http_response_size_bytes_sum{method="GET",path="/xmrlpc.php"} 391 http_response_size_bytes_count{method="GET",path="/xmrlpc.php"} 9 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xmu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xmu.php"} 43 http_response_size_bytes_count{method="GET",path="/xmu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xmy.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xmy.php"} 86 http_response_size_bytes_count{method="GET",path="/xmy.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xocx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xocx.php"} 43 http_response_size_bytes_count{method="GET",path="/xocx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xoldj.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xoldj.php"} 86 http_response_size_bytes_count{method="GET",path="/xoldj.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xoot.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xoot.php"} 86 http_response_size_bytes_count{method="GET",path="/xoot.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xopvne.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xopvne.php"} 43 http_response_size_bytes_count{method="GET",path="/xopvne.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xox.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xox.php"} 43 http_response_size_bytes_count{method="GET",path="/xox.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="100"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="500"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="1000"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="5000"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="10000"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="50000"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="100000"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="500000"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="GET",path="/xp.php",le="+Inf"} 7 http_response_size_bytes_sum{method="GET",path="/xp.php"} 301 http_response_size_bytes_count{method="GET",path="/xp.php"} 7 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="/xpohywjo.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xpohywjo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xpohywjo.php"} 43 http_response_size_bytes_count{method="GET",path="/xpohywjo.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xpwer1.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xpwer1.php"} 86 http_response_size_bytes_count{method="GET",path="/xpwer1.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xqPt1nWJXye.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xqPt1nWJXye.php"} 43 http_response_size_bytes_count{method="GET",path="/xqPt1nWJXye.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xqq.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xqq.php"} 86 http_response_size_bytes_count{method="GET",path="/xqq.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xr.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xr.php"} 129 http_response_size_bytes_count{method="GET",path="/xr.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xrawp.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xrawp.php"} 43 http_response_size_bytes_count{method="GET",path="/xrawp.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xrp.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xrp.php"} 129 http_response_size_bytes_count{method="GET",path="/xrp.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xs5x46mb.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xs5x46mb.php"} 43 http_response_size_bytes_count{method="GET",path="/xs5x46mb.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="100"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="500"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="1000"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="5000"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="10000"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="50000"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="100000"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="500000"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="1e+06"} 10 http_response_size_bytes_bucket{method="GET",path="/xstelth.php",le="+Inf"} 10 http_response_size_bytes_sum{method="GET",path="/xstelth.php"} 431 http_response_size_bytes_count{method="GET",path="/xstelth.php"} 10 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xtgirlms.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xtgirlms.php"} 43 http_response_size_bytes_count{method="GET",path="/xtgirlms.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xvs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xvs.php"} 43 http_response_size_bytes_count{method="GET",path="/xvs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/xwpg.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/xwpg.php"} 215 http_response_size_bytes_count{method="GET",path="/xwpg.php"} 5 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/xwx1.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/xwx1.php"} 129 http_response_size_bytes_count{method="GET",path="/xwx1.php"} 3 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/xx.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/xx.php"} 216 http_response_size_bytes_count{method="GET",path="/xx.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"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/xxw.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/xxw.php"} 172 http_response_size_bytes_count{method="GET",path="/xxw.php"} 4 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/xxx.php",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/xxx.php"} 688 http_response_size_bytes_count{method="GET",path="/xxx.php"} 16 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xxxx.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xxxx.php"} 86 http_response_size_bytes_count{method="GET",path="/xxxx.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xy.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xy.php"} 43 http_response_size_bytes_count{method="GET",path="/xy.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/xy/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/xy/index.php"} 43 http_response_size_bytes_count{method="GET",path="/xy/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php"} 86 http_response_size_bytes_count{method="GET",path="/xy9brdftkyivz9ij6rusmsCdefault.php"} 2 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="100"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="500"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="1000"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="5000"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="10000"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="50000"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="100000"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="500000"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="1e+06"} 18 http_response_size_bytes_bucket{method="GET",path="/xyn.php",le="+Inf"} 18 http_response_size_bytes_sum{method="GET",path="/xyn.php"} 775 http_response_size_bytes_count{method="GET",path="/xyn.php"} 18 http_response_size_bytes_bucket{method="GET",path="/y.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/y.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/y.php"} 43 http_response_size_bytes_count{method="GET",path="/y.php"} 1 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/yanz.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/yanz.php"} 129 http_response_size_bytes_count{method="GET",path="/yanz.php"} 3 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/yas.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/yas.php"} 172 http_response_size_bytes_count{method="GET",path="/yas.php"} 4 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/yawa.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/yawa.php"} 129 http_response_size_bytes_count{method="GET",path="/yawa.php"} 3 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yaztn.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yaztn.php"} 43 http_response_size_bytes_count{method="GET",path="/yaztn.php"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yellow.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yellow.php"} 43 http_response_size_bytes_count{method="GET",path="/yellow.php"} 1 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/yii/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/yii/.env"} 86 http_response_size_bytes_count{method="GET",path="/yii/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yindu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yindu.php"} 43 http_response_size_bytes_count{method="GET",path="/yindu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="100"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="500"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="1000"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="5000"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="10000"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="50000"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="100000"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="500000"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="1e+06"} 16 http_response_size_bytes_bucket{method="GET",path="/yj09.php",le="+Inf"} 16 http_response_size_bytes_sum{method="GET",path="/yj09.php"} 688 http_response_size_bytes_count{method="GET",path="/yj09.php"} 16 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yjoxrfglsep.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yjoxrfglsep.php"} 43 http_response_size_bytes_count{method="GET",path="/yjoxrfglsep.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/ynz.PhP",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/ynz.PhP"} 43 http_response_size_bytes_count{method="GET",path="/ynz.PhP"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yongxing/index.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yongxing/index.php"} 43 http_response_size_bytes_count{method="GET",path="/yongxing/index.php"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yunu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yunu.php"} 43 http_response_size_bytes_count{method="GET",path="/yunu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/yup.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/yup.php"} 473 http_response_size_bytes_count{method="GET",path="/yup.php"} 11 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yvltn.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yvltn.php"} 43 http_response_size_bytes_count{method="GET",path="/yvltn.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ywwbf.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ywwbf.php"} 86 http_response_size_bytes_count{method="GET",path="/ywwbf.php"} 2 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yxijx.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yxijx.php"} 43 http_response_size_bytes_count{method="GET",path="/yxijx.php"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/yyu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/yyu.php"} 43 http_response_size_bytes_count{method="GET",path="/yyu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/z.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/z.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/z.php"} 172 http_response_size_bytes_count{method="GET",path="/z.php"} 4 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/z3ki.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/z3ki.php"} 43 http_response_size_bytes_count{method="GET",path="/z3ki.php"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/z43agz.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/z43agz.php"} 43 http_response_size_bytes_count{method="GET",path="/z43agz.php"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/z57.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/z57.php"} 43 http_response_size_bytes_count{method="GET",path="/z57.php"} 1 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="100"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="500"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="1000"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="5000"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="10000"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="50000"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="100000"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="500000"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="1e+06"} 4 http_response_size_bytes_bucket{method="GET",path="/z60.php",le="+Inf"} 4 http_response_size_bytes_sum{method="GET",path="/z60.php"} 172 http_response_size_bytes_count{method="GET",path="/z60.php"} 4 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zabbix.php"} 43 http_response_size_bytes_count{method="GET",path="/zabbix.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zabbix/zabbix.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zabbix/zabbix.php"} 43 http_response_size_bytes_count{method="GET",path="/zabbix/zabbix.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zample.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zample.php"} 43 http_response_size_bytes_count{method="GET",path="/zample.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-104.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zc-104.php"} 43 http_response_size_bytes_count{method="GET",path="/zc-104.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-208.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/zc-208.php"} 129 http_response_size_bytes_count{method="GET",path="/zc-208.php"} 3 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-318.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zc-318.php"} 86 http_response_size_bytes_count{method="GET",path="/zc-318.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-729.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zc-729.php"} 43 http_response_size_bytes_count{method="GET",path="/zc-729.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zc-954.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zc-954.php"} 43 http_response_size_bytes_count{method="GET",path="/zc-954.php"} 1 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/ze.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/ze.php"} 86 http_response_size_bytes_count{method="GET",path="/ze.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zend/.env",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zend/.env"} 87 http_response_size_bytes_count{method="GET",path="/zend/.env"} 2 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="100"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="500"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="1000"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="5000"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="10000"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="50000"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="100000"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="500000"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="GET",path="/zero.php",le="+Inf"} 5 http_response_size_bytes_sum{method="GET",path="/zero.php"} 215 http_response_size_bytes_count{method="GET",path="/zero.php"} 5 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zews.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zews.php"} 43 http_response_size_bytes_count{method="GET",path="/zews.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zewuaq.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zewuaq.php"} 43 http_response_size_bytes_count{method="GET",path="/zewuaq.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zfile.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zfile.php"} 43 http_response_size_bytes_count{method="GET",path="/zfile.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zi-936.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zi-936.php"} 43 http_response_size_bytes_count{method="GET",path="/zi-936.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zildan.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zildan.php"} 86 http_response_size_bytes_count{method="GET",path="/zildan.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zimbra/",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zimbra/"} 88 http_response_size_bytes_count{method="GET",path="/zimbra/"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zip-onee.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zip-onee.php"} 86 http_response_size_bytes_count{method="GET",path="/zip-onee.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zip.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zip.php"} 43 http_response_size_bytes_count{method="GET",path="/zip.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zjggu.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zjggu.php"} 43 http_response_size_bytes_count{method="GET",path="/zjggu.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zk.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zk.php"} 43 http_response_size_bytes_count{method="GET",path="/zk.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zkotynva.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zkotynva.php"} 43 http_response_size_bytes_count{method="GET",path="/zkotynva.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zleqd.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zleqd.php"} 43 http_response_size_bytes_count{method="GET",path="/zleqd.php"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/znuab.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/znuab.php"} 43 http_response_size_bytes_count{method="GET",path="/znuab.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zone.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zone.php"} 43 http_response_size_bytes_count{method="GET",path="/zone.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zoomab.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zoomab.php"} 43 http_response_size_bytes_count{method="GET",path="/zoomab.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zoro.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zoro.php"} 86 http_response_size_bytes_count{method="GET",path="/zoro.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zpslrqry.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zpslrqry.php"} 43 http_response_size_bytes_count{method="GET",path="/zpslrqry.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zqr.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zqr.php"} 43 http_response_size_bytes_count{method="GET",path="/zqr.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zrrhj.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zrrhj.php"} 43 http_response_size_bytes_count{method="GET",path="/zrrhj.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zsec.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zsec.php"} 43 http_response_size_bytes_count{method="GET",path="/zsec.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zugvi.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zugvi.php"} 43 http_response_size_bytes_count{method="GET",path="/zugvi.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zup.php"} 43 http_response_size_bytes_count{method="GET",path="/zup.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zup.php73",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zup.php73"} 86 http_response_size_bytes_count{method="GET",path="/zup.php73"} 2 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zwlsv.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zwlsv.php"} 43 http_response_size_bytes_count{method="GET",path="/zwlsv.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zwq.php"} 43 http_response_size_bytes_count{method="GET",path="/zwq.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zwq13.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zwq13.php"} 86 http_response_size_bytes_count{method="GET",path="/zwq13.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/zwso.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/zwso.php"} 130 http_response_size_bytes_count{method="GET",path="/zwso.php"} 3 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zxcs.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zxcs.php"} 43 http_response_size_bytes_count{method="GET",path="/zxcs.php"} 1 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="100"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="500"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="1000"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="5000"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="10000"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="50000"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="100000"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="500000"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="GET",path="/zxin.php",le="+Inf"} 2 http_response_size_bytes_sum{method="GET",path="/zxin.php"} 86 http_response_size_bytes_count{method="GET",path="/zxin.php"} 2 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="100"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="500"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="1000"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="5000"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="10000"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="50000"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="100000"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="500000"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="1e+06"} 11 http_response_size_bytes_bucket{method="GET",path="/zxz.php",le="+Inf"} 11 http_response_size_bytes_sum{method="GET",path="/zxz.php"} 476 http_response_size_bytes_count{method="GET",path="/zxz.php"} 11 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="100"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="500"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="1000"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="5000"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="10000"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="50000"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="100000"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="500000"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="1e+06"} 3 http_response_size_bytes_bucket{method="GET",path="/zz.php",le="+Inf"} 3 http_response_size_bytes_sum{method="GET",path="/zz.php"} 129 http_response_size_bytes_count{method="GET",path="/zz.php"} 3 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="100"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="500"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="1000"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="5000"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="10000"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="50000"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="100000"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="500000"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="GET",path="/zznmg.php",le="+Inf"} 1 http_response_size_bytes_sum{method="GET",path="/zznmg.php"} 43 http_response_size_bytes_count{method="GET",path="/zznmg.php"} 1 http_response_size_bytes_bucket{method="HEAD",path="/",le="100"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="500"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="1000"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="5000"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="10000"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="50000"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="100000"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="500000"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="1e+06"} 60 http_response_size_bytes_bucket{method="HEAD",path="/",le="+Inf"} 60 http_response_size_bytes_sum{method="HEAD",path="/"} 980 http_response_size_bytes_count{method="HEAD",path="/"} 60 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.aws/config"} 20 http_response_size_bytes_count{method="HEAD",path="/.aws/config"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="100"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="500"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="1000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="5000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="10000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="50000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="100000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="500000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="1e+06"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.aws/credentials",le="+Inf"} 3 http_response_size_bytes_sum{method="HEAD",path="/.aws/credentials"} 60 http_response_size_bytes_count{method="HEAD",path="/.aws/credentials"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env"} 20 http_response_size_bytes_count{method="HEAD",path="/.env"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env%2F",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.env%2F"} 40 http_response_size_bytes_count{method="HEAD",path="/.env%2F"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.backup",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.env.backup"} 40 http_response_size_bytes_count{method="HEAD",path="/.env.backup"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.bak"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.bak"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.docker",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.docker"} 19 http_response_size_bytes_count{method="HEAD",path="/.env.docker"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.env.local"} 40 http_response_size_bytes_count{method="HEAD",path="/.env.local"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.local.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.local.bak"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.local.bak"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.old",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.old"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.old"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.orig",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.orig"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.orig"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.env.production"} 40 http_response_size_bytes_count{method="HEAD",path="/.env.production"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.production.bak"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.production.bak"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.production;/style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.production;/style.css"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.production;/style.css"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.save",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.save"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.save"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.staging",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.staging"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.staging"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env.swp"} 20 http_response_size_bytes_count{method="HEAD",path="/.env.swp"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env.testing",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.env.testing"} 40 http_response_size_bytes_count{method="HEAD",path="/.env.testing"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="100"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="500"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="1000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="5000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="10000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="50000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="100000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="500000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="1e+06"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env/",le="+Inf"} 3 http_response_size_bytes_sum{method="HEAD",path="/.env/"} 60 http_response_size_bytes_count{method="HEAD",path="/.env/"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env;/style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env;/style.css"} 20 http_response_size_bytes_count{method="HEAD",path="/.env;/style.css"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.env~",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.env~"} 20 http_response_size_bytes_count{method="HEAD",path="/.env~"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="100"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="500"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="1000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="5000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="10000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="50000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="100000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="500000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="1e+06"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.git/config",le="+Inf"} 3 http_response_size_bytes_sum{method="HEAD",path="/.git/config"} 59 http_response_size_bytes_count{method="HEAD",path="/.git/config"} 3 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/ci.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.github/workflows/ci.yml"} 20 http_response_size_bytes_count{method="HEAD",path="/.github/workflows/ci.yml"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.github/workflows/deploy.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/.github/workflows/deploy.yml"} 20 http_response_size_bytes_count{method="HEAD",path="/.github/workflows/deploy.yml"} 1 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.htpasswd",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.htpasswd"} 40 http_response_size_bytes_count{method="HEAD",path="/.htpasswd"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.netrc",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.netrc"} 40 http_response_size_bytes_count{method="HEAD",path="/.netrc"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.npmrc",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.npmrc"} 40 http_response_size_bytes_count{method="HEAD",path="/.npmrc"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/.ssh/id_rsa"} 40 http_response_size_bytes_count{method="HEAD",path="/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="//.env",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="//.env"} 40 http_response_size_bytes_count{method="HEAD",path="//.env"} 2 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/actuator/heapdump"} 20 http_response_size_bytes_count{method="HEAD",path="/actuator/heapdump"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/actuator/logfile",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/actuator/logfile"} 19 http_response_size_bytes_count{method="HEAD",path="/actuator/logfile"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api-docs.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api-docs.json"} 20 http_response_size_bytes_count{method="HEAD",path="/api-docs.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/config"} 20 http_response_size_bytes_count{method="HEAD",path="/api/config"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/config.json"} 20 http_response_size_bytes_count{method="HEAD",path="/api/config.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/env"} 20 http_response_size_bytes_count{method="HEAD",path="/api/env"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/env-config",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/env-config"} 20 http_response_size_bytes_count{method="HEAD",path="/api/env-config"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/info",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/info"} 20 http_response_size_bytes_count{method="HEAD",path="/api/info"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/runtime-config",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/runtime-config"} 20 http_response_size_bytes_count{method="HEAD",path="/api/runtime-config"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/settings"} 20 http_response_size_bytes_count{method="HEAD",path="/api/settings"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/v1/config",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/v1/config"} 20 http_response_size_bytes_count{method="HEAD",path="/api/v1/config"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/api/version",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/api/version"} 20 http_response_size_bytes_count{method="HEAD",path="/api/version"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/app.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/app.json"} 20 http_response_size_bytes_count{method="HEAD",path="/app.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 20 http_response_size_bytes_count{method="HEAD",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/appsettings.json.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/appsettings.json.bak"} 20 http_response_size_bytes_count{method="HEAD",path="/appsettings.json.bak"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/assets/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/assets/env.js"} 20 http_response_size_bytes_count{method="HEAD",path="/assets/env.js"} 1 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/aws-exports.js",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/aws-exports.js"} 40 http_response_size_bytes_count{method="HEAD",path="/aws-exports.js"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/awsconfiguration.json",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/awsconfiguration.json"} 40 http_response_size_bytes_count{method="HEAD",path="/awsconfiguration.json"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/backup.sql"} 40 http_response_size_bytes_count{method="HEAD",path="/backup.sql"} 2 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/backup.sql.gz"} 20 http_response_size_bytes_count{method="HEAD",path="/backup.sql.gz"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backup.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/backup.sql.zip"} 20 http_response_size_bytes_count{method="HEAD",path="/backup.sql.zip"} 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/"} 20 http_response_size_bytes_count{method="HEAD",path="/backup/"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/backups/",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/backups/"} 20 http_response_size_bytes_count{method="HEAD",path="/backups/"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/build.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/build.json"} 20 http_response_size_bytes_count{method="HEAD",path="/build.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/config.js"} 19 http_response_size_bytes_count{method="HEAD",path="/config.js"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/config.json"} 20 http_response_size_bytes_count{method="HEAD",path="/config.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/config.php.bak"} 20 http_response_size_bytes_count{method="HEAD",path="/config.php.bak"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/config.php.old"} 20 http_response_size_bytes_count{method="HEAD",path="/config.php.old"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/app.php",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/config/app.php"} 40 http_response_size_bytes_count{method="HEAD",path="/config/app.php"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/database.php",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/config/database.php"} 39 http_response_size_bytes_count{method="HEAD",path="/config/database.php"} 2 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/config/mail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/config/mail.php"} 20 http_response_size_bytes_count{method="HEAD",path="/config/mail.php"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 20 http_response_size_bytes_count{method="HEAD",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/database.sql"} 40 http_response_size_bytes_count{method="HEAD",path="/database.sql"} 2 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/database.sql.gz"} 20 http_response_size_bytes_count{method="HEAD",path="/database.sql.gz"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/database.yml.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/database.yml.bak"} 20 http_response_size_bytes_count{method="HEAD",path="/database.yml.bak"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/db.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/db.sql"} 20 http_response_size_bytes_count{method="HEAD",path="/db.sql"} 1 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/docker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/docker-compose.yml"} 40 http_response_size_bytes_count{method="HEAD",path="/docker-compose.yml"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/dump.sql"} 39 http_response_size_bytes_count{method="HEAD",path="/dump.sql"} 2 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/dump.sql.gz"} 20 http_response_size_bytes_count{method="HEAD",path="/dump.sql.gz"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/dump.sql.zip",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/dump.sql.zip"} 20 http_response_size_bytes_count{method="HEAD",path="/dump.sql.zip"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env-config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/env-config.js"} 20 http_response_size_bytes_count{method="HEAD",path="/env-config.js"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/env.js"} 20 http_response_size_bytes_count{method="HEAD",path="/env.js"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/export.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/export.sql"} 20 http_response_size_bytes_count{method="HEAD",path="/export.sql"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/health",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/health"} 20 http_response_size_bytes_count{method="HEAD",path="/health"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/healthz",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/healthz"} 20 http_response_size_bytes_count{method="HEAD",path="/healthz"} 1 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="100"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="500"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="1000"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="5000"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="10000"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="50000"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="100000"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="500000"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="1e+06"} 8 http_response_size_bytes_bucket{method="HEAD",path="/index.php",le="+Inf"} 8 http_response_size_bytes_sum{method="HEAD",path="/index.php"} 157 http_response_size_bytes_count{method="HEAD",path="/index.php"} 8 http_response_size_bytes_bucket{method="HEAD",path="/login",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/login",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/login"} 20 http_response_size_bytes_count{method="HEAD",path="/login"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/mysql.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/mysql.sql"} 20 http_response_size_bytes_count{method="HEAD",path="/mysql.sql"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/openapi.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/openapi.json"} 20 http_response_size_bytes_count{method="HEAD",path="/openapi.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/rest/v1/;/"} 20 http_response_size_bytes_count{method="HEAD",path="/rest/v1/;/"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/rest/v1/;/.env"} 20 http_response_size_bytes_count{method="HEAD",path="/rest/v1/;/.env"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/rest/v1/;/.env.local"} 20 http_response_size_bytes_count{method="HEAD",path="/rest/v1/;/.env.local"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/configprops",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/rest/v1/;/actuator/configprops"} 20 http_response_size_bytes_count{method="HEAD",path="/rest/v1/;/actuator/configprops"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/env",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/rest/v1/;/actuator/env"} 20 http_response_size_bytes_count{method="HEAD",path="/rest/v1/;/actuator/env"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/mappings",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/rest/v1/;/actuator/mappings"} 20 http_response_size_bytes_count{method="HEAD",path="/rest/v1/;/actuator/mappings"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/rest/v1/;/actuator/threaddump",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/rest/v1/;/actuator/threaddump"} 20 http_response_size_bytes_count{method="HEAD",path="/rest/v1/;/actuator/threaddump"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/runtime-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/runtime-config.json"} 20 http_response_size_bytes_count{method="HEAD",path="/runtime-config.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/settings.json"} 19 http_response_size_bytes_count{method="HEAD",path="/settings.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/settings.py.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/settings.py.bak"} 20 http_response_size_bytes_count{method="HEAD",path="/settings.py.bak"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/static/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/static/env.js"} 20 http_response_size_bytes_count{method="HEAD",path="/static/env.js"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/storage/logs/laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/storage/logs/laravel.log"} 20 http_response_size_bytes_count{method="HEAD",path="/storage/logs/laravel.log"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/swagger.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/swagger.json"} 20 http_response_size_bytes_count{method="HEAD",path="/swagger.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/terraform.tfstate",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/terraform.tfstate"} 40 http_response_size_bytes_count{method="HEAD",path="/terraform.tfstate"} 2 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/uploads/",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/uploads/"} 20 http_response_size_bytes_count{method="HEAD",path="/uploads/"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/version.json",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/version.json"} 20 http_response_size_bytes_count{method="HEAD",path="/version.json"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wp-config.php"} 20 http_response_size_bytes_count{method="HEAD",path="/wp-config.php"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="100"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="500"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="1000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="5000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="10000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="50000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="100000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="500000"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="HEAD",path="/wp-config.php.bak"} 60 http_response_size_bytes_count{method="HEAD",path="/wp-config.php.bak"} 3 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wp-config.php.old"} 19 http_response_size_bytes_count{method="HEAD",path="/wp-config.php.old"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wp-config.php.swp"} 20 http_response_size_bytes_count{method="HEAD",path="/wp-config.php.swp"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="100"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="500"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="1000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="5000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="10000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="50000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="100000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="500000"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.php;/style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="HEAD",path="/wp-config.php;/style.css"} 40 http_response_size_bytes_count{method="HEAD",path="/wp-config.php;/style.css"} 2 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-config.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wp-config.txt"} 20 http_response_size_bytes_count{method="HEAD",path="/wp-config.txt"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/backup/",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wp-content/backup/"} 20 http_response_size_bytes_count{method="HEAD",path="/wp-content/backup/"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="100"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="500"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="1000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="5000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="10000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="50000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="100000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="500000"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="1e+06"} 1 http_response_size_bytes_bucket{method="HEAD",path="/wp-content/uploads/",le="+Inf"} 1 http_response_size_bytes_sum{method="HEAD",path="/wp-content/uploads/"} 20 http_response_size_bytes_count{method="HEAD",path="/wp-content/uploads/"} 1 http_response_size_bytes_bucket{method="POST",path="/",le="100"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="500"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="1000"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="5000"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="10000"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="50000"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="100000"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="500000"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="1e+06"} 136 http_response_size_bytes_bucket{method="POST",path="/",le="+Inf"} 136 http_response_size_bytes_sum{method="POST",path="/"} 4224 http_response_size_bytes_count{method="POST",path="/"} 136 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.aws/config"} 44 http_response_size_bytes_count{method="POST",path="/.aws/config"} 1 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="100"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="500"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="1000"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="5000"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="10000"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="50000"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="100000"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="500000"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="1e+06"} 3 http_response_size_bytes_bucket{method="POST",path="/.aws/credentials",le="+Inf"} 3 http_response_size_bytes_sum{method="POST",path="/.aws/credentials"} 132 http_response_size_bytes_count{method="POST",path="/.aws/credentials"} 3 http_response_size_bytes_bucket{method="POST",path="/.env",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env"} 44 http_response_size_bytes_count{method="POST",path="/.env"} 1 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.env%2F",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.env%2F"} 88 http_response_size_bytes_count{method="POST",path="/.env%2F"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.backup",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.env.backup"} 88 http_response_size_bytes_count{method="POST",path="/.env.backup"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.bak"} 44 http_response_size_bytes_count{method="POST",path="/.env.bak"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.env.local"} 88 http_response_size_bytes_count{method="POST",path="/.env.local"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.local.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.local.bak"} 44 http_response_size_bytes_count{method="POST",path="/.env.local.bak"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.old",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.old"} 44 http_response_size_bytes_count{method="POST",path="/.env.old"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.orig",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.orig"} 44 http_response_size_bytes_count{method="POST",path="/.env.orig"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.env.production"} 88 http_response_size_bytes_count{method="POST",path="/.env.production"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.production.bak"} 44 http_response_size_bytes_count{method="POST",path="/.env.production.bak"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.production;/style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.production;/style.css"} 44 http_response_size_bytes_count{method="POST",path="/.env.production;/style.css"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.save",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.save"} 44 http_response_size_bytes_count{method="POST",path="/.env.save"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.staging",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.staging"} 44 http_response_size_bytes_count{method="POST",path="/.env.staging"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env.swp"} 44 http_response_size_bytes_count{method="POST",path="/.env.swp"} 1 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.env.testing",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.env.testing"} 88 http_response_size_bytes_count{method="POST",path="/.env.testing"} 2 http_response_size_bytes_bucket{method="POST",path="/.env/",le="100"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="500"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="1000"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="5000"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="10000"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="50000"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="100000"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="500000"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="1e+06"} 3 http_response_size_bytes_bucket{method="POST",path="/.env/",le="+Inf"} 3 http_response_size_bytes_sum{method="POST",path="/.env/"} 132 http_response_size_bytes_count{method="POST",path="/.env/"} 3 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env;/style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env;/style.css"} 44 http_response_size_bytes_count{method="POST",path="/.env;/style.css"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.env~",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.env~"} 44 http_response_size_bytes_count{method="POST",path="/.env~"} 1 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.git/config",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.git/config"} 88 http_response_size_bytes_count{method="POST",path="/.git/config"} 2 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/.github/workflows/deploy.yml",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/.github/workflows/deploy.yml"} 44 http_response_size_bytes_count{method="POST",path="/.github/workflows/deploy.yml"} 1 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.htpasswd",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.htpasswd"} 88 http_response_size_bytes_count{method="POST",path="/.htpasswd"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.netrc",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.netrc"} 88 http_response_size_bytes_count{method="POST",path="/.netrc"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.npmrc",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.npmrc"} 88 http_response_size_bytes_count{method="POST",path="/.npmrc"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/.ssh/id_rsa"} 88 http_response_size_bytes_count{method="POST",path="/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="//.env",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="//.env"} 88 http_response_size_bytes_count{method="POST",path="//.env"} 2 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="100"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="500"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="1000"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="5000"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="10000"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="50000"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="100000"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="500000"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="1e+06"} 63 http_response_size_bytes_bucket{method="POST",path="/_ignition/execute-solution",le="+Inf"} 63 http_response_size_bytes_sum{method="POST",path="/_ignition/execute-solution"} 2761 http_response_size_bytes_count{method="POST",path="/_ignition/execute-solution"} 63 http_response_size_bytes_bucket{method="POST",path="/_next",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/_next",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/_next"} 43 http_response_size_bytes_count{method="POST",path="/_next"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="100"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="500"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="1000"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="5000"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="10000"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="50000"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="100000"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="500000"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="1e+06"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/env",le="+Inf"} 7 http_response_size_bytes_sum{method="POST",path="/actuator/env"} 308 http_response_size_bytes_count{method="POST",path="/actuator/env"} 7 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/actuator/heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/actuator/heapdump"} 44 http_response_size_bytes_count{method="POST",path="/actuator/heapdump"} 1 http_response_size_bytes_bucket{method="POST",path="/api",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/api",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/api"} 108 http_response_size_bytes_count{method="POST",path="/api"} 2 http_response_size_bytes_bucket{method="POST",path="/api/",le="100"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="500"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="1000"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="5000"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="10000"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="50000"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="100000"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="500000"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="1e+06"} 7 http_response_size_bytes_bucket{method="POST",path="/api/",le="+Inf"} 7 http_response_size_bytes_sum{method="POST",path="/api/"} 308 http_response_size_bytes_count{method="POST",path="/api/"} 7 http_response_size_bytes_bucket{method="POST",path="/api/config",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/config"} 44 http_response_size_bytes_count{method="POST",path="/api/config"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/config.json"} 44 http_response_size_bytes_count{method="POST",path="/api/config.json"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/env"} 44 http_response_size_bytes_count{method="POST",path="/api/env"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/env-config",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/env-config"} 44 http_response_size_bytes_count{method="POST",path="/api/env-config"} 1 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/api/gql",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/api/gql"} 108 http_response_size_bytes_count{method="POST",path="/api/gql"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/api/graphql",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/api/graphql"} 108 http_response_size_bytes_count{method="POST",path="/api/graphql"} 2 http_response_size_bytes_bucket{method="POST",path="/api/info",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/info",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/info"} 44 http_response_size_bytes_count{method="POST",path="/api/info"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/runtime-config",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/runtime-config"} 44 http_response_size_bytes_count{method="POST",path="/api/runtime-config"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/settings"} 44 http_response_size_bytes_count{method="POST",path="/api/settings"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/v1/config",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/v1/config"} 44 http_response_size_bytes_count{method="POST",path="/api/v1/config"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/api/version",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/api/version"} 44 http_response_size_bytes_count{method="POST",path="/api/version"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/app.json",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/app.json"} 44 http_response_size_bytes_count{method="POST",path="/app.json"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 44 http_response_size_bytes_count{method="POST",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/appsettings.json.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/appsettings.json.bak"} 44 http_response_size_bytes_count{method="POST",path="/appsettings.json.bak"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/assets/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/assets/env.js"} 44 http_response_size_bytes_count{method="POST",path="/assets/env.js"} 1 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/aws-exports.js",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/aws-exports.js"} 88 http_response_size_bytes_count{method="POST",path="/aws-exports.js"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/awsconfiguration.json",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/awsconfiguration.json"} 87 http_response_size_bytes_count{method="POST",path="/awsconfiguration.json"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/backup.sql"} 88 http_response_size_bytes_count{method="POST",path="/backup.sql"} 2 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/backup.sql.gz",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/backup.sql.gz"} 44 http_response_size_bytes_count{method="POST",path="/backup.sql.gz"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/backup/"} 63 http_response_size_bytes_count{method="POST",path="/backup/"} 2 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/backup/wp-json/batch/v1",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/backup/wp-json/batch/v1"} 19 http_response_size_bytes_count{method="POST",path="/backup/wp-json/batch/v1"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/backups/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/backups/"} 44 http_response_size_bytes_count{method="POST",path="/backups/"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/blog/"} 19 http_response_size_bytes_count{method="POST",path="/blog/"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/blog/wp-json/batch/v1",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/blog/wp-json/batch/v1"} 19 http_response_size_bytes_count{method="POST",path="/blog/wp-json/batch/v1"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/build.json",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/build.json"} 44 http_response_size_bytes_count{method="POST",path="/build.json"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/cgi-bin/../../../../bin/sh",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/cgi-bin/../../../../bin/sh"} 43 http_response_size_bytes_count{method="POST",path="/cgi-bin/../../../../bin/sh"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/config.json"} 44 http_response_size_bytes_count{method="POST",path="/config.json"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/config.php.bak"} 44 http_response_size_bytes_count{method="POST",path="/config.php.bak"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/config.php.old"} 44 http_response_size_bytes_count{method="POST",path="/config.php.old"} 1 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/config/app.php",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/config/app.php"} 87 http_response_size_bytes_count{method="POST",path="/config/app.php"} 2 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/config/database.php",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/config/database.php"} 44 http_response_size_bytes_count{method="POST",path="/config/database.php"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/config/mail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/config/mail.php"} 44 http_response_size_bytes_count{method="POST",path="/config/mail.php"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 44 http_response_size_bytes_count{method="POST",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 1 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/database.sql",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/database.sql"} 88 http_response_size_bytes_count{method="POST",path="/database.sql"} 2 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/database.yml.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/database.yml.bak"} 44 http_response_size_bytes_count{method="POST",path="/database.yml.bak"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/dev/"} 19 http_response_size_bytes_count{method="POST",path="/dev/"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/dev/wp-json/batch/v1",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/dev/wp-json/batch/v1"} 19 http_response_size_bytes_count{method="POST",path="/dev/wp-json/batch/v1"} 1 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/docker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/docker-compose.yml"} 88 http_response_size_bytes_count{method="POST",path="/docker-compose.yml"} 2 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="/env-config.js",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/env-config.js",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/env-config.js"} 44 http_response_size_bytes_count{method="POST",path="/env-config.js"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/env.js"} 44 http_response_size_bytes_count{method="POST",path="/env.js"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/export.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/export.sql"} 44 http_response_size_bytes_count{method="POST",path="/export.sql"} 1 http_response_size_bytes_bucket{method="POST",path="/graphql",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/graphql"} 86 http_response_size_bytes_count{method="POST",path="/graphql"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/graphql/api",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/graphql/api"} 86 http_response_size_bytes_count{method="POST",path="/graphql/api"} 2 http_response_size_bytes_bucket{method="POST",path="/health",le="100"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="500"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="1000"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="5000"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="10000"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="50000"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="100000"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="500000"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="1e+06"} 8 http_response_size_bytes_bucket{method="POST",path="/health",le="+Inf"} 8 http_response_size_bytes_sum{method="POST",path="/health"} 352 http_response_size_bytes_count{method="POST",path="/health"} 8 http_response_size_bytes_bucket{method="POST",path="/healthz",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/healthz",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/healthz"} 44 http_response_size_bytes_count{method="POST",path="/healthz"} 1 http_response_size_bytes_bucket{method="POST",path="/index.html",le="100"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="500"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="1000"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="5000"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="10000"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="50000"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="100000"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="500000"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="1e+06"} 7 http_response_size_bytes_bucket{method="POST",path="/index.html",le="+Inf"} 7 http_response_size_bytes_sum{method="POST",path="/index.html"} 308 http_response_size_bytes_count{method="POST",path="/index.html"} 7 http_response_size_bytes_bucket{method="POST",path="/index.php",le="100"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="500"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="1000"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="5000"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="10000"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="50000"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="100000"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="500000"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="1e+06"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php",le="+Inf"} 72 http_response_size_bytes_sum{method="POST",path="/index.php"} 3152 http_response_size_bytes_count{method="POST",path="/index.php"} 72 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="100"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="500"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="1000"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="5000"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="10000"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="50000"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="100000"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="500000"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="1e+06"} 60 http_response_size_bytes_bucket{method="POST",path="/index.php/_ignition/execute-solution",le="+Inf"} 60 http_response_size_bytes_sum{method="POST",path="/index.php/_ignition/execute-solution"} 2617 http_response_size_bytes_count{method="POST",path="/index.php/_ignition/execute-solution"} 60 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_response_size_bytes_sum{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 262 http_response_size_bytes_count{method="POST",path="/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 5 http_response_size_bytes_sum{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 220 http_response_size_bytes_count{method="POST",path="/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 5 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_response_size_bytes_sum{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 262 http_response_size_bytes_count{method="POST",path="/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_response_size_bytes_bucket{method="POST",path="/login",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/login",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/login"} 44 http_response_size_bytes_count{method="POST",path="/login"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/mysql.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/mysql.sql"} 44 http_response_size_bytes_count{method="POST",path="/mysql.sql"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/old/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/old/"} 19 http_response_size_bytes_count{method="POST",path="/old/"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/old/wp-json/batch/v1",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/old/wp-json/batch/v1"} 19 http_response_size_bytes_count{method="POST",path="/old/wp-json/batch/v1"} 1 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 7 http_response_size_bytes_sum{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 308 http_response_size_bytes_count{method="POST",path="/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 7 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="100"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="500"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="1000"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="5000"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="10000"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="50000"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="100000"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="500000"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="1e+06"} 52 http_response_size_bytes_bucket{method="POST",path="/public/_ignition/execute-solution",le="+Inf"} 52 http_response_size_bytes_sum{method="POST",path="/public/_ignition/execute-solution"} 2269 http_response_size_bytes_count{method="POST",path="/public/_ignition/execute-solution"} 52 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/rest/v1/;/"} 44 http_response_size_bytes_count{method="POST",path="/rest/v1/;/"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/rest/v1/;/.env"} 44 http_response_size_bytes_count{method="POST",path="/rest/v1/;/.env"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/.env.local",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/rest/v1/;/.env.local"} 44 http_response_size_bytes_count{method="POST",path="/rest/v1/;/.env.local"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/configprops",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/rest/v1/;/actuator/configprops"} 44 http_response_size_bytes_count{method="POST",path="/rest/v1/;/actuator/configprops"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/mappings",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/rest/v1/;/actuator/mappings"} 44 http_response_size_bytes_count{method="POST",path="/rest/v1/;/actuator/mappings"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/rest/v1/;/actuator/threaddump",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/rest/v1/;/actuator/threaddump"} 44 http_response_size_bytes_count{method="POST",path="/rest/v1/;/actuator/threaddump"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/runtime-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/runtime-config.json"} 44 http_response_size_bytes_count{method="POST",path="/runtime-config.json"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/settings.py.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/settings.py.bak"} 44 http_response_size_bytes_count{method="POST",path="/settings.py.bak"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/staging/"} 19 http_response_size_bytes_count{method="POST",path="/staging/"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/staging/wp-json/batch/v1",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/staging/wp-json/batch/v1"} 19 http_response_size_bytes_count{method="POST",path="/staging/wp-json/batch/v1"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/static/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/static/env.js"} 44 http_response_size_bytes_count{method="POST",path="/static/env.js"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/storage/logs/laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/storage/logs/laravel.log"} 44 http_response_size_bytes_count{method="POST",path="/storage/logs/laravel.log"} 1 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/terraform.tfstate",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/terraform.tfstate"} 88 http_response_size_bytes_count{method="POST",path="/terraform.tfstate"} 2 http_response_size_bytes_bucket{method="POST",path="/test/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/test/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/test/"} 19 http_response_size_bytes_count{method="POST",path="/test/"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/test/wp-json/batch/v1",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/test/wp-json/batch/v1"} 19 http_response_size_bytes_count{method="POST",path="/test/wp-json/batch/v1"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/uploads/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/uploads/"} 44 http_response_size_bytes_count{method="POST",path="/uploads/"} 1 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="100"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="500"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="1000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="5000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="10000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="50000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="100000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="500000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php",le="+Inf"} 7 http_response_size_bytes_sum{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php"} 307 http_response_size_bytes_count{method="POST",path="/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 7 http_response_size_bytes_sum{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 306 http_response_size_bytes_count{method="POST",path="/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 7 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 5 http_response_size_bytes_sum{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php"} 219 http_response_size_bytes_count{method="POST",path="/vendor/phpunit/src/Util/PHP/eval-stdin.php"} 5 http_response_size_bytes_bucket{method="POST",path="/version.json",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/version.json",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/version.json"} 44 http_response_size_bytes_count{method="POST",path="/version.json"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wordpress/"} 19 http_response_size_bytes_count{method="POST",path="/wordpress/"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wordpress/wp-json/batch/v1",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wordpress/wp-json/batch/v1"} 19 http_response_size_bytes_count{method="POST",path="/wordpress/wp-json/batch/v1"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-admin/admin-ajax.php",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wp-admin/admin-ajax.php"} 43 http_response_size_bytes_count{method="POST",path="/wp-admin/admin-ajax.php"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wp-config.php"} 44 http_response_size_bytes_count{method="POST",path="/wp-config.php"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="100"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="500"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="1000"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="5000"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="10000"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="50000"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="100000"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="500000"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="POST",path="/wp-config.php.bak"} 132 http_response_size_bytes_count{method="POST",path="/wp-config.php.bak"} 3 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wp-config.php.swp"} 44 http_response_size_bytes_count{method="POST",path="/wp-config.php.swp"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="100"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="500"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="1000"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="5000"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="10000"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="50000"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="100000"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="500000"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.php;/style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="POST",path="/wp-config.php;/style.css"} 88 http_response_size_bytes_count{method="POST",path="/wp-config.php;/style.css"} 2 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-config.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wp-config.txt"} 44 http_response_size_bytes_count{method="POST",path="/wp-config.txt"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/backup/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wp-content/backup/"} 44 http_response_size_bytes_count{method="POST",path="/wp-content/backup/"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-content/uploads/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wp-content/uploads/"} 44 http_response_size_bytes_count{method="POST",path="/wp-content/uploads/"} 1 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="100"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="500"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="1000"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="5000"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="10000"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="50000"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="100000"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="500000"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="1e+06"} 4 http_response_size_bytes_bucket{method="POST",path="/wp-json/batch/v1",le="+Inf"} 4 http_response_size_bytes_sum{method="POST",path="/wp-json/batch/v1"} 100 http_response_size_bytes_count{method="POST",path="/wp-json/batch/v1"} 4 http_response_size_bytes_bucket{method="POST",path="/wp/",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wp/"} 19 http_response_size_bytes_count{method="POST",path="/wp/"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="100"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="500"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="1000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="5000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="10000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="50000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="100000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="500000"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="1e+06"} 1 http_response_size_bytes_bucket{method="POST",path="/wp/wp-json/batch/v1",le="+Inf"} 1 http_response_size_bytes_sum{method="POST",path="/wp/wp-json/batch/v1"} 19 http_response_size_bytes_count{method="POST",path="/wp/wp-json/batch/v1"} 1 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_response_size_bytes_sum{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 261 http_response_size_bytes_count{method="POST",path="/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_response_size_bytes_sum{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 262 http_response_size_bytes_count{method="POST",path="/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1000"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="5000"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="10000"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="50000"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="100000"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="500000"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="1e+06"} 6 http_response_size_bytes_bucket{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php",le="+Inf"} 6 http_response_size_bytes_sum{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 262 http_response_size_bytes_count{method="POST",path="/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php"} 6 http_response_size_bytes_bucket{method="PUT",path="/",le="100"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="500"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="1000"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="5000"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="10000"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="50000"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="100000"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="500000"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="1e+06"} 43 http_response_size_bytes_bucket{method="PUT",path="/",le="+Inf"} 43 http_response_size_bytes_sum{method="PUT",path="/"} 1848 http_response_size_bytes_count{method="PUT",path="/"} 43 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/config",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.aws/config"} 44 http_response_size_bytes_count{method="PUT",path="/.aws/config"} 1 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="100"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="500"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="1000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="5000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="10000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="50000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="100000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="500000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="1e+06"} 3 http_response_size_bytes_bucket{method="PUT",path="/.aws/credentials",le="+Inf"} 3 http_response_size_bytes_sum{method="PUT",path="/.aws/credentials"} 132 http_response_size_bytes_count{method="PUT",path="/.aws/credentials"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env"} 44 http_response_size_bytes_count{method="PUT",path="/.env"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env%2F",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.env%2F"} 88 http_response_size_bytes_count{method="PUT",path="/.env%2F"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.backup",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.env.backup"} 88 http_response_size_bytes_count{method="PUT",path="/.env.backup"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.bak"} 44 http_response_size_bytes_count{method="PUT",path="/.env.bak"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.env.local"} 88 http_response_size_bytes_count{method="PUT",path="/.env.local"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.local.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.local.bak"} 44 http_response_size_bytes_count{method="PUT",path="/.env.local.bak"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.old",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.old"} 44 http_response_size_bytes_count{method="PUT",path="/.env.old"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.orig",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.orig"} 44 http_response_size_bytes_count{method="PUT",path="/.env.orig"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.env.production"} 88 http_response_size_bytes_count{method="PUT",path="/.env.production"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.production.bak"} 44 http_response_size_bytes_count{method="PUT",path="/.env.production.bak"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.production;/style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.production;/style.css"} 44 http_response_size_bytes_count{method="PUT",path="/.env.production;/style.css"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.save",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.save"} 44 http_response_size_bytes_count{method="PUT",path="/.env.save"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.staging",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.staging"} 44 http_response_size_bytes_count{method="PUT",path="/.env.staging"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env.swp"} 44 http_response_size_bytes_count{method="PUT",path="/.env.swp"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env.testing",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.env.testing"} 88 http_response_size_bytes_count{method="PUT",path="/.env.testing"} 2 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="100"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="500"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="1000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="5000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="10000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="50000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="100000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="500000"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="1e+06"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env/",le="+Inf"} 3 http_response_size_bytes_sum{method="PUT",path="/.env/"} 132 http_response_size_bytes_count{method="PUT",path="/.env/"} 3 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env;/style.css",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env;/style.css"} 44 http_response_size_bytes_count{method="PUT",path="/.env;/style.css"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/.env~",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/.env~"} 44 http_response_size_bytes_count{method="PUT",path="/.env~"} 1 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.git/config",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.git/config"} 88 http_response_size_bytes_count{method="PUT",path="/.git/config"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.htpasswd",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.htpasswd"} 88 http_response_size_bytes_count{method="PUT",path="/.htpasswd"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.netrc",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.netrc"} 88 http_response_size_bytes_count{method="PUT",path="/.netrc"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.npmrc",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.npmrc"} 88 http_response_size_bytes_count{method="PUT",path="/.npmrc"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/.ssh/id_rsa",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/.ssh/id_rsa"} 88 http_response_size_bytes_count{method="PUT",path="/.ssh/id_rsa"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="//.env",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="//.env"} 87 http_response_size_bytes_count{method="PUT",path="//.env"} 2 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/actuator/heapdump",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/actuator/heapdump"} 44 http_response_size_bytes_count{method="PUT",path="/actuator/heapdump"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/config"} 44 http_response_size_bytes_count{method="PUT",path="/api/config"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/config.json"} 44 http_response_size_bytes_count{method="PUT",path="/api/config.json"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/env"} 44 http_response_size_bytes_count{method="PUT",path="/api/env"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/env-config",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/env-config"} 44 http_response_size_bytes_count{method="PUT",path="/api/env-config"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/info",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/info"} 44 http_response_size_bytes_count{method="PUT",path="/api/info"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/runtime-config",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/runtime-config"} 44 http_response_size_bytes_count{method="PUT",path="/api/runtime-config"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/settings",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/settings"} 44 http_response_size_bytes_count{method="PUT",path="/api/settings"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/v1/config",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/v1/config"} 44 http_response_size_bytes_count{method="PUT",path="/api/v1/config"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/api/version",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/api/version"} 44 http_response_size_bytes_count{method="PUT",path="/api/version"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/app.json",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/app.json"} 44 http_response_size_bytes_count{method="PUT",path="/app.json"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 44 http_response_size_bytes_count{method="PUT",path="/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/assets/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/assets/env.js"} 44 http_response_size_bytes_count{method="PUT",path="/assets/env.js"} 1 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/aws-exports.js",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/aws-exports.js"} 88 http_response_size_bytes_count{method="PUT",path="/aws-exports.js"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/awsconfiguration.json",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/awsconfiguration.json"} 87 http_response_size_bytes_count{method="PUT",path="/awsconfiguration.json"} 2 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/backup.sql"} 43 http_response_size_bytes_count{method="PUT",path="/backup.sql"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/backup/",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/backup/"} 44 http_response_size_bytes_count{method="PUT",path="/backup/"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/backups/",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/backups/"} 44 http_response_size_bytes_count{method="PUT",path="/backups/"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/build.json",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/build.json"} 44 http_response_size_bytes_count{method="PUT",path="/build.json"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/config.json"} 44 http_response_size_bytes_count{method="PUT",path="/config.json"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.bak",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/config.php.bak"} 44 http_response_size_bytes_count{method="PUT",path="/config.php.bak"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/config.php.old",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/config.php.old"} 44 http_response_size_bytes_count{method="PUT",path="/config.php.old"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/app.php",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/config/app.php"} 87 http_response_size_bytes_count{method="PUT",path="/config/app.php"} 2 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/database.php",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/config/database.php"} 44 http_response_size_bytes_count{method="PUT",path="/config/database.php"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/config/mail.php",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/config/mail.php"} 44 http_response_size_bytes_count{method="PUT",path="/config/mail.php"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 44 http_response_size_bytes_count{method="PUT",path="/dana-na/../dana/html5acc/guacamole/../../../../../../../etc/passwd"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/database.sql",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/database.sql"} 44 http_response_size_bytes_count{method="PUT",path="/database.sql"} 1 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/docker-compose.yml",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/docker-compose.yml"} 88 http_response_size_bytes_count{method="PUT",path="/docker-compose.yml"} 2 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/env.js"} 44 http_response_size_bytes_count{method="PUT",path="/env.js"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/health",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/health"} 44 http_response_size_bytes_count{method="PUT",path="/health"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/healthz",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/healthz"} 44 http_response_size_bytes_count{method="PUT",path="/healthz"} 1 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="100"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="500"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="1000"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="5000"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="10000"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="50000"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="100000"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="500000"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="1e+06"} 5 http_response_size_bytes_bucket{method="PUT",path="/index.php",le="+Inf"} 5 http_response_size_bytes_sum{method="PUT",path="/index.php"} 220 http_response_size_bytes_count{method="PUT",path="/index.php"} 5 http_response_size_bytes_bucket{method="PUT",path="/login",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/login",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/login"} 44 http_response_size_bytes_count{method="PUT",path="/login"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/runtime-config.json",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/runtime-config.json"} 44 http_response_size_bytes_count{method="PUT",path="/runtime-config.json"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/static/env.js",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/static/env.js"} 44 http_response_size_bytes_count{method="PUT",path="/static/env.js"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/storage/logs/laravel.log",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/storage/logs/laravel.log"} 44 http_response_size_bytes_count{method="PUT",path="/storage/logs/laravel.log"} 1 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/terraform.tfstate",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/terraform.tfstate"} 88 http_response_size_bytes_count{method="PUT",path="/terraform.tfstate"} 2 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/uploads/",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/uploads/"} 44 http_response_size_bytes_count{method="PUT",path="/uploads/"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/version.json",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/version.json"} 44 http_response_size_bytes_count{method="PUT",path="/version.json"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/wp-config.php"} 44 http_response_size_bytes_count{method="PUT",path="/wp-config.php"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="100"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="500"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="1000"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="5000"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="10000"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="50000"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="100000"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="500000"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="1e+06"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.bak",le="+Inf"} 3 http_response_size_bytes_sum{method="PUT",path="/wp-config.php.bak"} 132 http_response_size_bytes_count{method="PUT",path="/wp-config.php.bak"} 3 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php.swp",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/wp-config.php.swp"} 44 http_response_size_bytes_count{method="PUT",path="/wp-config.php.swp"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="100"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="500"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="1000"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="5000"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="10000"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="50000"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="100000"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="500000"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="1e+06"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.php;/style.css",le="+Inf"} 2 http_response_size_bytes_sum{method="PUT",path="/wp-config.php;/style.css"} 88 http_response_size_bytes_count{method="PUT",path="/wp-config.php;/style.css"} 2 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-config.txt",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/wp-config.txt"} 44 http_response_size_bytes_count{method="PUT",path="/wp-config.txt"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/backup/",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/wp-content/backup/"} 44 http_response_size_bytes_count{method="PUT",path="/wp-content/backup/"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="100"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="500"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="1000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="5000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="10000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="50000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="100000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="500000"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="1e+06"} 1 http_response_size_bytes_bucket{method="PUT",path="/wp-content/uploads/",le="+Inf"} 1 http_response_size_bytes_sum{method="PUT",path="/wp-content/uploads/"} 44 http_response_size_bytes_count{method="PUT",path="/wp-content/uploads/"} 1 # HELP process_cpu_seconds_total Total user and system CPU time spent in seconds. # TYPE process_cpu_seconds_total counter process_cpu_seconds_total 2625.48 # 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 1.308280618e+09 # HELP process_network_transmit_bytes_total Number of bytes sent by the process over the network. # TYPE process_network_transmit_bytes_total counter process_network_transmit_bytes_total 1.311458532e+09 # 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 6.475776e+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.78365344022e+09 # HELP process_virtual_memory_bytes Virtual memory size in bytes. # TYPE process_virtual_memory_bytes gauge process_virtual_memory_bytes 1.395429376e+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"} 20 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